diff options
author | thomascube <thomas@roundcube.net> | 2006-01-13 18:08:41 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-13 18:08:41 +0000 |
commit | be2380fb47b05a222ec5b22deff36d5156a8c943 (patch) | |
tree | e5698a562f04594d3bd473d07621277c75a78e12 /skins/default/templates/addressbook.html | |
parent | 000e4bf02a963ea08b405d9b5eabe2f9ee5a60cf (diff) |
Added labels for LDAP search
Diffstat (limited to 'skins/default/templates/addressbook.html')
-rw-r--r-- | skins/default/templates/addressbook.html | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |