From f68f6c3656787d2bc42bbf001b3811ca8382ac81 Mon Sep 17 00:00:00 2001 From: Garry Collum Date: Sat, 19 Dec 2009 16:30:23 -0500 Subject: [PATCH] Bug 3964: Fixes several XHMTL errors in aqplan.tmpl. aqplan.tmpl still contains some errors after this patch, mainly id elements that start with an numeric value. But I need to examine the code more throughly before these are fixed. --- .../prog/en/modules/admin/aqplan.tmpl | 46 +++++++++---------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl index 8bef092a2e..0f669f9565 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqplan.tmpl @@ -2,19 +2,18 @@ Budget planning - +/reset/reset.css" rel="stylesheet" type="text/css" /> +/fonts/fonts.css" rel="stylesheet" type="text/css" /> +/menu/assets/menu.css" rel="stylesheet" type="text/css" /> +/container/assets/skins/sam/container.css" rel="stylesheet" type="text/css" /> + -/reset/reset.css" rel="stylesheet" type="text/css" /> -/fonts/fonts.css" rel="stylesheet" type="text/css" /> -/menu/assets/menu.css" rel="stylesheet" type="text/css" /> - /container/assets/skins/sam/container.css" rel="stylesheet" type="text/css" /> - @@ -91,7 +90,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () { HomeAdministration">Budgets › - ">Planning › + ">Planning
@@ -102,7 +101,7 @@ YAHOO.util.Event.onAvailable("popmenu", function () { -
+
@@ -150,16 +149,12 @@ YAHOO.util.Event.onAvailable("popmenu", function () { - -
- - -
+
- + @@ -171,11 +166,11 @@ YAHOO.util.Event.onAvailable("popmenu", function () { - " style="text-align: center; + " style="text-align: center;" class="" > " style="text-align: center; - display:none; + display:none;" class="" > @@ -199,10 +194,10 @@ YAHOO.util.Event.onAvailable("popmenu", function () { -   +   - +   - " > + " /> - " id='' class='' onchange="calcTotalRow(this);" > + " id='' class='' onchange="calcTotalRow(this);" /> @@ -235,12 +230,13 @@ YAHOO.util.Event.onAvailable("popmenu", function () { style="color: red;" style="color: green;" > + > style="color: red;" - style="color: green;" + style="color: red;" + style="color: green;" name="est_total" id='budget_est_'>   @@ -260,11 +256,11 @@ YAHOO.util.Event.onAvailable("popmenu", function () { - Each cell contain both actual and estimated values.
+ Each cell contain both actual and estimated values.
- Cells contain estimated values only.
+ Cells contain estimated values only.
- Currency =
+ Currency =
-- 2.20.1