From 942c5a3aafa77e3585437e4e8b807e3cd1690668 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 7 Mar 2016 12:12:40 -0500 Subject: [PATCH] [SIGNED-OFF] Bug 16001 - Use standard message dialog when there are no cities to list If there are no existing cities in Administration -> Cities and Towns, the message saying so should be in the standard message dialog. Another minor change: Edit the message to say "There are no cities defined," which I think reads better in English. To test you must have no cities and towns defined. Apply this patch and go to Administration -> Cities and Towns. You should see a message displayed in a standard "message" style dialog. Signed-off-by: Bernardo Gonzalez Kriegel Better view, no errors --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt index f6a85ea..a380a45 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -146,7 +146,7 @@ Searching: [% searchfield %] [% END %] - [% IF cities %] + [% IF cities.count %] @@ -172,7 +172,9 @@
City ID
[% ELSE %] - There is no city defined. Create a new city. +
+ There are no cities defined. Create a new city. +
[% END %] [% END %] -- 1.9.1