diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-03-09 12:01:14 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-03-09 12:01:14 +0000 |
| commit | a14612b230c7ce0753d4879808b3bc443a2fd484 (patch) | |
| tree | 1e1e503a35afaecdc9ac07aa0e49b230f1585e06 | |
| parent | 01cf378d49626fc2acd202d753497286302cb324 (diff) | |
- Fix tabs on identity edit page
git-svn-id: https://svn.roundcube.net/trunk@4602 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/templates/identityedit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/templates/identityedit.html b/roundcubemail/skins/default/templates/identityedit.html index 45c68f1ad..c8d065ddd 100644 --- a/roundcubemail/skins/default/templates/identityedit.html +++ b/roundcubemail/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> |
