From 6e810ec86cb080cc1547d97a2b410c65d7618a59 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 4 Jun 2013 15:35:42 -0400 Subject: [PATCH] Bug 2774 - Path to theme is hard-coded in many places This patch corrects serveral more places in the templates where the path to the prog theme is hard-coded. To test, apply the patch and view the following cases: - When a database update is triggered the login page loads login.css. This path should be correct. (Reference to wizard.css is removed as per Bug 10422). - The course reserves home page should load datatables-related assets correctly. - Help pages for the Quick spine label creator and the staff client home page should show the correct paths where they reference the Koha file system. - The web installer pages should correctly load the Koha logo. - The label creator "manage" pages (layouts, templates, etc.) should correctly load datatables-related assets. Signed-off-by: Liz Rea Checked all 5 - look good. --- .../prog/en/includes/installer-doc-head-close.inc | 5 +---- .../en/modules/course_reserves/course-reserves.tt | 15 +++++++-------- .../prog/en/modules/help/labels/spinelabel-home.tt | 2 +- .../intranet-tmpl/prog/en/modules/help/mainpage.tt | 2 +- .../prog/en/modules/installer/step1.tt | 2 +- .../prog/en/modules/installer/step2.tt | 2 +- .../prog/en/modules/installer/step3.tt | 2 +- .../prog/en/modules/labels/label-manage.tt | 6 +++--- .../en/modules/reports/guided_reports_start.tt | 4 ++-- 9 files changed, 18 insertions(+), 22 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc index 2f43528..122a06c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc @@ -3,10 +3,7 @@