Bugzilla – Attachment 71203 Details for
Bug 19950
Update popup window templates to use Bootstrap grid: Serials
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19950: Update popup window templates to use Bootstrap grid: Serials
Bug-19950-Update-popup-window-templates-to-use-Boo.patch (text/plain), 3.70 KB, created by
Katrin Fischer
on 2018-02-04 15:38:43 UTC
(
hide
)
Description:
Bug 19950: Update popup window templates to use Bootstrap grid: Serials
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-02-04 15:38:43 UTC
Size:
3.70 KB
patch
obsolete
>From 1296f2dd5ea6045ca3dd2300a6bf578ead91e3d1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 10 Jan 2018 19:21:46 +0000 >Subject: [PATCH] Bug 19950: Update popup window templates to use Bootstrap > grid: Serials > >This patch updates the two serials templates to use the Bootstrap grid >instead of the YUI grid. > >Apply the patch and go to Serials and locate an existing >subscription. > >- Click the "Edit routing list" in the sidebar. >- Save the routing list, and click "Save and preview routing slip." >- The routing slip preview should look correct and buttons should work > correctly. > >- When viewing the details of a subscription, click the "Renew" button > in the toolbar. The popup window should look correct. > >Signed-off-by: Zoe Bennett <zoebennett1308@gmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/serials/routing-preview-slip.tt | 15 ++++----------- > .../prog/en/modules/serials/subscription-renew.tt | 8 ++------ > 2 files changed, 6 insertions(+), 17 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt >index e04b780479..5739534fba 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt >@@ -2,18 +2,13 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Serials › Routing slip preview</title> > [% INCLUDE 'doc-head-close.inc' %] >-<style type="text/css"> >- #custom-doc { width:38.46em;*width:37.53em;min-width:500px; margin:auto; text-align:left; } >-</style> >-<style type="text/css" media="print"> >- .yui-t7, #custom-doc { min-width:0; width:auto; } >+<style media="print"> >+ #ser_routing-preview-slip { min-width:0; width:auto; } > </style> > </head> > > <body id="ser_routing-preview-slip" class="ser"> >- >-<div id="custom-doc" class="yui-t7"> >- <div id="bd"> >+ <div class="container-fluid"> > > <table> > <tr> >@@ -41,8 +36,6 @@ > > <div id="closewindow" class="noprint"><a class="btn btn-default btn-default" id="print_slip" href="#"><i class="fa fa-print"></i> Print</a> <a class="btn btn-default btn-default close" href="#">Close</a></div> > >- </div> >- > [% MACRO jsinclude BLOCK %] > <script type="text/javascript"> > $(document).ready(function(){ >@@ -55,4 +48,4 @@ > </script> > [% END %] > >-[% INCLUDE 'intranet-bottom.inc' %] >+[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt >index 64a264e0e3..6f854e7f0b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-renew.tt >@@ -2,14 +2,11 @@ > [% INCLUDE 'doc-head-open.inc' %] > <title>Koha › Serials subscription renew #[% subscriptionid %]</title> > [% INCLUDE 'doc-head-close.inc' %] >-<style type="text/css"> >- #custom-doc { width:39.85em;*width:38.86em;min-width:531px; margin:auto; text-align:left; } >- </style> > </head> > > <body id="ser_subscription-renew" class="ser"> >+ <div class="container-fluid"> > >-<div id="custom-doc" class="yui-t7"> > [% IF ( renew ) %] > Subscription renewed. > >@@ -40,12 +37,11 @@ > <textarea name="note" id="note" rows="5" cols="50"></textarea></li></ol></fieldset> > <fieldset class="action"><input type="submit" value="Submit" class="button" /></fieldset> > </form> >-</div> > [% END %] > > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'calendar.inc' %] > [% END %] > >-[% INCLUDE 'intranet-bottom.inc' %] >+[% INCLUDE 'intranet-bottom.inc' popup_window=1 %] > >-- >2.14.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 19950
:
70418
|
70677
| 71203