Lines 146-152
Link Here
|
146 |
Searching: [% searchfield %] |
146 |
Searching: [% searchfield %] |
147 |
[% END %] |
147 |
[% END %] |
148 |
|
148 |
|
149 |
[% IF cities %] |
149 |
[% IF cities.count %] |
150 |
<table id="table_cities"> |
150 |
<table id="table_cities"> |
151 |
<thead> |
151 |
<thead> |
152 |
<th>City ID</th> |
152 |
<th>City ID</th> |
Lines 172-178
Link Here
|
172 |
</tbody> |
172 |
</tbody> |
173 |
</table> |
173 |
</table> |
174 |
[% ELSE %] |
174 |
[% ELSE %] |
175 |
There is no city defined. <a href="/cgi-bin/koha/admin/cities.pl?op=add_form">Create a new city</a>. |
175 |
<div class="dialog message"> |
|
|
176 |
There are no cities defined. <a href="/cgi-bin/koha/admin/cities.pl?op=add_form">Create a new city</a>. |
177 |
</div> |
176 |
[% END %] |
178 |
[% END %] |
177 |
[% END %] |
179 |
[% END %] |
178 |
|
180 |
|
179 |
- |
|
|