@@ -, +, @@ - 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/searchresultlist-auth.tt @@ -73,15 +73,15 @@ function doauth(authid, index, repet) [% 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 %] --