From fc215a8bfb8182490ed4790eb4de28c3bf85ec2d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 10 May 2010 11:29:33 -0400 Subject: [PATCH] [revised] Fix for Bug 4820, Alter layout of Circulation and fines rules page for clarity I propose some changes to the issuing rules interface to improve usability: - Better define and delineate the sub-sections on the page: - Default checkout and hold policy - Checkout limit by patron category - Holds policy by item type - Repeat the current library name, when selected, for clarity: "Default checkout and hold policy for Athens" rather than "Default checkout and hold policy for this library" - Use the phrase "all libraries" when no library is selected. "Default library" seems ambiguous. "All libraries" better defines how the rule will be applied: to all libraries in the absence of a more specific rule. - Use the term "all" instead of "default" in cases where a rule will apply to all categories or item types. --- .../intranet-tmpl/prog/en/css/staff-global.css | 5 ++ .../prog/en/modules/admin/smart-rules.tmpl | 46 +++++++++----------- 2 files changed, 26 insertions(+), 25 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 e63fa3a..9cc5ba0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css +++ b/koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css @@ -1914,3 +1914,8 @@ ul.budget_hierarchy li:first-child:after { .holdcount { font-size : 105%; line-height : 200%; } .holdcount a { border : 1px solid #a4bedd; background-color : #e4ecf5; font-weight : bold; -moz-border-radius: 4px; padding : .1em .4em; text-decoration : none; } .holdcount a:hover { background-color : #ebeff7; } +.container { + border : 1px solid #EEE; + padding : 1em; + margin : 1em 0; +} diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl index 4576e26..43ad653 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tmpl @@ -29,20 +29,20 @@ $(document).ready(function() { Defining circulation and fine rules for "" - Defining default circulation and fine rules + Defining circulation and fine rules for all libraries

The rules are applied from most specific to less specific, using the first found in this order:

To modify a rule, create a new one with the same patron type and item type.

@@ -50,7 +50,7 @@ $(document).ready(function() {
Select a library : - + @@ -124,7 +124,7 @@ $(document).ready(function() { "/> @@ -197,15 +195,14 @@ $(document).ready(function() {
-
+
+

Checkout limit by patron category for all libraries

For this library, you can specify the maximum number of loans that a patron of a given category can make, regardless of the item type.

If the total amount loanable for a given patron category is left blank, no limit applies, except possibly for a limit you define for a specific item type.

-
-
"/> @@ -253,7 +250,8 @@ $(document).ready(function() {
-
+
+

Holds policy by item type for all libraries

For this library, you can edit rules for given itemtypes, regardless of the patron's category. @@ -271,11 +269,9 @@ $(document).ready(function() { Note that if the system preference AllowHoldPolicyOverride is enabled, these policies can be overridden by your circulation staff. Also, these policies are - based on the patron's home branch, not the branch that - the reserving staff member is from. + based on the patron's home library, not the library where the hold is being placed..

-
-
+
"/> -- 1.7.3