From 6e37845d5ad15041f0dc35a23b1488566a49ab4f 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 Content-Type: text/plain; charset="utf-8" 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. --- 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 f6a85ea..58321ff 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.1.4