mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
Contacts: addcontact -> add
This commit is contained in:
parent
c9cc70fb79
commit
5eccac6b21
@ -58,7 +58,7 @@
|
||||
<div id="contactsheader">
|
||||
<input type="checkbox" id="toggle_all" title="<?php echo $l->t('(De-)select all'); ?>" />
|
||||
<div class="actions">
|
||||
<button class="addcontact"><?php echo $l->t('New Contact'); ?></button>
|
||||
<button class="add action text"><?php echo $l->t('New Contact'); ?></button>
|
||||
<button class="download action text"><?php echo $l->t('Download Contact(s)'); ?></button>
|
||||
<select class="groups control" name="groups">
|
||||
<option value="-1" disabled="disabled" selected="selected"><?php echo $l->t('Groups'); ?></option>
|
||||
|
Loading…
Reference in New Issue
Block a user