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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt (-2 / +3 lines)
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
- 

Return to bug 16001