diff options
-rw-r--r-- | program/localization/de_DE/labels.inc | 2 | ||||
-rw-r--r-- | program/localization/en_US/labels.inc | 2 | ||||
-rw-r--r-- | 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 3d4c83bfe..e8fcbc3b9 100644 --- a/program/localization/de_DE/labels.inc +++ b/program/localization/de_DE/labels.inc @@ -150,6 +150,8 @@ $labels['print'] = 'Drucken'; $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 1ad3c6752..89793b28f 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -151,6 +151,8 @@ $labels['print'] = 'Print'; $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 8efcd9bb8..ef98e1477 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"> |