diff options
author | thomascube <thomas@roundcube.net> | 2010-06-08 20:50:15 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2010-06-08 20:50:15 +0000 |
commit | e9b5a6c2d55f1fc31715ad7ff05aed631cc12699 (patch) | |
tree | 4f6651e0e935c2ca472ce1afc09e790f746bf50b /skins/default/templates/editidentity.html | |
parent | 349a8e36e581694cb200e4f3097d7af8c8628662 (diff) |
Unify directory/mailbox list actions
Diffstat (limited to 'skins/default/templates/editidentity.html')
-rw-r--r-- | skins/default/templates/editidentity.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/skins/default/templates/editidentity.html b/skins/default/templates/editidentity.html index 0cfec60d9..71b691bb8 100644 --- a/skins/default/templates/editidentity.html +++ b/skins/default/templates/editidentity.html @@ -12,12 +12,13 @@ <roundcube:include file="/includes/settingstabs.html" /> <div id="identities-list"> +<div id="identitieslistwarp"> <roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> </div> - -<p id="listbuttons"> -<roundcube:button command="add" type="input" label="newidentity" class="button" condition="config:identities_level:0<2" /> -</p> +<div id="directorylistbuttons"> +<roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" /> +</div> +</div> <div id="identity-details"> <div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div> |