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/identityedit.html | |
parent | fd41f7d500cbd80ed27c706a7f966934efc3dea7 (diff) |
Bring back delete button for identities in default skin (#1488542)
Diffstat (limited to 'skins/default/templates/identityedit.html')
-rw-r--r-- | skins/default/templates/identityedit.html | 2 |
1 files changed, 0 insertions, 2 deletions
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> |