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:
parent
c90b6bfde6
commit
92acee747a
@ -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")); ?>" />
|
||||
|
Loading…
Reference in New Issue
Block a user