Bugzilla – Attachment 72111 Details for
Bug 20239
Fix spelling on authority linker plugin
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20239: Fix spelling on authority linker plugin
Bug-20239-Fix-spelling-on-authority-linker-plugin.patch (text/plain), 3.09 KB, created by
Marcel de Rooy
on 2018-02-23 10:57:24 UTC
(
hide
)
Description:
Bug 20239: Fix spelling on authority linker plugin
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-02-23 10:57:24 UTC
Size:
3.09 KB
patch
obsolete
>From a9483881408f48a99231c6d0631ae2b7b517ad26 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 21 Feb 2018 17:59:49 +0000 >Subject: [PATCH] Bug 20239: Fix spelling on authority linker plugin >Content-Type: text/plain; charset=utf-8 > >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. > >Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../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 fd2e92b..a73759f 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 >@@ -73,15 +73,15 @@ function doauth(authid, index, repet) > <td>[% PROCESS authresult summary=resul.summary %]</td> > <td>[% resul.used %] times</td> > <td> >- [% IF resul.summary && resul.summary.authorized && resul.summary.authorized.size > 1 %] >- [% FOREACH authorized IN resul.summary.authorized %] >- <a href="javascript:doauth('[% resul.authid %]', '[% index %]', '[% loop.count %]')" title="[% authorized.heading | html %]">[% loop.count %]</a> >- [% END %] >+ [% IF resul.summary && resul.summary.authorized && resul.summary.authorized.size > 1 %] >+ [% FOREACH authorized IN resul.summary.authorized %] >+ <a href="javascript:doauth('[% resul.authid %]', '[% index %]', '[% loop.count %]')" title="[% authorized.heading | html %]">[% loop.count %]</a> >+ [% END %] > [% ELSE %] >- <a href="javascript:doauth('[% resul.authid %]', '[% index %]', '')">choose</a> >+ <a class="btn btn-xs btn-default" href="javascript:doauth('[% resul.authid %]', '[% index %]', '')"><i class="fa fa-plus"></i> Choose</a> > [% END %] > </td> >- <td><a href="authorities.pl?authid=[% resul.authid %]">Edit authority</a></td> >+ <td><a class="btn btn-xs btn-default" href="authorities.pl?authid=[% resul.authid %]"><i class="fa fa-pencil"></i> Edit authority</a></td> > </tr> > [% END %] > </table> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20239
:
72050
|
72102
| 72111