diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-05-03 13:39:10 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-05-03 16:01:40 +0200 |
commit | cbee0d31286ce9117f84fab4570b2d56292f4b98 (patch) | |
tree | 97d81bc2acae78201c951345ffe2df0c3e33abb4 /apps/contacts/templates/index.php | |
parent | 55194e0343a128b89f43fb6b744328c09878d12a (diff) | |
download | nextcloud-server-cbee0d31286ce9117f84fab4570b2d56292f4b98.tar.gz nextcloud-server-cbee0d31286ce9117f84fab4570b2d56292f4b98.zip |
Contacts: Fix paths and improve markup and css in address book overview.
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 ab797deb169..a5db483b9a1 100755 --- a/apps/contacts/templates/index.php +++ b/apps/contacts/templates/index.php @@ -10,8 +10,8 @@ </div> <div id="bottomcontrols"> <form> - <button class="action" 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="action" 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"><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> </form> </div> <div id="rightcontent" class="rightcontent" data-id="<?php echo $_['id']; ?>"> |