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

Removed unnecessary cancel button when creating a new contact.

This commit is contained in:
Jan ten Bokkel 2014-01-08 16:49:54 +01:00
parent c90b6bfde6
commit 92acee747a

View File

@ -371,7 +371,6 @@
<option value="NOTE"><?php p($l->t('Note')); ?></option>
<option value="URL"><?php p($l->t('Web site')); ?></option>
</select>
<button class="cancel text tooltipped downwards"><?php p($l->t('Cancel')); ?></button>
<a class="close text tooltipped downwards">
<?php p($l->t('Close')); ?>
<img class="svg" alt="<?php p($l->t('Close'))?>" src="<?php print_unescaped(OCP\image_path("core", "actions/checkmark.svg")); ?>" />