summaryrefslogtreecommitdiffstats
path: root/apps/contacts/templates/index.php
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-05-06 13:49:40 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-05-06 13:51:16 +0200
commitbede32be2445f609506b018deaa167dfb731399f (patch)
tree656c7514c8000dce71c6acf3bb20f018cdfd8711 /apps/contacts/templates/index.php
parentc1019a6e987c3ce4afaa657965aa24f181e95b24 (diff)
downloadnextcloud-server-bede32be2445f609506b018deaa167dfb731399f.tar.gz
nextcloud-server-bede32be2445f609506b018deaa167dfb731399f.zip
Contacts: Fix for Android browser again, again.
Diffstat (limited to 'apps/contacts/templates/index.php')
-rwxr-xr-xapps/contacts/templates/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/contacts/templates/index.php b/apps/contacts/templates/index.php
index 79825067d82..c28b47e7c28 100755
--- a/apps/contacts/templates/index.php
+++ b/apps/contacts/templates/index.php
@@ -8,12 +8,12 @@
<?php echo $this->inc("part.contacts"); ?>
</ul>
</div>
- <div id="bottomcontrols">
- <form>
- <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="bottomcontrols">
+ <form>
+ <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']; ?>">
<?php
if ($_['id']){