Bugzilla – Attachment 144636 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.13 KB, created by
Jacob O'Mara
on 2022-12-15 19:22:33 UTC
(
hide
)
Description:
BUG 31950: Amend page-section width and alignment
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2022-12-15 19:22:33 UTC
Size:
1.13 KB
patch
obsolete
>From 94c65ef2b530c342bfa6617d195a4685d0b8eac9 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 >--- > 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 3136955622..881e3d92c9 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.34.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 31950
:
144636
|
144712
|
144717
|
145339