1
0
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:
Thomas Tanghus 2012-12-14 02:54:18 +01:00
parent c9cc70fb79
commit 5eccac6b21

View File

@ -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>