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

(-)a/koha-tmpl/intranet-tmpl/prog/css/print.css (+1 lines)
Lines 294-299 td.debit { Link Here
294
#toolbar,
294
#toolbar,
295
#changelanguage,
295
#changelanguage,
296
#menu,
296
#menu,
297
#batchModify,
297
.gradient,
298
.gradient,
298
div.yui-b,
299
div.yui-b,
299
.noprint,
300
.noprint,
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 736-742 canned reports and writing custom SQL reports.</p> Link Here
736
                [% FOREACH header_ro IN header_row %]
736
                [% FOREACH header_ro IN header_row %]
737
                    [% IF header_ro.cell == 'itemnumber' %]
737
                    [% IF header_ro.cell == 'itemnumber' %]
738
                        <th>
738
                        <th>
739
                            [% 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>
739
                            [% 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>
740
                        </th>
740
                        </th>
741
                    [% ELSE %]
741
                    [% ELSE %]
742
                        <th>[% header_ro.cell | html %]</th>
742
                        <th>[% header_ro.cell | html %]</th>
743
- 

Return to bug 22147