chg: [org view] show creation/modification times

pull/4075/head
iglocska 2019-01-31 10:36:57 +01:00
parent db772213f0
commit 16b9c502ad
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@
?>
 
</dd>
<dt><?php echo __('Creation time'); ?></dt>
<dd><?php echo h($org['Organisation']['date_created']); ?></dd>
<dt><?php echo __('Last modified'); ?></dt>
<dd><?php echo h($org['Organisation']['date_modified']); ?></dd>
<?php endif;?>
<?php
$optionalFields = array('sector' => 'Sector', 'nationality' => 'Nationality', 'type' => 'Organisation type', 'contacts' => 'Contact information');