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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branch_transfer_limits.tt (-2 / +1 lines)
Lines 127-134 Link Here
127
127
128
			<tbody>
128
			<tbody>
129
					[% FOREACH to_branch_loo IN codes_loo.to_branch_loop %]
129
					[% FOREACH to_branch_loo IN codes_loo.to_branch_loop %]
130
						[% UNLESS ( loop.odd ) %]<tr class="highlight"><!-- TMPL_ELSE
130
						[% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
131
--><tr>[% END %]
132
							<td><label style="min-width:400px;" for="[% to_branch_loo.code %][% to_branch_loo.toBranch %]row">[% to_branch_loo.toBranch %] - [% to_branch_loo.toBranchname %]</label></td>
131
							<td><label style="min-width:400px;" for="[% to_branch_loo.code %][% to_branch_loo.toBranch %]row">[% to_branch_loo.toBranch %] - [% to_branch_loo.toBranchname %]</label></td>
133
							<td><input type="checkbox" id="[% to_branch_loo.code %][% to_branch_loo.toBranch %]row" name="[% to_branch_loo.code %]_[% to_branch_loo.toBranch %]" [% IF ( to_branch_loo.isChecked ) %]checked="checked" [% END %] /></td>
132
							<td><input type="checkbox" id="[% to_branch_loo.code %][% to_branch_loo.toBranch %]row" name="[% to_branch_loo.code %]_[% to_branch_loo.toBranch %]" [% IF ( to_branch_loo.isChecked ) %]checked="checked" [% END %] /></td>
134
						</tr>
133
						</tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-2 / +1 lines)
Lines 33-40 Link Here
33
            </tr></thead>
33
            </tr></thead>
34
            <tbody>
34
            <tbody>
35
        [% FOREACH issue IN issues %]
35
        [% FOREACH issue IN issues %]
36
        [% UNLESS ( loop.odd ) %]<tr class="highlight"><!-- TMPL_ELSE
36
        [% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %]
37
--><tr>[% END %]
38
                <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issue.borrowernumber %]">[% issue.surname %][% IF ( issue.firstname ) %], [% issue.firstname %][% END %]</a></td>
37
                <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issue.borrowernumber %]">[% issue.surname %][% IF ( issue.firstname ) %], [% issue.firstname %][% END %]</a></td>
39
                <td>[% IF ( issue.barcode ) %]
38
                <td>[% IF ( issue.barcode ) %]
40
                        <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% issue.biblionumber %]&amp;itemnumber=[% issue.itemnumber %]">[% issue.barcode %]</a>
39
                        <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% issue.biblionumber %]&amp;itemnumber=[% issue.itemnumber %]">[% issue.barcode %]</a>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-10 / +3 lines)
Lines 392-399 canned reports and writing custom SQL reports.</p> Link Here
392
[% IF ( definitions ) %]
392
[% IF ( definitions ) %]
393
<fieldset><legend>Dictionary Definitions</legend><table>
393
<fieldset><legend>Dictionary Definitions</legend><table>
394
[% FOREACH definition IN definitions %]
394
[% FOREACH definition IN definitions %]
395
    <tr><td><input type="checkbox" name="definition" value="<!--
395
    <tr><td><input type="checkbox" name="definition" value="[% definition.id %]" /> [% definition.name %]</td></tr>
396
TMPL_VAR NAME="id" -->" /> [% definition.name %]</td></tr>
397
[% END %]
396
[% END %]
398
</table>
397
</table>
399
[% END %]
398
[% END %]
Lines 415-424 TMPL_VAR NAME="id" -->" /> [% definition.name %]</td></tr> Link Here
415
<input type="hidden" name="criteria" value="[% criteriastring %]" />
414
<input type="hidden" name="criteria" value="[% criteriastring %]" />
416
<fieldset><table>
415
<fieldset><table>
417
[% FOREACH total_b IN total_by %]
416
[% FOREACH total_b IN total_by %]
418
<tr><td><input type="checkbox" name="total_by" id="<!-- TMPL_VAR
417
<tr><td><input type="checkbox" name="total_by" id="[% total_b.name %]" value="[% total_b.name %]" /> <label for="[% total_b.name %]">[% total_b.name %]</label></td>
419
NAME="name" -->" value="<!-- TMPL_VAR
420
NAME="name" -->" /> <label for="<!-- TMPL_VAR
421
NAME="name" -->">[% total_b.name %]</label></td>
422
<td><select name="[% total_b.name %]_tvalue">
418
<td><select name="[% total_b.name %]_tvalue">
423
419
424
[% FOREACH selec IN total_b.select %]
420
[% FOREACH selec IN total_b.select %]
Lines 447-456 NAME="name" -->">[% total_b.name %]</label></td> Link Here
447
<input type="hidden" name="definition" value="[% definition %]" />
443
<input type="hidden" name="definition" value="[% definition %]" />
448
<input type="hidden" name="totals" value="[% totals %]" />
444
<input type="hidden" name="totals" value="[% totals %]" />
449
<fieldset><table>[% FOREACH order_b IN order_by %]
445
<fieldset><table>[% FOREACH order_b IN order_by %]
450
<tr><td><input type="checkbox" id="<!-- TMPL_VAR
446
<tr><td><input type="checkbox" id="[% order_b.name %]" name="order_by" value="[% order_b.name %]" /> <label for="[% order_b.name %]">[% order_b.name %]</label></td><td>
451
NAME="name" -->" name="order_by" value="<!-- TMPL_VAR
452
NAME="name" -->" /> <label for="<!-- TMPL_VAR
453
NAME="name" -->">[% order_b.name %]</label></td><td>
454
<select name="[% order_b.name %]_ovalue">
447
<select name="[% order_b.name %]_ovalue">
455
448
456
[% FOREACH selec IN order_b.select %]
449
[% FOREACH selec IN order_b.select %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-recieve.tt (-3 / +1 lines)
Lines 4-11 Link Here
4
<script language="JavaScript" type="text/javascript">
4
<script language="JavaScript" type="text/javascript">
5
//<![CDATA[
5
//<![CDATA[
6
function popup() {
6
function popup() {
7
	window.open("subscription-renew.pl?subscriptionid=<!-- TMPL_VAR
7
	window.open("subscription-renew.pl?subscriptionid=[% subscriptionid %]","subscription_renewal",'width=700,height=400,toolbar=false,scrollbars=yes');
8
name="subscriptionid">","subscription_renewal",'width=700,height=400,toolbar=false,scrollbars=yes');
9
}
8
}
10
9
11
function barcode_check(){
10
function barcode_check(){
12
- 

Return to bug 5917