From 369b0c4f5a739814d8b63fb004172e2fd6e48af4 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Tue, 2 Sep 2014 10:13:28 -0400 Subject: [PATCH] [SIGNED-OFF] Bug 12862: Staff client tweaks related to obsolete language="javascript" Content-Type: text/plain; charset="utf-8" As a result, this patch removed the deprecated tag from the intranet templates. And since there was just 1 other tiny error in the same template file, the checked="checked" was removed from a text box. TEST PLAN --------- 1) Install the HTML Validator 0.9.5.8 for FireFox. 2) Open Intranet to Home -> Tools -> News 3) View Page Source -- you'll notice the message about language="javascript" being one of the error messages. 4) Click Edit beside one of the news items. 5) View Page Source -- you'll notice the message about language="javascript" being one of the error messages. 6) Apply patch 7) Repeat steps 2 to 5 without "language="javascript" related error messages. 8) Run koha QA test tools. Signed-off-by: Owen Leonard --- .../intranet-tmpl/prog/en/modules/help/edithelp.tt | 2 +- .../prog/en/modules/tools/koha-news.tt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt index 734bf0d..9ed805c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/edithelp.tt @@ -1,6 +1,6 @@ [% INCLUDE 'doc-head-open.inc' %] Online help - + [% END %] - +