From 0679846269a039388eaf4e2fb276423a35752b05 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 25 Jun 2009 11:45:02 -0500 Subject: [PATCH] Reformatting interface for Notice Triggers (Bug 3366) Breaking up the table of options into three separate ones for first, second, and third notices, each in its own tab. Signed-off-by: Galen Charlton Signed-off-by: Henri-Damien LAURENT --- .../prog/en/css/staff-global.css | 2 + .../prog/en/modules/tools/overduerules.tmpl | 56 +++++++++++++++---- 2 files changed, 46 insertions(+), 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css index ff7d1a1c94..9c50b158bc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -940,10 +940,12 @@ div.sysprefs div.hint { tr.highlight td { background-color : #F6F6F6; + border-color : #BCBCBC; } tr.highlight th[scope=row] { background-color : #DDDDDD; + border-color : #BCBCBC; } tr.confirm td, tr.highlight.confirm td { diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl index 566b246d0a..526f8f4265 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl @@ -9,6 +9,7 @@ $(document).ready(function() { $('#branch').change(function() { $('#selectlibrary').submit(); }); + $('#rulestabs > ul').tabs(); }); //]]> @@ -67,18 +68,18 @@ $(document).ready(function() {
" /> - - - - - - - - +

Rules for overdue actions: default library

+
INPUT SAVED
+ +
+ + +
Rules for overdue actions: default library - -
INPUT SAVED
- -
 FirstSecondThird
DelayLetterDebarDelayLetterDebarDelayLetterDebar
+ @@ -112,6 +113,20 @@ $(document).ready(function() { " value="1" /> + + +
 DelayFirst LetterDebar
+ + +
+ + + + + + + + @@ -138,6 +153,20 @@ $(document).ready(function() { " value="1" /> + + +
 DelaySecond LetterDebar
" size="5" value="" />
+
+ +
+ + + + + + + + @@ -167,6 +196,9 @@ $(document).ready(function() {
 DelayThird LetterDebar
" size="5" value="" />
+
+ +
-- 2.20.1