From a549a9222a9368a2a0aa918232f25eaf7fcdb75f Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 17 May 2007 13:03:05 -0400 Subject: [PATCH] Hide address groups if no LDAP servers configured + some skin cleanup --- skins/default/templates/addressbook.html | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html index c70b00c..a97f584 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -23,11 +23,21 @@ <roundcube:object name="searchform" type="search" results="5" id="quicksearchbox" /><roundcube:button command="reset-search" id="searchreset" image="/images/icons/reset.gif" title="resetsearch" /> </div> +<roundcube:if condition="config:ldap_public" /> <div id="directorylist"> <div id="groups-title"><roundcube:label name="groups" /></div> <roundcube:object name="directorylist" id="directories-list" /> </div> +<roundcube:else /> +<style type="text/css"> +#addresslist { left:20px; width:440px } +#contacts-box { left:475px } +#abookcountbar { left:20px } +</style> + +<roundcube:endif /> + <div id="addresslist"> <roundcube:object name="addresslist" id="contacts-table" class="records-table" cellspacing="0" summary="Contacts list" /> </div> -- Gitblit v1.9.1