LP1904036 Ang Circ Experimental Menu whitespace cleanup
authorBill Erickson <berickxx@gmail.com>
Thu, 13 Oct 2022 16:10:41 +0000 (12:10 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:43 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>

Open-ILS/src/eg2/src/app/staff/nav.component.html
Open-ILS/src/templates/staff/navbar.tt2

index 52d7b32..397753a 100644 (file)
             <span class="material-icons" aria-hidden="true">person</span>
             <span i18n>Search for Patrons</span>
           </a>
-          <a class="dropdown-item" routerLink="/staff/circ/patron/bcsearch"    
-            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc              
-            keySpec="f1" keyDesc="Checkout">                                   
-            <span class="material-icons" aria-hidden="true">trending_up</span> 
-            <span i18n>Check Out</span>                                        
-          </a>                                                                 
-          <a class="dropdown-item" routerLink="/staff/circ/checkin"            
-            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc              
-            keySpec="f2" keyDesc="Checkin">                                    
+          <a class="dropdown-item" routerLink="/staff/circ/patron/bcsearch"
+            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
+            keySpec="f1" keyDesc="Checkout">
+            <span class="material-icons" aria-hidden="true">trending_up</span>
+            <span i18n>Check Out</span>
+          </a>
+          <a class="dropdown-item" routerLink="/staff/circ/checkin"
+            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
+            keySpec="f2" keyDesc="Checkin">
             <span class="material-icons" aria-hidden="true">trending_down</span>
-            <span i18n>Check In</span>                                         
-          </a>                                                                 
-          <a class="dropdown-item" routerLink="/staff/circ/checkin/capture"    
-            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc              
-            keySpec="shift+f2" keyDesc="Capture Holds">                        
-            <span class="material-icons" aria-hidden="true">pin_drop</span>    
-            <span i18n>Capture Holds</span>                                    
-          </a>                                                                 
-          <a class="dropdown-item" routerLink="/staff/circ/holds/pull-list">   
-            <span class="material-icons" aria-hidden="true">view_list</span>   
-            <span i18n>Pull List for Hold Requests</span>                      
-          </a>                                                                 
-          <a class="dropdown-item" routerLink="/staff/circ/renew"              
-            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc              
-            keySpec="ctrl+f2" keyDesc="Renew Items">                           
-            <span class="material-icons" aria-hidden="true">autorenew</span>   
-            <span i18n>Renew Items</span>                                      
-          </a>                                                                 
-          <a class="dropdown-item" routerLink="/staff/circ/patron/register"    
-            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc              
-            keySpec="shift+f1" keyDesc="Register Patron">                      
-            <span class="material-icons" aria-hidden="true">person_add</span>  
-            <span i18n>Register Patron</span>                                  
-          </a>                                                                 
-          <a class="dropdown-item" routerLink="/staff/circ/patron/last"        
-            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc              
-            keySpec="f8" keyDesc="Retrieve Last Patron">                       
-            <span class="material-icons" aria-hidden="true">redo</span>        
-            <span i18n>Retrieve Last Patron</span>                             
-          </a>                                                                 
+            <span i18n>Check In</span>
+          </a>
+          <a class="dropdown-item" routerLink="/staff/circ/checkin/capture"
+            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
+            keySpec="shift+f2" keyDesc="Capture Holds">
+            <span class="material-icons" aria-hidden="true">pin_drop</span>
+            <span i18n>Capture Holds</span>
+          </a>
+          <a class="dropdown-item" routerLink="/staff/circ/holds/pull-list">
+            <span class="material-icons" aria-hidden="true">view_list</span>
+            <span i18n>Pull List for Hold Requests</span>
+          </a>
+          <a class="dropdown-item" routerLink="/staff/circ/renew"
+            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
+            keySpec="ctrl+f2" keyDesc="Renew Items">
+            <span class="material-icons" aria-hidden="true">autorenew</span>
+            <span i18n>Renew Items</span>
+          </a>
+          <a class="dropdown-item" routerLink="/staff/circ/patron/register"
+            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
+            keySpec="shift+f1" keyDesc="Register Patron">
+            <span class="material-icons" aria-hidden="true">person_add</span>
+            <span i18n>Register Patron</span>
+          </a>
+          <a class="dropdown-item" routerLink="/staff/circ/patron/last"
+            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
+            keySpec="f8" keyDesc="Retrieve Last Patron">
+            <span class="material-icons" aria-hidden="true">redo</span>
+            <span i18n>Retrieve Last Patron</span>
+          </a>
           <a class="dropdown-item" routerLink="/staff/circ/patron/search/recents"
-            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc              
-            keySpec="shift+f4" keyDesc="Retrieve Recent Patrons">              
-            <span class="material-icons" aria-hidden="true">redo</span>        
-            <span i18n>Retrieve Recent Patrons</span>                          
-          </a>                                                                 
-          <a class="dropdown-item" routerLink="/staff/circ/patron/credentials" 
-            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc              
-            keySpec="alt+c" keyDesc="Verify Patron Credentials">               
+            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
+            keySpec="shift+f4" keyDesc="Retrieve Recent Patrons">
+            <span class="material-icons" aria-hidden="true">redo</span>
+            <span i18n>Retrieve Recent Patrons</span>
+          </a>
+          <a class="dropdown-item" routerLink="/staff/circ/patron/credentials"
+            egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
+            keySpec="alt+c" keyDesc="Verify Patron Credentials">
             <span class="material-icons" aria-hidden="true">check_circle</span>
-            <span i18n>Verify Credentials</span>                               
-          </a>  
+            <span i18n>Verify Credentials</span>
+          </a>
         </div>
       </div>
     </div>
index fb95da0..58ce766 100644 (file)
           </li>
           <li>
             <a href="/eg2/staff/circ/patron/bcsearch">
-              <span class="glyphicon glyphicon-export" aria-hidden="true"></span> 
-              <span>[% l('Check Out') %]</span>                                        
-            </a>                                                                 
+              <span class="glyphicon glyphicon-export" aria-hidden="true"></span>
+              <span>[% l('Check Out') %]</span>
+            </a>
           </li>
           <li>
             <a href="/eg2/staff/circ/checkin">
               <span class="glyphicon glyphicon-import" aria-hidden="true"></span>
-              <span>[% l('Check In') %]</span>                                         
-            </a>                                                                 
+              <span>[% l('Check In') %]</span>
+            </a>
           </li>
           <li>
             <a href="/eg2/staff/circ/checkin/capture">
-              <span class="glyphicon glyphicon-pushpin" aria-hidden="true"></span>    
-              <span>[% l('Capture Holds') %]</span>                                    
-            </a>                                                                 
+              <span class="glyphicon glyphicon-pushpin" aria-hidden="true"></span>
+              <span>[% l('Capture Holds') %]</span>
+            </a>
           </li>
           <li>
-            <a href="/eg2/staff/circ/holds/pull-list">   
-              <span class="glyphicon glyphicon-th-list" aria-hidden="true"></span>   
-              <span>[% l('Pull List for Hold Requests') %]</span>                      
-            </a>                                                                 
+            <a href="/eg2/staff/circ/holds/pull-list">
+              <span class="glyphicon glyphicon-th-list" aria-hidden="true"></span>
+              <span>[% l('Pull List for Hold Requests') %]</span>
+            </a>
           </li>
           <li>
             <a href="/eg2/staff/circ/renew">
-              <span class="glyphicon glyphicon-refresh" aria-hidden="true"></span>   
-              <span>[% l('Renew Items') %]</span>                                      
-            </a>                                                                 
+              <span class="glyphicon glyphicon-refresh" aria-hidden="true"></span>
+              <span>[% l('Renew Items') %]</span>
+            </a>
           </li>
           <li>
             <a href="/eg2/staff/circ/patron/register">
-              <span class="glyphicon glyphicon-user" aria-hidden="true"></span>  
-              <span>[% l('Register Patron') %]</span>                                  
-            </a>                                                                 
+              <span class="glyphicon glyphicon-user" aria-hidden="true"></span>
+              <span>[% l('Register Patron') %]</span>
+            </a>
           </li>
           <li>
             <a href="/eg2/staff/circ/patron/last">
-              <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>        
-              <span>[% l('Retrieve Last Patron') %]</span>                             
-            </a>                                                                 
+              <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>
+              <span>[% l('Retrieve Last Patron') %]</span>
+            </a>
           </li>
           <li>
             <a href="/eg2/staff/circ/patron/search/recents">
-              <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>        
-              <span>[% l('Retrieve Recent Patrons') %]</span>                          
-            </a>                                                                 
+              <span class="glyphicon glyphicon-share-alt" aria-hidden="true"></span>
+              <span>[% l('Retrieve Recent Patrons') %]</span>
+            </a>
           </li>
           <li>
             <a href="/eg2/staff/circ/patron/credentials" >
               <span class="glyphicon glyphicon-ok" aria-hidden="true"></span>
               <span>[% l('Verify Credentials') %]</span>
-            </a>  
+            </a>
           </li>
         </ul>
       </li>