Bugzilla – Attachment 86736 Details for
Bug 18589
Show ILLs as part of patron profile
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18589: (QA follow-up) Move template to bootstrap grid
Bug-18589-QA-follow-up-Move-template-to-bootstrap-.patch (text/plain), 2.24 KB, created by
Andrew Isherwood
on 2019-03-19 09:19:13 UTC
(
hide
)
Description:
Bug 18589: (QA follow-up) Move template to bootstrap grid
Filename:
MIME Type:
Creator:
Andrew Isherwood
Created:
2019-03-19 09:19:13 UTC
Size:
2.24 KB
patch
obsolete
>From 3a841283cf50243676ea0cb1cfd980a92954936d Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Mon, 18 Mar 2019 13:40:54 +0000 >Subject: [PATCH] Bug 18589: (QA follow-up) Move template to bootstrap grid > >Test plan: >Go to patrons Ill request history page and ensure the layout is not >broken and is consistant with other patron pages (except Circulation and >Details pages) > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >Signed-off-by: Andrew Isherwood <andrew.isherwood@ptfs-europe.com> >--- > .../prog/en/modules/members/ill-requests.tt | 33 +++++++++++----------- > 1 file changed, 17 insertions(+), 16 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt >index be6c4e3f68..01c6b5862e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/ill-requests.tt >@@ -12,7 +12,7 @@ > [% INCLUDE 'doc-head-close.inc' %] > </head> > >-<body> >+<body id="pat_illrequestshistory" class="pat"> > [% INCLUDE 'header.inc' %] > [% INCLUDE 'patron-search.inc' %] > >@@ -22,21 +22,22 @@ > › ILL requests history for [% INCLUDE 'patron-title.inc' %] > </div> > >- <div id="doc3" class="yui-t1"> >- >- <div id="bd"> >- <div id="yui-main"> >- <div class="yui-b"> >- <div class="yui-g"> >- <h2>ILL requests</h2> >- [% INCLUDE 'ill-list-table.inc' %] >- </div> >- </div> >- </div> >- <div class="yui-b"> >- [% INCLUDE 'circ-menu.inc' %] >- </div> >- </div> >+<div class="main container-fluid"> >+ >+ <div class="row"> >+ <div class="col-sm-10 col-sm-push-2"> >+ <main> >+ <h2>ILL requests history</h2> >+ [% INCLUDE 'ill-list-table.inc' %] >+ </main> >+ </div> <!-- .col-sm-10.col-sm-push-2 --> >+ >+ <div class="col-sm-2 col-sm-pull-10"> >+ <aside> >+ [% INCLUDE 'circ-menu.inc' %] >+ </aside> >+ </div> <!-- /.col-sm-2.col-sm-pull-10 --> >+ </div> <!-- .row --> > > [% MACRO jsinclude BLOCK %] > [% INCLUDE 'datatables.inc' %] >-- >2.11.0
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 18589
:
74809
|
79692
|
82177
|
82513
|
84197
|
84199
|
84204
|
84792
|
84796
|
86432
|
86433
|
86456
|
86465
|
86504
|
86506
|
86507
|
86714
|
86715
|
86716
|
86717
|
86718
|
86719
|
86720
|
86721
|
86722
|
86735
| 86736 |
86737