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

(-)a/koha-tmpl/intranet-tmpl/prog/css/print.css (+1 lines)
Lines 295-300 td.debit { Link Here
295
#changelanguage,
295
#changelanguage,
296
#menu,
296
#menu,
297
#limitselect,
297
#limitselect,
298
#batchModify,
298
.gradient,
299
.gradient,
299
div.yui-b,
300
div.yui-b,
300
.noprint,
301
.noprint,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 861-867 canned reports and writing custom SQL reports.</p> Link Here
861
                [% FOREACH header_ro IN header_row %]
861
                [% FOREACH header_ro IN header_row %]
862
                    [% IF header_ro.cell == 'itemnumber' %]
862
                    [% IF header_ro.cell == 'itemnumber' %]
863
                        <th>
863
                        <th>
864
                            [% header_ro.cell | html %] <button type="submit" data-toggle="tooltip" title="Send visible items to batch modification" class="btn btn-xs btn-default send_to_item_mod"><i class="fa fa-pencil"></i> Batch modify</button>
864
                            [% header_ro.cell | html %] <button type="submit" data-toggle="tooltip" title="Send visible items to batch modification" id="batchModify" class="btn btn-xs btn-default send_to_item_mod"><i class="fa fa-pencil"></i> Batch modify</button>
865
                        </th>
865
                        </th>
866
                    [% ELSE %]
866
                    [% ELSE %]
867
                        <th>[% header_ro.cell | html %]</th>
867
                        <th>[% header_ro.cell | html %]</th>
868
- 

Return to bug 22147