diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 16:09:46 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-20 16:11:09 +0200 |
commit | 1948d366ce0909fe5ea9616811c2fd3c680b8142 (patch) | |
tree | ca62cf2d2e72cceaf9159ee997769afe41d4065e /skins/default/templates | |
parent | fd41f7d500cbd80ed27c706a7f966934efc3dea7 (diff) |
Bring back delete button for identities in default skin (#1488542)
Diffstat (limited to 'skins/default/templates')
-rw-r--r-- | skins/default/templates/identities.html | 2 | ||||
-rw-r--r-- | skins/default/templates/identityedit.html | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/skins/default/templates/identities.html b/skins/default/templates/identities.html index 70484ebe9..464afd545 100644 --- a/skins/default/templates/identities.html +++ b/skins/default/templates/identities.html @@ -27,7 +27,7 @@ <roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" noheader="true" editIcon="" /> </div> <div class="boxfooter"> -<roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" /> +<roundcube:button command="add" type="link" title="newidentity" class="buttonPas addgroup" classAct="button addgroup" content=" " condition="config:identities_level:0<2" /><roundcube:button command="delete" type="link" title="delete" class="buttonPas delgroup" classAct="button delgroup" content=" " condition="config:identities_level:0<2" /> </div> </div> diff --git a/skins/default/templates/identityedit.html b/skins/default/templates/identityedit.html index 3aaa7bc1d..3416f414d 100644 --- a/skins/default/templates/identityedit.html +++ b/skins/default/templates/identityedit.html @@ -22,11 +22,9 @@ <script type="text/javascript">rcube_init_tabs('identity-form')</script> <div id="formfooter"> -<div class="footerleft"> <roundcube:button command="save" type="input" class="button mainaction" label="save" /> </div> </div> -</div> </body> </html> |