From 23af6060a8aa4cb6bc26e03295897a6f4c4d2a72 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 5 Jun 2013 09:19:26 -0400 Subject: [PATCH] Bug 10416 - Correct template markup problems on course detail page Content-Type: text/plain; charset="utf-8" This patch corrects several problems with the course reserves course detail page: - Unescaped ampersands - Extra - Incorrect text in title tag - Use of a table to display information which is more consistently displayed as a list. - More accurate alert message, "Are you sure you want to remove this item from the course?" rather than "Are you sure you want to delete this item?" - Missing icons from toolbar buttons To test, apply the patch and view the details of an existing course (Course reserves -> [Course name]). Confirm that these changes are present and look like an improvement. --- .../en/modules/course_reserves/course-details.tt | 47 ++++++++++---------- 1 file changed, 23 insertions(+), 24 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt index 35dca0c..08953f2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt @@ -2,14 +2,14 @@ [% USE ItemTypes %] [% USE Branches %] [% INCLUDE 'doc-head-open.inc' %] -Koha › Course reserves › New course +Koha › Course reserves › Course details for [% course.course_name %] [% INCLUDE 'doc-head-close.inc' %]