diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-26 17:02:16 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2012-02-26 17:02:16 +0000 |
| commit | 1132680bb9e087a57beb376018326bb2d9dc4ec6 (patch) | |
| tree | 06acc76aa0de66c1520844dad6ed16a5190af55a /roundcubemail/skins/default | |
| parent | 93c8a1bf02f81e6fccbbf8625a3a8758501677b5 (diff) | |
- Fixed identity delete button state, removed delete button in identity-edit form (for consistency)
git-svn-id: https://svn.roundcube.net/trunk@5914 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/templates/identityedit.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/templates/identityedit.html b/roundcubemail/skins/default/templates/identityedit.html index 563b13662..3aaa7bc1d 100644 --- a/roundcubemail/skins/default/templates/identityedit.html +++ b/roundcubemail/skins/default/templates/identityedit.html @@ -23,7 +23,6 @@ <div id="formfooter"> <div class="footerleft"> - <roundcube:button command="delete" type="input" class="button" label="delete" condition="env:action=='edit-identity'" style="margin-right:0.5em" /> <roundcube:button command="save" type="input" class="button mainaction" label="save" /> </div> </div> |
