Bugzilla – Attachment 4073 Details for
Bug 6325
Bib detail - z39.50 button functionality should be under "Edit" menu.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-6325-Bib-detail-z39.50-button-functionality-sh.patch (text/plain), 2.27 KB, created by
Liz Rea
on 2011-05-10 22:10:23 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-05-10 22:10:23 UTC
Size:
2.27 KB
patch
obsolete
>From 7aee0f3d04ecdd6278f516487b3b72c61ae18dd3 Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Tue, 10 May 2011 16:14:29 -0500 >Subject: [PATCH] Bug 6325 Bib detail - z39.50 button functionality should be under "Edit" menu >Content-Type: text/plain; charset="utf-8" > >Moves the button functionality under the "Edit" drop down, as "Replace Record via Z39.50" > >To test: >Click Edit -> Replace Record via Z39.50 and attempt to replace the record. >--- > .../intranet-tmpl/prog/en/includes/cat-toolbar.inc | 11 ++--------- > 1 files changed, 2 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >index 3c32160..9766494 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc >@@ -98,6 +98,7 @@ function confirm_items_deletion() { > [% IF ( CAN_user_editcatalogue_edit_items ) %]{ text: _("Edit Items"), url: "/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% biblionumber %]" },[% END %] > [% IF ( CAN_user_editcatalogue_edit_items ) %]{ text: _("Attach Item"), url: "/cgi-bin/koha/cataloguing/moveitem.pl?biblionumber=[% biblionumber %]" },[% END %] > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]{ text: _("Edit as New (Duplicate)"), url: "/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% biblionumber %]&frameworkcode=&op=duplicate" },[% END %] >+ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]{ text: _("Replace Record via Z39.50"), onclick: {fn: PopupZ3950 } },[% END %] > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]{ text: _("Delete Record"), onclick: {fn: confirm_deletion }[% IF ( count ) %],id:'disabled'[% END %] },[% END %] > [% IF ( CAN_user_editcatalogue_edit_items ) %]{ text: _("Delete all Items"), onclick: {fn: confirm_items_deletion } }[% END %] > ]; >@@ -182,15 +183,7 @@ function confirm_items_deletion() { > }); > [% END %] > [% END %][% END %] >- [% IF ( CAN_user_editcatalogue_edit_catalogue ) %] >- new YAHOO.widget.Button({ >- id: "z3950search", >- type: "button", >- label: _("Z39.50 Search"), >- container: this, >- onclick: {fn:function(){PopupZ3950()}} >- }); >- [% END %] >+ > }); > //]]> > </script> >-- >1.5.6.5 >
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 6325
: 4073