diff options
author | thomascube <thomas@roundcube.net> | 2010-01-26 18:09:25 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-01-26 18:09:25 +0000 |
commit | d4a2c0cf5c16525753f2ac2f91fdac0d3bcb3d2c (patch) | |
tree | 412863bd7a7dc781634ae9574e5684a6f8c79ff5 /skins | |
parent | 2273d4117fd50ee44dcdaa28fd6444383dc403a0 (diff) |
Import contacts into the selected address book + set button states accordingly
Diffstat (limited to 'skins')
-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 28bfb8637..fe9019208 100644 --- a/skins/default/templates/addressbook.html +++ b/skins/default/templates/addressbook.html @@ -30,7 +30,7 @@ <roundcube:include file="/includes/header.html" /> <div id="abooktoolbar"> -<roundcube:button command="add" type="link" class="button addcontact" classAct="button addcontact" classSel="button addcontactSel" title="newcontact" content=" " /> +<roundcube:button command="add" type="link" class="buttonPas addcontact" classAct="button addcontact" classSel="button addcontactSel" title="newcontact" content=" " /> <roundcube:button command="compose" type="link" class="buttonPas compose" classAct="button compose" classSel="button composeSel" title="composeto" content=" " /> <roundcube:button command="delete" type="link" class="buttonPas delete" classAct="button delete" classSel="button deleteSel" title="deletecontact" content=" " /> <span class="separator"> </span> |