1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-28 10:24:11 +01:00

Add delete button to contact list

@raghunayyar
This commit is contained in:
Thomas Tanghus 2013-05-31 23:33:31 +02:00
parent 385c288638
commit 7e9c833673

View File

@ -206,7 +206,10 @@
</td>
<td class="tel">{tel}</td>
<td class="adr">{adr}</td>
<td class="categories">{categories}</td>
<td class="categories">
{categories}
<a class="svg delete hidden" title="<?php p($l->t('Delete contact')); ?>"></a>
</td>
</tr>
</script>