<span class="material-icons" aria-hidden="true">person</span>
<span i18n>Search for Patrons</span>
</a>
- <a class="dropdown-item" routerLink="/staff/circ/patron/search">
- <span class="material-icons" aria-hidden="true">person</span>
- <span i18n>Search for Patrons (Experimental)</span>
- </a>
<a class="dropdown-item" href="/eg/staff/cat/item/search">
<span class="material-icons" aria-hidden="true">assignment</span>
<span i18n>Search for Items by Barcode</span>
<span class="material-icons" aria-hidden="true">trending_down</span>
<span i18n>Check In</span>
</a>
- <a class="dropdown-item" routerLink="/staff/circ/checkin"
- egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
- keySpec="alt+f2" keyDesc="Checkin">
- <span class="material-icons" aria-hidden="true">trending_down</span>
- <span i18n>Check In (Experimental)</span>
- </a>
<a class="dropdown-item" href="/eg/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/checkin/capture">
- <span class="material-icons" aria-hidden="true">pin_drop</span>
- <span i18n>Capture Holds (Experimental)</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>
<span class="material-icons" aria-hidden="true">autorenew</span>
<span i18n>Renew Items</span>
</a>
- <a class="dropdown-item" routerLink="/staff/circ/renew">
- <span class="material-icons" aria-hidden="true">autorenew</span>
- <span i18n>Renew Items (Experimental)</span>
- </a>
<a class="dropdown-item" href="/eg/staff/circ/patron/register"
egAccessKey keyCtx="navbar" i18n-keySpec i18n-keyDesc
keySpec="shift+f1" keyDesc="Register Patron">
</a>
</li>
<li>
- <a href="/eg2/staff/circ/patron/search">
- <span class="glyphicon glyphicon-user" aria-hidden="true"></span>
- <span eg-accesskey-label>[% l('Search for Patrons (Experimental)') %]</span>
- </a>
- </li>
- <li>
<a href="./cat/item/search" target="_self"
eg-accesskey="[% l('f5') %]"
eg-accesskey-desc="[% l('Item Status') %]">
[% l('Check In') %]
</a>
</li>
- <li ng-if="username">
- <a href="/eg2/staff/circ/checkin">
- <span class="glyphicon glyphicon-import" aria-hidden="true"></span>
- [% l('Check In (Experimental)') %]
- </a>
- </li>
<li ng-if="!username">
<a href="" ng-click="rs.active_tab('checkin')" target="_self"
eg-accesskey="[% l('f2') %]"
</a>
</li>
<li>
- <a href="/eg2/staff/circ/checkin/capture">
- <span class="glyphicon glyphicon-pushpin" aria-hidden="true"></span>
- [% l('Capture Holds (Experimental)') %]
- </a>
- </li>
- <li>
<a href="/eg2/staff/circ/holds/pull-list">
<span class="glyphicon glyphicon-th-list" aria-hidden="true"></span>
[% l('Pull List for Hold Requests') %]
[% l('Renew Items') %]
</a>
</li>
- <li ng-if="username">
- <a href="/eg2/staff/circ/renew">
- <span class="glyphicon glyphicon-refresh" aria-hidden="true"></span>
- [% l('Renew Items (Experimental)') %]
- </a>
- </li>
<li ng-if="!username">
<a href="" ng-click="rs.active_tab('renew')" target="_self"