|
Lines 159-172
Cash registers › Administration › Koha
Link Here
|
| 159 |
</div> |
159 |
</div> |
| 160 |
|
160 |
|
| 161 |
<h1>Cash registers</h1> |
161 |
<h1>Cash registers</h1> |
| 162 |
<h3>Cash registers for <select id="branch_filter" name="branch_filter"> |
|
|
| 163 |
<option value=""></option> |
| 164 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %] |
| 165 |
</select> |
| 166 |
</h3> |
| 167 |
|
| 168 |
[% IF cash_registers.count %] |
| 169 |
<div class="page-section"> |
162 |
<div class="page-section"> |
|
|
163 |
<h2>Cash registers for <select id="branch_filter" name="branch_filter"> |
| 164 |
<option value=""></option> |
| 165 |
[% PROCESS options_for_libraries libraries => Branches.all( selected => branchcode, unfiltered => 1, ) %] |
| 166 |
</select> |
| 167 |
</h2> |
| 168 |
|
| 169 |
[% IF cash_registers.count %] |
| 170 |
<table id="table_cash_registers"> |
170 |
<table id="table_cash_registers"> |
| 171 |
<thead> |
171 |
<thead> |
| 172 |
<th>Name</th> |
172 |
<th>Name</th> |
|
Lines 205-214
Cash registers › Administration › Koha
Link Here
|
| 205 |
[% END %] |
205 |
[% END %] |
| 206 |
</tbody> |
206 |
</tbody> |
| 207 |
</table> |
207 |
</table> |
| 208 |
</div><!-- /.page-section --> |
208 |
[% ELSE %] |
| 209 |
[% ELSE %] |
209 |
<div class="dialog message">There are no cash registers defined. <a href="/cgi-bin/koha/admin/cash_registers.pl?op=add_form">Start adding cash registers</a>.</div> |
| 210 |
<div class="dialog message">There are no cash registers defined. <a href="/cgi-bin/koha/admin/cash_registers.pl?op=add_form">Start adding cash registers</a>.</div> |
210 |
[% END # /cash_register.count %] |
| 211 |
[% END # /cash_register.count %] |
211 |
</div> |
| 212 |
[% END # /op == 'list' %] |
212 |
[% END # /op == 'list' %] |
| 213 |
</main> |
213 |
</main> |
| 214 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
214 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |