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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-2 / +1 lines)
Lines 70-76 Link Here
70
    </form>
70
    </form>
71
71
72
<p class="help">Check the boxes for the libraries you accept to checkin items from.</p>
72
<p class="help">Check the boxes for the libraries you accept to checkin items from.</p>
73
<fieldset>For <strong>all</strong> [% IF ( limitType == 'ccode' ) %]collection codes[% ELSE %]item types[% END %]: <a id="CheckAll" href="#">Check all</a> | <a id="UncheckAll" href="#">Uncheck all</a></fieldset>
73
<fieldset><strong>[% IF ( limitType == 'ccode' ) %]For all collection codes: [% ELSE %]For all item types: [% END %]</strong><a id="CheckAll" href="#">Check all</a> | <a id="UncheckAll" href="#">Uncheck all</a></fieldset>
74
74
75
75
76
  <div id="transferlimit_tabs" class="toptabs">
76
  <div id="transferlimit_tabs" class="toptabs">
77
- 

Return to bug 15363