Bugzilla – Attachment 175085 Details for
Bug 38608
Improve style of permissions filter form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38608: Improve style of permissions filter form
Bug-38608-Improve-style-of-permissions-filter-form.patch (text/plain), 2.31 KB, created by
Owen Leonard
on 2024-12-03 16:28:08 UTC
(
hide
)
Description:
Bug 38608: Improve style of permissions filter form
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-12-03 16:28:08 UTC
Size:
2.31 KB
patch
obsolete
>From 006d4d7261673066398bf48a93e0a9b004526563 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 29 Oct 2024 11:00:34 +0000 >Subject: [PATCH] Bug 38608: Improve style of permissions filter form > >This patch makes some small markup and style changes in order to make >the filter form on the user permissions page fit better in the toolbar. > >To test, apply the patch and rebuild the staff interface CSS. You may >need to clear your browser cache. > >- Search for a patron in the staff interface and view their detail page >- In the toolbar, choose More -> Set permissions. >- In the permissions toolbar, confirm that the form field isn't > oversized and that the label is aligned well. > >Sponsored-by: Athens County Public Libraries >--- > koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss | 4 ++++ > .../intranet-tmpl/prog/en/modules/members/member-flags.tt | 4 ++-- > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss b/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss >index 83d0836685..3232832aea 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/_toolbar.scss >@@ -97,4 +97,8 @@ > padding: 0 .5em; > } > } >+ >+ .toolbar-filter-form { >+ padding: $input-btn-padding-y $input-btn-padding-x; >+ } > } >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >index 545db193af..7f5a2822a2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member-flags.tt >@@ -69,8 +69,8 @@ > </div> > > <a href="#" id="pastePermissions" class="btn btn-link disabled"><i class="fa fa-paste"></i> Paste permissions</a> >- <div class="btn-group pull-right"> >- Filter: <input type="text" name="permissions_filter" id="permissions_filter" size="20" /> >+ <div class="toolbar-filter-form"> >+ <label for="permissions_filter">Filter:</label> <input type="text" name="permissions_filter" id="permissions_filter" size="10" /> > <a href="#" id="clear_filter" style="display:none"><i class="fa fa-times"></i></a> > </div> > </div> >-- >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 38608
:
175084
| 175085