|
Lines 14-24
Link Here
|
| 14 |
</head> |
14 |
</head> |
| 15 |
|
15 |
|
| 16 |
<body id="tools_batch_extend_due_dates" class="tools"> |
16 |
<body id="tools_batch_extend_due_dates" class="tools"> |
| 17 |
[% WRAPPER 'header.inc' %] |
17 |
[% WRAPPER 'header.inc' %] |
| 18 |
[% INCLUDE 'cat-search.inc' %] |
18 |
[% INCLUDE 'cat-search.inc' %] |
| 19 |
[% INCLUDE modals/batch_modify_hold_errors.inc %] |
19 |
[% INCLUDE modals/batch_modify_hold_errors.inc %] |
| 20 |
[% END %] |
20 |
[% END %] |
| 21 |
|
|
|
| 22 |
[% WRAPPER 'sub-header.inc' %] |
21 |
[% WRAPPER 'sub-header.inc' %] |
| 23 |
[% WRAPPER breadcrumbs %] |
22 |
[% WRAPPER breadcrumbs %] |
| 24 |
[% WRAPPER breadcrumb_item %] |
23 |
[% WRAPPER breadcrumb_item %] |
|
Lines 102-108
Link Here
|
| 102 |
</form> <!-- /#modify_holds_form --> |
101 |
</form> <!-- /#modify_holds_form --> |
| 103 |
[% ELSIF view == 'list' %] |
102 |
[% ELSIF view == 'list' %] |
| 104 |
<form action="/cgi-bin/koha/tools/batch_modify_holds.pl" method="post" id="process"> |
103 |
<form action="/cgi-bin/koha/tools/batch_modify_holds.pl" method="post" id="process"> |
| 105 |
[% INCLUDE 'csrf-token.inc' %] |
104 |
[% INCLUDE 'csrf-token.inc' %] |
| 106 |
[% IF holds.count %] |
105 |
[% IF holds.count %] |
| 107 |
<div><p>Found [% holds.count | html %][% IF holds.count > 1 %] holds [% ELSE %] hold [% END %]to modify.</p></div> |
106 |
<div><p>Found [% holds.count | html %][% IF holds.count > 1 %] holds [% ELSE %] hold [% END %]to modify.</p></div> |
| 108 |
<div class="page-section"> |
107 |
<div class="page-section"> |
|
Lines 249-254
Link Here
|
| 249 |
</aside> |
248 |
</aside> |
| 250 |
</div> <!-- /.col-sm-2 col-sm-pull-10 --> |
249 |
</div> <!-- /.col-sm-2 col-sm-pull-10 --> |
| 251 |
</div> <!-- /.row --> |
250 |
</div> <!-- /.row --> |
|
|
251 |
</div> |
| 252 |
[% MACRO jsinclude BLOCK %] |
252 |
[% MACRO jsinclude BLOCK %] |
| 253 |
[% Asset.js("js/tools-menu.js") | $raw %] |
253 |
[% Asset.js("js/tools-menu.js") | $raw %] |
| 254 |
[% INCLUDE 'calendar.inc' %] |
254 |
[% INCLUDE 'calendar.inc' %] |
| 255 |
- |
|
|