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/managefolders.html | |
parent | a2740628bb1dcfaa84d00ac05a80a92afdaffbd6 (diff) |
- Minimize "inline" javascript use (#1485433)
Diffstat (limited to 'skins/default/templates/managefolders.html')
-rw-r--r-- | skins/default/templates/managefolders.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/skins/default/templates/managefolders.html b/skins/default/templates/managefolders.html index 16379723e..8808f5130 100644 --- a/skins/default/templates/managefolders.html +++ b/skins/default/templates/managefolders.html @@ -4,8 +4,9 @@ <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" /> @@ -36,7 +37,5 @@ </form> -<roundcube:include file="/includes/settingscripts.html" /> - </body> </html> |