LP#1676608: tweak labeling at circ/at owning library fields
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 7 Feb 2018 21:52:20 +0000 (16:52 -0500)
committerMike Rylander <mrylander@gmail.com>
Wed, 28 Feb 2018 15:26:43 +0000 (10:26 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/staff/admin/local/autoGridEditor/ccat.tt2

index 727bfd9..d4c7c02 100644 (file)
         </select>
       </div>
       <div class="form-group">
-        <label for="at-circ-selector">[% l('At Circulation Library?') %]</label>
+        <label for="at-circ-selector">[% l('Allow Only At Circulation Library?') %]</label>
         <select id="at-circ-selector" class="form-control" ng-model="record.at_circ">
-            <option value="">[% l('Do not care') %]</option>
+            <option value="">[% l('No') %]</option>
             <option value="t">[% l('Yes') %]</option>
         </select>
       </div>
       <div class="form-group">
-        <label for="at-owning-selector">[% l('At Owning Library?') %]</label>
+        <label for="at-owning-selector">[% l('Allow Only At Owning Library?') %]</label>
         <select id="at-owning-selector" class="form-control" ng-model="record.at_owning">
-            <option value="">[% l('Do not care') %]</option>
+            <option value="">[% l('No') %]</option>
             <option value="t">[% l('Yes') %]</option>
         </select>
       </div>