diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-03 15:21:29 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-03 16:01:40 +0200 |
commit | a89231ac1d34d497a275add9a6b0b0482e924d6f (patch) | |
tree | b8afe40ec4dd6ccbe8d1002e7684b369e77cabd3 /apps/contacts/templates/index.php | |
parent | 5be9084c73a0ae4e04b2c85cca5b8fe7c98d3ebb (diff) | |
download | nextcloud-server-a89231ac1d34d497a275add9a6b0b0482e924d6f.tar.gz nextcloud-server-a89231ac1d34d497a275add9a6b0b0482e924d6f.zip |
Contacts: Clean up tipsies.
Diffstat (limited to 'apps/contacts/templates/index.php')
-rwxr-xr-x | apps/contacts/templates/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php index a5db483b9a1..79825067d82 100755 --- a/apps/contacts/templates/index.php +++ b/apps/contacts/templates/index.php @@ -10,8 +10,8 @@ </div> <div id="bottomcontrols"> <form> - <button class="svg" id="contacts_newcontact"><img class="svg" src="<?php echo OCP\Util::linkTo('contacts', 'img/contact-new.svg'); ?>" alt="<?php echo $l->t('Add Contact'); ?>" title="<?php echo $l->t('Add Contact'); ?>" /></button> - <button class="svg" id="chooseaddressbook"><img class="svg" src="core/img/actions/settings.svg" alt="<?php echo $l->t('Addressbooks'); ?>" title="<?php echo $l->t('Addressbooks'); ?>" /></button> + <button class="svg" id="contacts_newcontact" title="<?php echo $l->t('Add Contact'); ?>"><img class="svg" src="<?php echo OCP\Util::linkTo('contacts', 'img/contact-new.svg'); ?>" alt="<?php echo $l->t('Add Contact'); ?>" /></button> + <button class="svg" id="chooseaddressbook" title="<?php echo $l->t('Addressbooks'); ?>"><img class="svg" src="core/img/actions/settings.svg" alt="<?php echo $l->t('Addressbooks'); ?>" /></button> </form> </div> <div id="rightcontent" class="rightcontent" data-id="<?php echo $_['id']; ?>"> |