Bugzilla – Attachment 37349 Details for
Bug 13886
Add ability to merge records directly from cataloging search
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13886 QA Follow Up : Remove tabs
0003-Bug-13886-QA-Follow-Up-Remove-tabs.patch (text/plain), 4.37 KB, created by
Nicole C. Engard
on 2015-03-29 20:22:07 UTC
(
hide
)
Description:
Bug 13886 QA Follow Up : Remove tabs
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2015-03-29 20:22:07 UTC
Size:
4.37 KB
patch
obsolete
>From 3b3397980d464d7b442aff979b5b9ef4e28cd3be Mon Sep 17 00:00:00 2001 >From: Nicole <nicole@bywatersolutions.com> >Date: Sun, 29 Mar 2015 15:15:16 -0500 >Subject: [PATCH 3/3] Bug 13886 QA Follow Up : Remove tabs > >Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/cataloguing/addbooks.tt | 28 ++++++++++---------- > 1 file changed, 14 insertions(+), 14 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >index 59380e2..3b167be 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt >@@ -44,14 +44,14 @@ > * This function checks if the adequate number of records are checked for merging > */ > function MergeItems() { >- var checkboxes = $("input:checkbox:checked"); >+ var checkboxes = $("input:checkbox:checked"); > var nbCheckbox = checkboxes.length; >- if (nbCheckbox != 2) { >- alert(_("Two records must be selected for merging.")); >- } else { >- location.href='/cgi-bin/koha/cataloguing/merge.pl?biblionumber=' + checkboxes[0].value + '&biblionumber=' + checkboxes[1].value; >- } >- return false; >+ if (nbCheckbox != 2) { >+ alert(_("Two records must be selected for merging.")); >+ } else { >+ location.href='/cgi-bin/koha/cataloguing/merge.pl?biblionumber=' + checkboxes[0].value + '&biblionumber=' + checkboxes[1].value; >+ } >+ return false; > } > > //]]> >@@ -66,7 +66,7 @@ > <div id="doc" class="yui-t7"> > > <div id="bd"> >- <div id="yui-main"> >+ <div id="yui-main"> > > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %] > <div id="toolbar" class="btn-toolbar"> >@@ -95,9 +95,9 @@ > </div> > [% END %] > >- [% IF ( noitemsfound ) %] >- No results found >- [% END %] >+ [% IF ( noitemsfound ) %] >+ No results found >+ [% END %] > > <!-- display the search results --> > >@@ -135,7 +135,7 @@ > [% ELSE %] > > [% END %] >- [% IF ( resultsloo.isbn ) %] - [% resultsloo.isbn %] [% END %] >+ [% IF ( resultsloo.isbn ) %] - [% resultsloo.isbn %] [% END %] > [% IF ( resultsloo.publicationyear ) %] - [% resultsloo.publicationyear %][% END %] > [% IF ( resultsloo.publishercode ) %]- [% resultsloo.publishercode %][% END %] > [% IF ( resultsloo.copyrightdate ) %] - [% resultsloo.copyrightdate %][% END %] >@@ -173,7 +173,7 @@ > [% IF ( resultsloo.notforloancount ) %] Not for loan ([% resultsloo.notforloancount %])[% END %] > </span> > </td> >- <td> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% resultsloo.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% resultsloo.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a> >+ <td> <a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% resultsloo.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% resultsloo.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a> > </td> > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]<td><a href="/cgi-bin/koha/cataloguing/addbiblio.pl?biblionumber=[% resultsloo.biblionumber %]">Edit biblio</a></td>[% END %] > [% IF ( CAN_user_editcatalogue_edit_items ) %]<td><a href="/cgi-bin/koha/cataloguing/additem.pl?biblionumber=[% resultsloo.biblionumber %]">Add/Edit items</a></td>[% END %] >@@ -217,7 +217,7 @@ > <td>[% breeding_loo.edition %]</td> > <td>[% breeding_loo.file %]</td> > <td> <a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.id %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.id %]" title="MARC" rel="gb_page_center[600,500]">Card</a> >- </td> >+ </td> > [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]<td> > <a href="/cgi-bin/koha/cataloguing/addbiblio.pl?breedingid=[% breeding_loo.id %]">Add biblio</a> > </td>[% END %] >-- >1.7.10.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 13886
:
37079
|
37346
|
37347
|
37348
|
37349
|
38052
|
38054
|
38817