LP#1554714 ng-date-input -> eg-date-input typo
authorBill Erickson <berickxx@gmail.com>
Thu, 14 Apr 2016 14:19:24 +0000 (10:19 -0400)
committerBill Erickson <berickxx@gmail.com>
Fri, 22 Apr 2016 13:53:00 +0000 (09:53 -0400)
We're using eg-date-input, not ng-date-input.

Thanks to Mike Rylander for pointing this out.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Open-ILS/src/templates/staff/circ/share/t_hold_dates.tt2

index edcbda4..3c25872 100644 (file)
@@ -64,7 +64,7 @@
         <label for='shelf_expire_time'>[% l("Shelf Expire Date") %]</label>
       </div>
       <div class="col-md-7">
-        <ng-date-input id='shelf_expire_time'
+        <eg-date-input id='shelf_expire_time'
           ng-disabled="!args.modify_shelf_expire_time" ng-model="args.shelf_expire_time"/>
         </eg-date-input>
       </div>