Bugzilla – Attachment 176396 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.68 KB, created by
William Lavoie
on 2025-01-10 20:42:57 UTC
(
hide
)
Description:
Bug 38351: (follow-up) Tweaks to list and form alignment
Filename:
MIME Type:
Creator:
William Lavoie
Created:
2025-01-10 20:42:57 UTC
Size:
3.68 KB
patch
obsolete
>From 6b96fef1300e4d27ac3ad2131695ce9f6d1d6948 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 1bed6b84d7..cc828fcb5a 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 >@@ -30,8 +30,8 @@ > div.rows span.label { > float: left; > } >- #course_instructors { >- float: left; >+ #instructors { >+ margin-left: 10rem; > } > .instructor_line { > padding: .3em; >@@ -113,14 +113,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 0b16fde375..d93d56a157 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 >@@ -21,6 +21,10 @@ > .instructor_line { > padding: .3em; > } >+ fieldset.rows label[for='find_instructor'] { >+ text-align: left; >+ margin: 0; >+ } > </style> > </head> > >@@ -134,10 +138,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> >-- >2.43.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 38351
:
173942
|
176109
|
176389
|
176394
|
176395
| 176396