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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt (-2 / +2 lines)
Lines 345-353 var holdForPatron = function () { Link Here
345
                [% total %] result(s) found [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc |html %]'</span>[% END %][% IF limit_desc  %]&nbsp;with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName %] Catalog[% END %].<br />&nbsp;
345
                [% total %] result(s) found [% IF ( query_desc ) %]for <span style="font-weight: bold;">'[% query_desc |html %]'</span>[% END %][% IF limit_desc  %]&nbsp;with limit(s): <span style="font-weight: bold;">'[% limit_desc | html %]'</span>[% END %][% IF ( LibraryName ) %] in [% LibraryName %] Catalog[% END %].<br />&nbsp;
346
            </h3>
346
            </h3>
347
            <div id="selection_ops" class="cartlist" style="display:none">
347
            <div id="selection_ops" class="cartlist" style="display:none">
348
                <a href="#" id="select_all">Select all</a>
348
                <a href="#" id="select_all"><i class="fa fa-check"></i> Select all</a>
349
                |
349
                |
350
                <a href="#" id="clear_all">Clear all</a>
350
                <a href="#" id="clear_all"><i class="fa fa-remove"></i> Clear all</a>
351
                |
351
                |
352
                <a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a>
352
                <a href="#" class="highlight_toggle" id="highlight_toggle_off">Unhighlight</a>
353
                <a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a>
353
                <a href="#" class="highlight_toggle" id="highlight_toggle_on">Highlight</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/modborrowers.tt (-2 / +1 lines)
Lines 216-222 Link Here
216
                    <form name="f" action="modborrowers.pl" method="post">
216
                    <form name="f" action="modborrowers.pl" method="post">
217
                        <input type="hidden" name="op" value="do" />
217
                        <input type="hidden" name="op" value="do" />
218
                        [% IF ( borrowers ) %]
218
                        [% IF ( borrowers ) %]
219
                            <div id="toolbar"><a id="selectallbutton" href="#">Select all</a> | <a id="clearallbutton" href="#">Clear all</a></div>
219
                            <div id="toolbar"><a id="selectallbutton" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="clearallbutton" href="#"><i class="fa fa-remove"></i> Clear all</a></div>
220
                        [% END %]
220
                        [% END %]
221
                    [% END %]
221
                    [% END %]
222
                        [% IF borrowers %]
222
                        [% IF borrowers %]
223
- 

Return to bug 16781