Lines 1055-1061
Link Here
|
1055 |
[% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers || batch_borrowernumbers ) %] |
1055 |
[% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers || batch_borrowernumbers ) %] |
1056 |
<div class="btn-group"> |
1056 |
<div class="btn-group"> |
1057 |
<button class="btn btn-default btn-sm dropdown-toggle" type="button" id="batch_mod_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
1057 |
<button class="btn btn-default btn-sm dropdown-toggle" type="button" id="batch_mod_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
1058 |
Batch operations with [% IF unlimited_total >= limit %][% limit | html %][% ELSE %][% unlimited_total | html %][% END %] visible records |
1058 |
Batch operations with [% IF unlimited_total >= limit %][% results.size | html %][% ELSE %][% unlimited_total | html %][% END %] visible records |
1059 |
<span class="caret"></span> |
1059 |
<span class="caret"></span> |
1060 |
</button> |
1060 |
</button> |
1061 |
<ul class="dropdown-menu" aria-labelledby="batch_mod_menu"> |
1061 |
<ul class="dropdown-menu" aria-labelledby="batch_mod_menu"> |
1062 |
- |
|
|