checkout added to nav; p search form starts w/ last name
authorBill Erickson <berick@esilibrary.com>
Mon, 5 May 2014 14:45:55 +0000 (10:45 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 5 May 2014 14:45:55 +0000 (10:45 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/templates/staff/circ/patron/t_search.tt2
Open-ILS/src/templates/staff/t_navbar.tt2

index 29fe17b..a8f6be6 100644 (file)
         role="form" class="form-horizontal">
 
       <div class="form-group">
-        <div class="col-md-2">
-          <input type="text" class="form-control" ng-model="searchArgs.card" 
-            placeholder="[% l('Barcode') %]" focus-me="focusMe"/><!--"vim-->
-        </div>
 
         <div class="col-md-2">
           <input type="text" class="form-control" 
         </div>
 
         <div class="col-md-2">
+          <input type="text" class="form-control" 
+            ng-model="searchArgs.second_given_name" placeholder="[% l('Middle Name') %]"/>
+        </div>
+
+        <div class="col-md-2">
           <input type="submit" class="btn btn-default" value="[% l('Search') %]"/>
         </div>
 
@@ -49,8 +50,8 @@
 
       <div class="form-group" ng-show="showExtras">
         <div class="col-md-2">
-          <input type="text" class="form-control" 
-            ng-model="searchArgs.second_given_name" placeholder="[% l('Middle Name') %]"/>
+          <input type="text" class="form-control" ng-model="searchArgs.card" 
+            placeholder="[% l('Barcode') %]" focus-me="focusMe"/><!--"vim-->
         </div>
         <div class="col-md-2">
           <input type="text" class="form-control" 
index 9eb14d9..bf09320 100644 (file)
 
         <ul class="dropdown-menu">
           <li>
+            <a href="./circ/patron/bcsearch" target="_self">
+              <span class="glyphicon glyphicon-export"></span>
+              [% l('Check Out') %]
+            </a>
+          </li>
+          <li>
             <a href="./circ/patron/search" target="_self">
               <span class="glyphicon glyphicon-search"></span>
               [% l('Patron Search') %]
@@ -45,7 +51,7 @@
           </li>
           <li>
             <a href="./circ/checkin/index" target="_self">
-              <span class="glyphicon glyphicon-save"></span>
+              <span class="glyphicon glyphicon-import"></span>
               [% l('Check In') %]
             </a>
           </li>