diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-08-11 10:08:02 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-08-11 10:08:02 +0200 |
commit | 110f96df78f1ba4074df59a6c13025dc69a6b26f (patch) | |
tree | e40c0ec80d90a01a7cb5cb0efbd49a603d8262b5 /apps/contacts/templates | |
parent | b6b00393a287547fb3a0e035855796a95d7a486a (diff) | |
download | nextcloud-server-110f96df78f1ba4074df59a6c13025dc69a6b26f.tar.gz nextcloud-server-110f96df78f1ba4074df59a6c13025dc69a6b26f.zip |
At least dome layout in Contacts
Diffstat (limited to 'apps/contacts/templates')
-rw-r--r-- | 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 02b9d976cc4..ffcca50b34d 100644 --- a/apps/contacts/templates/index.php +++ b/apps/contacts/templates/index.php @@ -3,13 +3,13 @@ OC_Util::addScript('contacts','interface'); OC_Util::addStyle('contacts','styles'); ?> -<div id="contacts_contacts" class="leftcontent"> +<div id="leftcontent" class="leftcontent"> <ul> <?php echo $this->inc("part.contacts"); ?> </ul> <a id="contacts_newcontact"><?php echo $l->t('Add Contact'); ?></a> </div> -<div id="contacts_details" class="rightcontent" data-id="<?php echo $_['id']; ?>"> +<div id="rightcontent" class="rightcontent" data-id="<?php echo $_['id']; ?>"> <?php echo $this->inc("part.details"); ?> </div> <?php if(count($_['addressbooks']) == 1 ): ?> |