From: Sally Fortin Date: Thu, 23 Aug 2012 17:40:51 +0000 (-0400) Subject: Documentaton: Add documentation on patron border color enhancements for 2.3. X-Git-Url: http://git.equinoxoli.org/?p=transitory.git;a=commitdiff_plain;h=858321783ee48e89cd2630184105fba043f3b2d5 Documentaton: Add documentation on patron border color enhancements for 2.3. Signed-off-by: Robert Soulliere --- diff --git a/docs/admin/staff_client-patron_border.txt b/docs/admin/staff_client-patron_border.txt new file mode 100644 index 0000000..ffbd30b --- /dev/null +++ b/docs/admin/staff_client-patron_border.txt @@ -0,0 +1,22 @@ +Patron Border Color Enhancement +------------------------------ + +This feature gives librarians new choices for color coding patron penalties. + +In version 2.3, if the staff_alert column on the Standing Penalty Type is set to +True and no other more serious penalty (as defined by the CSS) trumps it, then, +when a patron incurs a penalty, a blue border will appear around the patron's +name. + +For example, by default, the standing penalty type, ALERT_NOTE, has the +staff_alert value set to TRUE. If I apply an alert to a user's account, and no +other penalty color takes precedence over it, then a blue border will appear +around the patron's name. + +image::media/Patron_Border_Color_Enhancements2.jpg[Patron_Border_Color_Enhancements2] + +In addition, librarians now can customize the color coding on custom penalty +types. For example, librarians can create a penalty type and, using the CSS +classname PATRON_HAS_CUSTOM_PENALTY, apply a custom color box to the patron's +record. + diff --git a/docs/media/Patron_Border_Color_Enhancements2.jpg b/docs/media/Patron_Border_Color_Enhancements2.jpg new file mode 100755 index 0000000..9d835b0 Binary files /dev/null and b/docs/media/Patron_Border_Color_Enhancements2.jpg differ diff --git a/docs/root.txt b/docs/root.txt index 11d08f1..f643e4e 100644 --- a/docs/root.txt +++ b/docs/root.txt @@ -123,6 +123,8 @@ include::admin/staff_client-tab_buttons.txt[] include::admin/staff_client-double_clicking.txt[] +include::admin/staff_client-patron_border.txt[] + include::admin/staff_client-sorting_columns.txt[] include::admin/staff_client-recent_searches.txt[]