webstaff: apply more form-control
authorMike Rylander <mrylander@gmail.com>
Wed, 5 Jul 2017 19:32:54 +0000 (15:32 -0400)
committerMike Rylander <mrylander@gmail.com>
Wed, 5 Jul 2017 19:32:54 +0000 (15:32 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/staff/serials/t_routing_list.tt2

index eba79f3..1520c5c 100644 (file)
@@ -65,7 +65,7 @@
             </label>
         </div>
         <div class="col-md-8">
-            <input type="textbox" ng-model="args.reader" id="reader"
+            <input type="text" ng-model="args.reader" id="reader" class="form-control"
                 ng-click="args.which_radio_button='reader'" focus-me="readerInFocus"
                 ng-model-options="{ debounce: 1000 }">
             </input>
@@ -87,7 +87,7 @@
             </label>
         </div>
         <div class="col-md-8">
-            <input type="textbox" ng-model="args.department" id="department"
+            <input type="text" ng-model="args.department" id="department" class="form-control"
                 ng-click="args.which_radio_button='department'">
             </input>
         </div>
@@ -99,7 +99,7 @@
             <label for="note">[% l('Note:') %]</label>
         </div>
         <div class="col-md-8">
-            <input ng-model="args.note" type="textbox" id="note"></input>
+            <input ng-model="args.note" type="text" id="note" class="form-control"></input>
         </div>
     </div>
 </div>