mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Contacts: Add inline icon to add button.
This commit is contained in:
parent
5eccac6b21
commit
59524e178c
@ -264,7 +264,7 @@
|
||||
<button class="cancel action text tooltipped downwards" title="<?php echo $l->t('Cancel'); ?>"><?php echo $l->t('Cancel'); ?></button>
|
||||
<button class="close text tooltipped downwards" title="<?php echo $l->t('Close'); ?>"><?php echo $l->t('Close'); ?></button>
|
||||
<button class="export action text tooltipped downwards" title="<?php echo $l->t('Export as VCF'); ?>"><?php echo $l->t('Download'); ?></button>
|
||||
<select class="add text button" id="addproperty">
|
||||
<select class="add action text button" id="addproperty">
|
||||
<option value=""><?php echo $l->t('Add'); ?></option>
|
||||
<option value="ORG"><?php echo $l->t('Organization'); ?></option>
|
||||
<option value="NICKNAME"><?php echo $l->t('Nickname'); ?></option>
|
||||
|
Loading…
Reference in New Issue
Block a user