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@linnbenton.edu>
Signed-off-by: Mike Risher <mrisher@catalyte.io>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
<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>