Bugzilla – Attachment 144717 Details for
Bug 31950
Page section on library view is too wide / not aligned with toolbar
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31950: Amend page-section width and alignment
Bug-31950-Amend-page-section-width-and-alignment.patch (text/plain), 1.19 KB, created by
Lucas Gass (lukeg)
on 2022-12-19 16:20:22 UTC
(
hide
)
Description:
Bug 31950: Amend page-section width and alignment
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-12-19 16:20:22 UTC
Size:
1.19 KB
patch
obsolete
>From 83fdb0cba4c5c728050a909d06f69c1b7198ba4a Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacob.omara@ptfs-europe.com> >Date: Thu, 15 Dec 2022 19:04:51 +0000 >Subject: [PATCH] Bug 31950: Amend page-section width and alignment > >Test Plan: >Navigate to Admin -> Libraries and click on a Library >Observe that the page-section is too wide and not aligned >Apply Patch >Observe that page-section is now the correct width > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 31369556221..881e3d92c92 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -339,7 +339,7 @@ Libraries › Administration › Koha > > [% IF op == 'view' && library %] > <h1>[% library.branchname | html %]</h1> >- <div class="row page-section"> >+ <div class="center-block row page-section"> > <div class="col-sm-6"> > <div class="rows"> > <ol> >-- >2.30.2
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 31950
:
144636
|
144712
|
144717
|
145339