diff options
author | alecpl <alec@alec.pl> | 2008-10-02 08:39:49 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2008-10-02 08:39:49 +0000 |
commit | 5f660cd7c4662c30921b76b04a7b9d92e82182df (patch) | |
tree | 39403ec7f26d27eb66c2efcae0cd65dd39debec7 /skins/default/templates/editidentity.html | |
parent | a2740628bb1dcfaa84d00ac05a80a92afdaffbd6 (diff) |
- Minimize "inline" javascript use (#1485433)
Diffstat (limited to 'skins/default/templates/editidentity.html')
-rw-r--r-- | skins/default/templates/editidentity.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/skins/default/templates/editidentity.html b/skins/default/templates/editidentity.html index e89f0a60c..bac7579dd 100644 --- a/skins/default/templates/editidentity.html +++ b/skins/default/templates/editidentity.html @@ -4,14 +4,14 @@ <title><roundcube:object name="pagetitle" /></title> <roundcube:include file="/includes/links.html" /> <link rel="stylesheet" type="text/css" href="/settings.css" /> +<script type="text/javascript" src="/functions.js"></script> </head> -<body> +<body onload="rcube_init_settings_tabs()"> <roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/settingstabs.html" /> - <div id="identities-list"> <roundcube:object name="identitiesList" id="identities-table" class="records-table" cellspacing="0" summary="Identities list" editIcon="" /> </div> @@ -33,7 +33,5 @@ </div> </div> -<roundcube:include file="/includes/settingscripts.html" /> - </body> </html> |