Bugzilla – Attachment 52875 Details for
Bug 16600
Remove some obsolete references to Greybox in some templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16600 - Remove some obsolete references to Greybox in some templates
Bug-16600---Remove-some-obsolete-references-to-Gre.patch (text/plain), 3.24 KB, created by
Jonathan Druart
on 2016-06-25 12:59:06 UTC
(
hide
)
Description:
Bug 16600 - Remove some obsolete references to Greybox in some templates
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-06-25 12:59:06 UTC
Size:
3.24 KB
patch
obsolete
>From a815985951c4cc202a44b0886f5b3b919371a0bd Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 26 May 2016 09:35:26 -0400 >Subject: [PATCH] Bug 16600 - Remove some obsolete references to Greybox in > some templates > >This patch removes unused Greybox markup from two templates. > >To test, apply the patch and go to Authorities. > >- Perform an authority search which will return multiple results. >- Select two records to merge. >- On the "merging records" page, an earlier version used Greybox to show > a preview of the selected authority records. Confirm that authority > number link for the two records triggers a pop-up window instead. > >- From the authorities home page, choose 'New from Z39.50' >- Perform a search which will return multiple results. >- Confirm that there is only a 'MARC' preview link. A > forever-commented-out 'Card' link has been removed. > >Signed-off-by: Hector Castro <hector.hecaxmmx@gmail.com> >Works as advertised. Obsolete comment on 'Card' removed > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt | 1 - > .../intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt | 2 -- > 2 files changed, 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >index 39d2c62..c8fe357 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/authorities/merge.tt >@@ -1,7 +1,6 @@ > [% PROCESS 'merge-record.inc' %] > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Cataloging › Merging records</title> >-[% INCLUDE 'greybox.inc' %] > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/javascript" src="[% interface %]/[% theme %]/js/merge-record.js"></script> > [% INCLUDE 'merge-record-strings.inc' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >index bc74c20..bb21b5b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt >@@ -169,7 +169,6 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > <th>Heading</th> > <th>Authority Type</th> > <th>MARC</th> >- <!-- <th>Card</th> --> > <th> </th> > </tr></thead> > <tbody>[% FOREACH breeding_loo IN breeding_loop %] >@@ -179,7 +178,6 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > <td>[% breeding_loo.heading %]</td> > <td>[% breeding_loo.heading_code %]</td> > <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?importid=[% breeding_loo.breedingid %]" class="previewMARC">MARC</a></td> >- <!-- <td><a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&importid=[% breeding_loo.breedingid %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> --> > <td><a href="#" onclick="Import([% breeding_loo.breedingid %],'[% breeding_loo.heading_code %]','[% breeding_loo.authid %]'); return false">Import</a></td> > </tr> > [% END %] >-- >2.8.1
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 16600
:
51839
|
52867
| 52875