From 51a11d279457f97ac1b30e99d1af38a344d01725 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 25 May 2016 10:56:13 -0400 Subject: [PATCH] Bug 16541 - Make edit and delete links styled buttons in cities administration This patch modifies the cities administration page, converting edit and delete links to Bootstrap buttons with Font Awesome icons. To test, apply the patch and go to Administration -> Cities and towns. The 'Edit' and 'Delete' buttons should look correct and work correctly. Signed-off-by: rainer Signed-off-by: Jonathan Druart Signed-off-by: Kyle M Hall --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 a380a4557e..25a6564519 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/cities.tt @@ -154,8 +154,7 @@ State ZIP/Postal code Country -   -   + Actions [% FOREACH city IN cities %] @@ -165,8 +164,10 @@ [% city.city_state %] [% city.city_zipcode %] [% city.city_country %] - Edit - Delete + + Edit + Delete + [% END %] -- 2.39.5