View | Details | Raw Unified | Return to bug 36534
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
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
- 

Return to bug 36534