summaryrefslogtreecommitdiff
path: root/skins/default/templates/identityedit.html
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-03-09 12:01:14 +0000
committeralecpl <alec@alec.pl>2011-03-09 12:01:14 +0000
commit32c8ba67ca5215bff29caa70bab95822a2573515 (patch)
tree8e849320db784ac2095c90f433e197b28acec371 /skins/default/templates/identityedit.html
parent3e398182213cb66057ff40b605296092bb9fe83d (diff)
- Fix tabs on identity edit page
Diffstat (limited to 'skins/default/templates/identityedit.html')
-rw-r--r--skins/default/templates/identityedit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/templates/identityedit.html b/skins/default/templates/identityedit.html
index 45c68f1ad..c8d065ddd 100644
--- a/skins/default/templates/identityedit.html
+++ b/skins/default/templates/identityedit.html
@@ -40,13 +40,13 @@
<div id="identity-title" class="boxtitle"><roundcube:object name="steptitle" /></div>
<div class="boxcontent">
-<roundcube:object name="identityform" size="40" textareacols="70" textarearows="6" />
+<roundcube:object name="identityform" id="identity-form" size="40" textareacols="70" textarearows="6" />
<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>
+<script type="text/javascript">rcube_init_tabs('identity-form')</script>
</div>