fix: [ui] small ui fix

pull/4103/head
iglocska 2019-02-04 10:54:24 +01:00
parent 897a6ecf2e
commit bc376fdc11
1 changed files with 3 additions and 2 deletions

View File

@ -47,6 +47,7 @@
$domains = implode("<br />", $domains);
echo $domains;
?>
&nbsp;
</dd>
<?php
endif;
@ -69,9 +70,9 @@
&nbsp;
</dd>
<dt><?php echo __('Creation time'); ?></dt>
<dd><?php echo h($org['Organisation']['date_created']); ?></dd>
<dd><?php echo h($org['Organisation']['date_created']); ?>&nbsp;</dd>
<dt><?php echo __('Last modified'); ?></dt>
<dd><?php echo h($org['Organisation']['date_modified']); ?></dd>
<dd><?php echo h($org['Organisation']['date_modified']); ?>&nbsp;</dd>
<?php endif;?>
<?php
$optionalFields = array('sector' => 'Sector', 'nationality' => 'Nationality', 'type' => 'Organisation type', 'contacts' => 'Contact information');