From 2f2f15b7aabe19e45dad9bddb7eb7f4394aa1e21 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 04 Sep 2006 08:26:30 -0400 Subject: [PATCH] Little improvements for message parsing and encoding --- skins/default/templates/addidentity.html | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/skins/default/templates/addidentity.html b/skins/default/templates/addidentity.html index 0875a99..d38d806 100644 --- a/skins/default/templates/addidentity.html +++ b/skins/default/templates/addidentity.html @@ -2,11 +2,12 @@ <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title><roundcube:object name="pagetitle" /></title> -<link rel="stylesheet" type="text/css" href="/common.css" /> +<roundcube:include file="/includes/links.html" /> <link rel="stylesheet" type="text/css" href="/settings.css" /> </head> <body> +<roundcube:include file="/includes/taskbar.html" /> <roundcube:include file="/includes/header.html" /> <roundcube:include file="/includes/settingstabs.html" /> @@ -29,7 +30,7 @@ </div> </div> -<roundcube:include file="/includes/taskbar.html" /> +<roundcube:include file="/includes/settingscripts.html" /> </body> </html> -- Gitblit v1.9.1