]> source.dussan.org Git - nextcloud-server.git/commitdiff
Display contact name without label and in bold
authorBart Visscher <bartv@thisnet.nl>
Fri, 7 Oct 2011 20:42:50 +0000 (22:42 +0200)
committerBart Visscher <bartv@thisnet.nl>
Fri, 7 Oct 2011 20:42:50 +0000 (22:42 +0200)
apps/contacts/templates/part.property.php

index 3469f53b0da043c9bf232a00de59c5622ceb9a96..31fb187a0d3355456aea75678962bdf4324560e2 100644 (file)
@@ -1,8 +1,8 @@
 <tr class="contacts_details_property" data-checksum="<?php echo $_['property']['checksum']; ?>">
        <?php if($_['property']['name'] == 'FN'): ?>
-               <td class="contacts_details_left"><?php echo $l->t('Name'); ?></td>
+               <td class="contacts_details_left"></td>
                <td class="contacts_details_right">
-                       <?php echo $_['property']['value']; ?>
+                       <strong><?php echo $_['property']['value']; ?></strong>
                        <span style="display:none;" data-use="edit"><img class="svg action" src="<?php echo image_path('', 'actions/rename.svg'); ?>" /></span>
                </td>
        <?php elseif($_['property']['name'] == 'BDAY'): ?>