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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-3 / +2 lines)
Lines 69-75 Link Here
69
    </form>
69
    </form>
70
70
71
<p class="help">Check the boxes for the libraries you accept to checkin items from.</p>
71
<p class="help">Check the boxes for the libraries you accept to checkin items from.</p>
72
<fieldset>[% IF ( limitType == 'ccode' ) %]<strong>For all collection codes: </strong>[% ELSE %]<strong>For all item types: </strong>[% END %]<a id="CheckAll" href="#">Check all</a> | <a id="UncheckAll" href="#">Uncheck all</a></fieldset>
72
<fieldset>[% IF ( limitType == 'ccode' ) %]<strong>For all collection codes: </strong>[% ELSE %]<strong>For all item types: </strong>[% END %]<a id="CheckAll" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll" href="#"><i class="fa fa-remove"></i> Clear all</a></fieldset>
73
73
74
74
75
  <div id="transferlimit_tabs" class="toptabs">
75
  <div id="transferlimit_tabs" class="toptabs">
Lines 82-88 Link Here
82
	[% FOREACH codes_loo IN codes_loop %]
82
	[% FOREACH codes_loo IN codes_loop %]
83
	<div id="[% codes_loo.code %]set">
83
	<div id="[% codes_loo.code %]set">
84
		<h4>Policy for [% codes_loo.limit_phrase %]: [% codes_loo.code %]</h4>
84
		<h4>Policy for [% codes_loo.limit_phrase %]: [% codes_loo.code %]</h4>
85
    <p><a id="CheckAll[% codes_loo.code %]table" class="checkall" href="#">Check all</a> | <a id="UncheckAll[% codes_loo.code %]table" class="uncheckall" href="#">Uncheck all</a></p>
85
    <p><a id="CheckAll[% codes_loo.code %]table" class="checkall" href="#"><i class="fa fa-check"></i> Select all</a> | <a id="UncheckAll[% codes_loo.code %]table" class="uncheckall" href="#"><i class="fa fa-remove"></i> Clear all</a></p>
86
	
86
	
87
		<table id="[% codes_loo.code %]table" class="sorted">
87
		<table id="[% codes_loo.code %]table" class="sorted">
88
			<thead>
88
			<thead>
89
- 

Return to bug 16801