summaryrefslogtreecommitdiff
path: root/skins/default/templates
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-10-06 06:48:19 +0000
committeralecpl <alec@alec.pl>2010-10-06 06:48:19 +0000
commit6769ba767005b8adc93a077c04eb745502b01238 (patch)
treefaab9d68069ae9ee4abb416b89ac3f4ae607a6bf /skins/default/templates
parent76ee6cafcd7847c802857431ec4224a577fa7ee3 (diff)
- Improve tabs to fixed width and add tabs in identities info (#1486974)
Diffstat (limited to 'skins/default/templates')
-rw-r--r--skins/default/templates/editidentity.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/skins/default/templates/editidentity.html b/skins/default/templates/editidentity.html
index 576a0d816..24c37a629 100644
--- a/skins/default/templates/editidentity.html
+++ b/skins/default/templates/editidentity.html
@@ -41,12 +41,13 @@
<div class="boxcontent">
<roundcube:object name="identityform" size="40" textareacols="60" textarearows="6" />
-
-<p><br />
+<p>
<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" />
</p>
</div>
+<script type="text/javascript">rcube_init_tabs('identity-details')</script>
+
</div>
</div>