From 5f660cd7c4662c30921b76b04a7b9d92e82182df Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Thu, 02 Oct 2008 04:39:49 -0400
Subject: [PATCH] - Minimize "inline" javascript use (#1485433)

---
 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 e89f0a6..bac7579 100644
--- a/skins/default/templates/editidentity.html
+++ b/skins/default/templates/editidentity.html
@@ -4,13 +4,13 @@
 <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="" />
@@ -32,8 +32,6 @@
 </p>
 </div>
 </div>
-
-<roundcube:include file="/includes/settingscripts.html" />
 
 </body>
 </html>

--
Gitblit v1.9.1