Bugzilla – Attachment 177918 Details for
Bug 38351
Improve layout of course reserve details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38351: (follow-up) Tweaks to list and form alignment
Bug-38351-follow-up-Tweaks-to-list-and-form-alignm.patch (text/plain), 3.56 KB, created by
Owen Leonard
on 2025-02-12 14:16:55 UTC
(
hide
)
Description:
Bug 38351: (follow-up) Tweaks to list and form alignment
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-12 14:16:55 UTC
Size:
3.56 KB
patch
obsolete
>From 61b715afffedfb208c18070d0a09158c36a6f6b4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 10 Jan 2025 19:49:46 +0000 >Subject: [PATCH] Bug 38351: (follow-up) Tweaks to list and form alignment > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: William Lavoie <william.lavoie@inLibro.com> >--- > .../modules/course_reserves/course-details.tt | 18 ++++++++---------- > .../prog/en/modules/course_reserves/course.tt | 8 ++++++-- > 2 files changed, 14 insertions(+), 12 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >index 10003f35f77..39d2b68d23a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course-details.tt >@@ -31,8 +31,8 @@ > div.rows span.label { > float: left; > } >- #course_instructors { >- float: left; >+ #instructors { >+ margin-left: 10rem; > } > .instructor_line { > padding: 0.3em; >@@ -110,14 +110,12 @@ > [% IF course.instructors && course.instructors.count > 0 %] > <li> > <span class="label">Instructors: </span> >- <div id="course_instructors"> >- <div id="instructors"> >- [% FOREACH i IN course.instructors %] >- <div class="instructor_line"> >- <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% i.borrowernumber | uri %]">[% i.firstname | html %] [% i.surname | html %]</a> >- </div> >- [% END %] >- </div> >+ <div id="instructors"> >+ [% FOREACH i IN course.instructors %] >+ <div class="instructor_line"> >+ <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% i.borrowernumber | uri %]">[% i.firstname | html %] [% i.surname | html %]</a> >+ </div> >+ [% END %] > </div> > </li> > [% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >index 731374e3d23..d61e2d08c73 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/course_reserves/course.tt >@@ -22,6 +22,10 @@ > .instructor_line { > padding: 0.3em; > } >+ fieldset.rows label[for="find_instructor"] { >+ text-align: left; >+ margin: 0; >+ } > </style> > </head> > >@@ -133,10 +137,10 @@ > </div> > [% END %] > </div> >- <p> >+ <div id="instructor_search" class="instructor_line"> > <label for="find_instructor">Instructor search:</label> > <input autocomplete="off" id="find_instructor" type="text" style="width:150px" class="noEnterSubmit" /> >- </p> >+ </div> > <div id="find_instructor_container"></div> > </div> </li > ><li> >-- >2.39.5
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 38351
:
173942
|
176109
|
176389
|
176394
|
176395
|
176396
|
177917
|
177918
|
179053
|
179054