From be2380fb47b05a222ec5b22deff36d5156a8c943 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 13 Jan 2006 13:08:41 -0500
Subject: [PATCH] Added labels for LDAP search

---
 program/localization/de_DE/labels.inc    |    2 ++
 program/localization/en_US/labels.inc    |    2 ++
 skins/default/templates/addressbook.html |    2 +-
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/program/localization/de_DE/labels.inc b/program/localization/de_DE/labels.inc
index 3d4c83b..e8fcbc3 100644
--- a/program/localization/de_DE/labels.inc
+++ b/program/localization/de_DE/labels.inc
@@ -150,6 +150,8 @@
 $labels['export']         = 'Exportieren';
 
 // LDAP search
+$labels['ldapsearch'] = 'LDAP Verzeichnis-Suche';
+
 $labels['ldappublicsearchname']   = 'Kontakt-Name';
 $labels['ldappublicsearchtype']   = 'Genaue Übereinstimmung';
 $labels['ldappublicserverselect'] = 'Server-Auswahl';
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc
index 1ad3c67..89793b2 100644
--- a/program/localization/en_US/labels.inc
+++ b/program/localization/en_US/labels.inc
@@ -151,6 +151,8 @@
 $labels['export']         = 'Export';
 
 // LDAP search
+$labels['ldapsearch'] = 'LDAP directory search';
+
 $labels['ldappublicsearchname']    = 'Contact name';
 $labels['ldappublicsearchtype'] = 'Exact match?';
 $labels['ldappublicserverselect'] = 'Select servers';
diff --git a/skins/default/templates/addressbook.html b/skins/default/templates/addressbook.html
index 8efcd9b..ef98e14 100644
--- a/skins/default/templates/addressbook.html
+++ b/skins/default/templates/addressbook.html
@@ -16,7 +16,7 @@
 <roundcube:button command="compose" imageAct="/images/buttons/compose_act.png" imagePas="/images/buttons/compose_pas.png" width="32" height="32" title="composeto" />
 <roundcube:button command="print" imageAct="/images/buttons/print_act.png" imagePas="/images/buttons/print_pas.png" width="32" height="32" title="print" />
 <roundcube:button command="export" imageAct="/images/buttons/download_act.png" imagePas="/images/buttons/download_pas.png" width="32" height="32" title="export" />
-<roundcube:button command="ldappublicsearch" imageAct="/images/buttons/ldap_pas.png" imagePas="/images/buttons/ldap_pas.png" width="32" height="32" title="ldapsearch" />
+<roundcube:button command="ldappublicsearch" imageAct="/images/buttons/contacts_act.png" imagePas="/images/buttons/contacts_pas.png" width="32" height="32" title="ldapsearch" />
 </div>
 
 <div id="abookcountbar">

--
Gitblit v1.9.1