Bugzilla – Attachment 164186 Details for
Bug 36376
Display library limitations alert in patron's messages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36376: (follow-up) Fix styling on existing warn
Bug-36376-follow-up-Fix-styling-on-existing-warn.patch (text/plain), 1.71 KB, created by
Nick Clemens (kidclamp)
on 2024-04-01 13:01:28 UTC
(
hide
)
Description:
Bug 36376: (follow-up) Fix styling on existing warn
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-04-01 13:01:28 UTC
Size:
1.71 KB
patch
obsolete
>From 99718d9534e82aba892415351f2b4b4f12bc1fc0 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 1 Apr 2024 13:00:35 +0000 >Subject: [PATCH] Bug 36376: (follow-up) Fix styling on existing warn > >In testing this one, I noticed the icon for the warning during editing was not eaily seen, because it was moved to the far right. > >This patch removes "float:right;" >--- > .../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 b204fc993b1..cf2539dc06e 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.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 36376
:
163618
|
163621
|
163634
|
164179
|
164180
|
164186