From cd72dcb1508c92141b18bab5baa59fde6120b6e1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 10 May 2010 11:29:33 -0400 Subject: [PATCH] Improvements to smart-rules interface I propose some changes to the issuing rules interface to improve usability: - Rename the page "Circulation Policies" since "issuing" doesn't fit well with current terminology conventions. The term "circulation" is broad enough to encompass checkouts, fines, and holds. - 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. --- .../intranet-tmpl/prog/en/css/staff-global.css | 5 +++++ .../prog/en/modules/admin/smart-rules.tmpl | 20 ++++++++------------ 2 files changed, 13 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 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..6502e47 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 @@ -144,11 +144,9 @@ $(document).ready(function() { -
-

Defaults for this library

+
+

Default checkout and hold policy for all libraries

You can set a default maximum number of checkouts and hold policy that will be used if none is defined below for a particular item type or category.

-
-
"/> @@ -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