[open-ils-commits] [GIT] Evergreen ILS branch master updated. 1912e59e65d253498e2d29a1a486ee3efaf505c6

Evergreen Git git at git.evergreen-ils.org
Fri Feb 21 10:58:11 EST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  1912e59e65d253498e2d29a1a486ee3efaf505c6 (commit)
      from  950c6153163022ea7da92ceb15f6a4f722e4d3ed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1912e59e65d253498e2d29a1a486ee3efaf505c6
Author: Josh Stompro <stompro at stompro.org>
Date:   Wed Nov 13 13:48:50 2019 -0600

    LP1777181 - Make backdating more visible in check in.
    
    Add another visual indication that backdating is in use in check in screen.
    
    To test, visit check in screen and pick a date for the effective date.
    
    Signed-off-by: Josh Stompro <stompro at stompro.org>
    Signed-off-by: Dawn Dale <ddale at georgialibraries.org>
    Signed-off-by: Chris Sharp <csharp at georgialibraries.org>

diff --git a/Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2 b/Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2
index 31b0b619ac..417f26aeb4 100644
--- a/Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2
+++ b/Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2
@@ -1,7 +1,9 @@
 <div class="container-fluid" style="text-align:center">
-  <div class="alert alert-info alert-less-pad strong-text-2">
+  <div class="alert alert-info alert-less-pad strong-text-2"
+    ng-class="{'alert-warning': is_backdate()}">
     <span ng-if="!is_capture">[% l('Checkin Items') %]</span>
     <span ng-if="is_capture">[% l('Capture Holds') %]</span>
+    <span ng-if="is_backdate()" class="btn btn-danger">[% l('Backdating Enabled') %]</span>
   </div>
 </div>
 

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/staff/circ/checkin/t_checkin.tt2 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list