Bugzilla – Attachment 46261 Details for
Bug 15360
Incorrect or mislabeled behavior on Authorities "New from Z39.50" Button
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15360: Rename "New from Z39.50" with "Replace with Z39.50"
Bug-15360-Rename-New-from-Z3950-with-Replace-with-.patch (text/plain), 1.44 KB, created by
Jonathan Druart
on 2016-01-05 14:48:21 UTC
(
hide
)
Description:
Bug 15360: Rename "New from Z39.50" with "Replace with Z39.50"
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-01-05 14:48:21 UTC
Size:
1.44 KB
patch
obsolete
>From 01bca5a8e21087a5280572bd681fc0a4e4d8e1ce Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 5 Jan 2016 14:46:06 +0000 >Subject: [PATCH] Bug 15360: Rename "New from Z39.50" with "Replace with > Z39.50" > >If the record exist, the button text should not be "New from", but >"Replace". > >Test plan: >Go on the authority home page (authorities/authorities-home.pl) >You should see a "New from Z39.50" button. >Edit an authority >You should now see "Replace with Z39.50" >--- > koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc >index 8270327..9b5719f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/authorities-toolbar.inc >@@ -60,7 +60,11 @@ > </ul> > </div> > <div class="btn-group"> >- <a class="btn btn-small" id="z3950submit" href="#"><i class="fa fa-search"></i> New from Z39.50</a> >+ [% IF authid %] >+ <a class="btn btn-small" id="z3950submit" href="#"><i class="fa fa-search"></i> Replace using Z39.50</a> >+ [% ELSE %] >+ <a class="btn btn-small" id="z3950submit" href="#"><i class="fa fa-search"></i> New from Z39.50</a> >+ [% END %] > </div> > [% END %] > </div> >-- >2.1.0
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 15360
:
46261
|
46273
|
46308
|
46565
|
75703
|
76584
|
76606