[open-ils-commits] [GIT] Evergreen ILS branch rel_3_5 updated. 9f8c057a3eb0196d5e0a5aa5efcae375d7e5dc94
Evergreen Git
git at git.evergreen-ils.org
Fri Jul 24 16:17:30 EDT 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, rel_3_5 has been updated
via 9f8c057a3eb0196d5e0a5aa5efcae375d7e5dc94 (commit)
from bfd07a628d60eeda978a1b9e9698a896912abeeb (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 9f8c057a3eb0196d5e0a5aa5efcae375d7e5dc94
Author: Jane Sandberg <sandbej at linnbenton.edu>
Date: Sun Mar 15 08:49:48 2020 -0700
LP1867524: Add a help popover to the End field in the Closed Dates Editor
To test:
1) Go to Administration > Local Administration > Closed Dates Editor.
2) Click Add Closing.
3) Under closing type, choose Multiple Day.
4) Note that the End field has no guidance for the user.
5) Apply this commit.
6) Repeat steps 1-3.
7) Notice that the End field has some clarifying guidance for the user.
Signed-off-by: Jane Sandberg <sandbej at linnbenton.edu>
Signed-off-by: Mike Risher <mrisher at catalyte.io>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
diff --git a/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2 b/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2
index e2579d2ff2..8f9147604a 100644
--- a/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2
+++ b/Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2
@@ -58,6 +58,7 @@
<div class="form-group row" ng-show="args.type != 'full'">
<div class="col-md-3">
<label for="end">[% l('End') %]</label>
+ <eg-help-popover help-text="[%l('Keep the library closed until 11:59pm on this day')%]" ng-if="args.is_not_detailed">
</div>
<div class="col-md-9">
<eg-date-input id="end" show-time-picker hide-time-picker="args.is_not_detailed" ng-model="args.end"></eg-date-input>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/admin/local/actor/edit_closed_dates.tt2 | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list