Bugzilla – Attachment 163617 Details for
Bug 35868
Warning sign for using a patron category that is limited to another library has moved to other side of page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35868: Warning sign for using a patron category that is limited to another library has moved to other side of page
Bug-35868-Warning-sign-for-using-a-patron-category.patch (text/plain), 2.28 KB, created by
Fridolin Somers
on 2024-03-21 14:19:38 UTC
(
hide
)
Description:
Bug 35868: Warning sign for using a patron category that is limited to another library has moved to other side of page
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2024-03-21 14:19:38 UTC
Size:
2.28 KB
patch
obsolete
>From bddbdb21e42a0be2ce2fdb91e6f1ce98a69255b8 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 21 Mar 2024 15:08:38 +0100 >Subject: [PATCH] Bug 35868: Warning sign for using a patron category that is > limited to another library has moved to other side of page > >Bug 31422 implemented a warning sign, when a patron has a patron category that you are not allowed to set due to library limitations on the code. >It should appear right next to the field, but might appear on the other side of the page now being easily missed. > >This patch simply removes the float:right CSS rule. > >To test: >* User's login branch and home library is: Centerville >* Patron category "B - Board" is limited to Franklin >* Create a new patron: Board doesn't show >* Edit an existing patron with another patron category: Board doesn't show >* Edit a patron with Board category from Centerville >=> Check the warning icon with the tooltip is close to the category select >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 5e47dcd1be..6c9af1281f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -974,7 +974,7 @@ legend:hover { > [% END %] > </select> > [% IF limited_category %] >- <span style="float:right;" title="The patron's current category ([% patron_category.description | html %]) is limited to other libraries"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i></span> >+ <span title="The patron's current category ([% patron_category.description | html %]) is limited to other libraries"><i class="fa fa-exclamation-triangle" aria-hidden="true"></i></span> > [% END %] > <span class="required">Required</span> > </li> >-- >2.44.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 35868
:
163617
|
163626
|
164199