Lines 8-13
Link Here
|
8 |
[% USE Registers %] |
8 |
[% USE Registers %] |
9 |
[% SET footerjs = 1 %] |
9 |
[% SET footerjs = 1 %] |
10 |
[% PROCESS 'accounts.inc' %] |
10 |
[% PROCESS 'accounts.inc' %] |
|
|
11 |
[% PROCESS 'i18n.inc' %] |
11 |
[% INCLUDE 'doc-head-open.inc' %] |
12 |
[% INCLUDE 'doc-head-open.inc' %] |
12 |
<title>[% IF ( do_it ) %]Cash register statistics › Results[% ELSE %]Cash register statistics[% END %] › Reports › Koha</title> |
13 |
<title>[% IF ( do_it ) %]Cash register statistics › Results[% ELSE %]Cash register statistics[% END %] › Reports › Koha</title> |
13 |
[% INCLUDE 'doc-head-close.inc' %] |
14 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 111-117
Link Here
|
111 |
<li> |
112 |
<li> |
112 |
<label>Transaction library</label> |
113 |
<label>Transaction library</label> |
113 |
<select name="branch" id="branch"> |
114 |
<select name="branch" id="branch"> |
114 |
<option value="ALL">All</option> |
115 |
<option value="ALL">[% tp('All libraries/branches', 'All') | html %]</option> |
115 |
[% FOREACH branchloo IN branchloop %] |
116 |
[% FOREACH branchloo IN branchloop %] |
116 |
[% IF ( branchloo.selected ) %] |
117 |
[% IF ( branchloo.selected ) %] |
117 |
<option value="[% branchloo.branchcode | html %]" selected="selected">[% branchloo.branchname | html %]</option> |
118 |
<option value="[% branchloo.branchcode | html %]" selected="selected">[% branchloo.branchname | html %]</option> |