Bugzilla – Attachment 70714 Details for
Bug 19959
Update popup window templates to use Bootstrap grid: Label creator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19959: Update popup window templates to use Bootstrap grid: Label creator
Bug-19959-Update-popup-window-templates-to-use-Boo.patch (text/plain), 3.09 KB, created by
Charlotte Cordwell
on 2018-01-18 20:58:50 UTC
(
hide
)
Description:
Bug 19959: Update popup window templates to use Bootstrap grid: Label creator
Filename:
MIME Type:
Creator:
Charlotte Cordwell
Created:
2018-01-18 20:58:50 UTC
Size:
3.09 KB
patch
obsolete
>From e701d6cf98641b9818447f3ceb5160e3a7925919 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 11 Jan 2018 18:35:44 +0000 >Subject: [PATCH] Bug 19959: Update popup window templates to use Bootstrap > grid: Label creator > >This patch updates two label creator templates to use the Bootstrap grid >instead of the YUI grid. > >To test, apply the patch and go to Label creator -> Manage -> Label >batches. > >- Create a new or open an existing label batch. >- Click "Add items." > - The resulting pop-up window should look correct. > - Perform a search > - The search results screen should look correct. > >Signed-off-by: Charlotte Cordwell <charlotte.cordwell123@gmail.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt | 5 +---- > koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt | 7 +------ > 2 files changed, 2 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt >index 5ebb24a..48d42c5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/result.tt >@@ -2,12 +2,10 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Barcodes and labels › Search results</title> > [% INCLUDE 'doc-head-close.inc' %] >- <style type="text/css">#custom-doc { width:46.23em;*width:45.04em;min-width:700px; margin:auto;margin-top: .4em; text-align:left; }</style> > </head> > > <body id="labels_result" class="tools labels"> >- <div id="custom-doc" class="yui-t7"> >- <div id="bd"> >+ <div class="container-fluid"> > <h1>Search results</h1> > <div class="results"> > [% IF ( displayprev || displaynext ) %] >@@ -107,7 +105,6 @@ z [% END -%] > </p> > <div id="closewindow"><a href="#" class="btn btn-default btn-default close">Close</a></div> > [% END %] >- </div> > > [% MACRO jsinclude BLOCK %] > <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery.fixFloat.js"></script> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt >index ef8e8fa..0907462 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/search.tt >@@ -2,12 +2,9 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Labels</title> > [% INCLUDE 'doc-head-close.inc' %] >-<style type="text/css">#custom-doc { width:47.23em;*width:46.04em;min-width:610px; margin:auto;margin-top: .4em; text-align:left; }</style> > </head> > <body id="labels_search" class="tools labels"> >- >-<div id="custom-doc" class="yui-t7"> >- <div id="bd"> >+ <div class="container-fluid"> > > <h1>Search for items > [% IF ( batch_id ) %] >@@ -104,8 +101,6 @@ to add to Batch [% batch_id %] > > <fieldset class="action"><input type="submit" value="Search" class="submit" /> <a class="cancel close" href="#">Cancel</a></fieldset> > </form> >-</div> >-</div> > > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'calendar.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 19959
:
70438
|
70714
|
71482
|
72440