From 6d673df2e34f8e0c482f22d149db2eeec1b34944 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 --- 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 a380a45..25a6564 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.8.1