]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2
LP#1770246: (follow-up) display the open-in-new-window/tab icon
[working/Evergreen.git] / Open-ILS / src / templates / staff / cat / bucket / record / t_pending.tt2
1 <eg-grid
2   ng-hide="forbidden"
3   features="-sort,-multisort"
4   id-field="id"
5   idl-class="rmsr"
6   auto-fields="true"
7   items-provider="gridDataProvider"
8   menu-label="[% l('Buckets') %]"
9   persist-key="cat.bucket.record.pending">
10
11   [% INCLUDE 'staff/cat/bucket/record/t_grid_menu.tt2' %]
12
13   <!-- actions drop-down -->
14   <eg-grid-action label="[% l('Add To Bucket') %]" 
15     handler="addToBucket"></eg-grid-action>
16
17   <eg-grid-action label="[% l('Clear List') %]" 
18     handler="resetPendingList"></eg-grid-action>
19
20   <eg-grid-field label="[% l('Title') %]" path="title">
21     <a target="_blank" href="[% ctx.base_path %]/staff/cat/catalog/record/{{item.id}}">
22     {{item.title}} <span ng-show="item.id" class="glyphicon glyphicon-new-window"/>
23     </a>
24   </eg-grid-field>
25 </eg-grid>