summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-02-26 17:02:16 +0000
committeralecpl <alec@alec.pl>2012-02-26 17:02:16 +0000
commit223ae9d14860254eb83318c1500a368a31156093 (patch)
treebfe205d614b216dccb09d3650a72eb0854050af2 /skins
parentaf5995d41bbf3c36c9ed8ee839c47c9b37567db1 (diff)
- Fixed identity delete button state, removed delete button in identity-edit form (for consistency)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/identityedit.html1
-rw-r--r--skins/larry/templates/identityedit.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/skins/default/templates/identityedit.html b/skins/default/templates/identityedit.html
index 563b13662..3aaa7bc1d 100644
--- a/skins/default/templates/identityedit.html
+++ b/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>
diff --git a/skins/larry/templates/identityedit.html b/skins/larry/templates/identityedit.html
index 2657c2d13..3ef41319a 100644
--- a/skins/larry/templates/identityedit.html
+++ b/skins/larry/templates/identityedit.html
@@ -15,7 +15,6 @@
<div id="formfooter">
<div class="footerleft formbuttons">
<roundcube:button command="save" type="input" class="button mainaction" label="save" />
- <roundcube:button command="delete" type="input" class="button" label="delete" condition="env:action=='edit-identity' && config:identities_level:0<2" />
</div>
</div>