From 80dde5a42cfbf0d1655edc0de7ca20d23fc51ebc Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 21 Feb 2018 17:59:49 +0000 Subject: [PATCH] Bug 20239: Fix spelling on authority linker plugin This patch corrects the capitalization of the "Choose" link in the pop-up window for selecting an authority record to link to a MARC field. This patch also converts the link, and the "Edit authority" link, to Bootstrap buttons. To test: - Create a new record - Go to the 100 field - Click on plugin link behind $a - Look for an existing authoriy in your system - In the table of search results, confirm that the "Choose" and "Edit authority" links look correct and work correctly. --- .../prog/en/modules/authorities/searchresultlist-auth.tt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt index 6bbce9c..f8c86cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt @@ -49,15 +49,15 @@ [% PROCESS authresult summary=resul.summary %] [% resul.used %] times - [% IF resul.summary && resul.summary.authorized && resul.summary.authorized.size > 1 %] - [% FOREACH authorized IN resul.summary.authorized %] - [% loop.count %] - [% END %] + [% IF resul.summary && resul.summary.authorized && resul.summary.authorized.size > 1 %] + [% FOREACH authorized IN resul.summary.authorized %] + [% loop.count %] + [% END %] [% ELSE %] - choose + Choose [% END %] - Edit authority + Edit authority [% END %] -- 2.1.4