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:09:46 +0200 |
commit | dae0b797a5c5b4b0c390f40aee5d6c91f920e145 (patch) | |
tree | c5823b2bea175071212240b77b109c364a175814 /skins/default/templates/identityedit.html | |
parent | 7dad5945a0c70bc8388a6bd818f464ce5140079c (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> |