Bugzilla – Attachment 74404 Details for
Bug 19952
Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19952: Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins
Bug-19952-Update-popup-window-templates-to-use-Boo.patch (text/plain), 3.39 KB, created by
Katrin Fischer
on 2018-04-18 06:08:26 UTC
(
hide
)
Description:
Bug 19952: Update popup window templates to use Bootstrap grid: UNIMARC cataloging plugins
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-04-18 06:08:26 UTC
Size:
3.39 KB
patch
obsolete
>From ee9e155ab326c1e99012d0c64b0a897c7e76819f Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 11 Jan 2018 13:56:11 +0000 >Subject: [PATCH] Bug 19952: Update popup window templates to use Bootstrap > grid: UNIMARC cataloging plugins > >This patch updates two UNIMARC cataloging plugin templates to use the >Bootstrap grid instead of the YUI grid. > >- unimarc_field_210c_bis.tt >- unimarc_field_686a.tt > >To test you do not need a UNIMARC system. > >Apply the patch and for each plugin, configure a MARC subfield (e.g. >100$a) to use that plugin. > >From the MARC edit page, trigger the plugin and confirm that the >page in the popup window looks correct. Confirm that changes made in the >popup window are saved to the corresponding field in the editor. > >Signed-off-by: Te Rauhina Jackson <terauhina.jackson@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../value_builder/unimarc_field_210c_bis.tt | 6 +----- > .../cataloguing/value_builder/unimarc_field_686a.tt | 19 ++++++------------- > 2 files changed, 7 insertions(+), 18 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt >index f48f993..76b3ffc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c_bis.tt >@@ -8,9 +8,7 @@ > </head> > > <body id="cat_unimarc_field_210c_bis" class="cat"> >- >-<div id="custom-doc" class="yui-t7"> >- <div id="bd"> >+ <div class="container-fluid"> > > <h1>UNIMARC field 210c builder</h1> > <div class="autocomplete"> >@@ -25,8 +23,6 @@ > </div> > </form> > </div> >-</div> >-</div> > > [% MACRO jsinclude BLOCK %] > <script type="text/javascript"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_686a.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_686a.tt >index 4c59985..e426ac8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_686a.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_686a.tt >@@ -1,16 +1,13 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>UNIMARC field 686a builder</title> > [% INCLUDE 'doc-head-close.inc' %] >-<style type="text/css"> >-#custom-doc { width:51.46em;*width:50.17em;min-width:675px; margin:auto; text-align:left; } >-</style> > </head> >-<body id="cat_unimarc_field_686a" class="cat" style="padding:1em;"> >+ >+<body id="cat_unimarc_field_686a" class="cat"> >+ <div class="container-fluid"> >+ > <h3>UNIMARC field 686a builder</h3> >-<div id="custom-doc" class="yui-t7"> >- <div id="bd"> >- <div id="yui-main"> >- <div class="yui-b"><div class="yui-g"> >+ > <h1>Classification</h1> > <p>Please select a value in the classification. This will copy the 686$a field value from the authority record to the 686$a field of the bibliographic record.</p> > <form name="f" method="get" action="../authorities/auth_finder.pl"> >@@ -69,9 +66,5 @@ > </li></ol></fieldset> > <fieldset class="action"> <input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset> > </form> >- </div> >- </div> >- </div> >-</div> >-</div> >+ > [% INCLUDE 'popup-bottom.inc' %] >-- >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 19952
:
70423
|
70722
| 74404