Bugzilla – Attachment 168798 Details for
Bug 37309
Improve 'delete' and 'modify' links for items on the bibliographic detail page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37309: (follow-up) Adjust appearance of controls
Bug-37309-follow-up-Adjust-appearance-of-controls.patch (text/plain), 2.84 KB, created by
Owen Leonard
on 2024-07-11 12:20:41 UTC
(
hide
)
Description:
Bug 37309: (follow-up) Adjust appearance of controls
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-07-11 12:20:41 UTC
Size:
2.84 KB
patch
obsolete
>From 96e97b709739e1a0c1a8faed1d4dc620db03e7bc Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 11 Jul 2024 11:51:45 +0000 >Subject: [PATCH] Bug 37309: (follow-up) Adjust appearance of controls > >This patch makes an adjustment to the style of .btn-link controls >associated with the holdings table. I've also updated the markup of the >other controls so that they match the updated batch controls. >--- > koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 5 +++++ > .../html_helpers/tables/items/catalogue_detail.inc | 8 ++++---- > 2 files changed, 9 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >index 43115f8ce8..77e4ac7fa2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >+++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss >@@ -478,6 +478,11 @@ div { > > &[class$="_table_controls"] { > padding: .7em 0; >+ >+ .btn-link { >+ font-size: unset; >+ padding: 0 .5rem; >+ } > } > > &.results { >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index 2171da8e3a..d0cfb22f03 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -48,12 +48,12 @@ > [% BLOCK items_table %] > <div class="[% tab | html %]_table_table_controls"> > <span class="show_hide_filters"> >- <a href="#" class="show_filters" data-tab="[% tab | html %]"><i class="fa fa-filter"></i> Show filters</a> >- <a href="#" class="hide_filters" data-tab="[% tab | html %]" style="display: none;"><i class="fa fa-filter"></i> Hide filters</a> >+ <button class="btn btn-link show_filters" data-tab="[% tab | html %]"><i class="fa fa-filter"></i> Show filters</button> >+ <button class="btn btn-link hide_filters" data-tab="[% tab | html %]" style="display: none;"><i class="fa fa-filter"></i> Hide filters</button> > </span> > [% IF (StaffDetailItemSelection) %] >- | <a href="#" class="SelectAll" data-tab="[% tab | html %]"><i class="fa fa-check"></i> Select all</a> >- | <a href="#" class="ClearAll" data-tab="[% tab | html %]"><i class="fa fa-times"></i> Clear all</a> >+ <button class="btn btn-link SelectAll" data-tab="[% tab | html %]"><i class="fa fa-check"></i> Select all</button> >+ <button class="btn btn-link ClearAll" data-tab="[% tab | html %]"><i class="fa fa-times"></i> Clear all</button> > <span class="itemselection_actions"> > | Actions: > [% IF CAN_user_tools_items_batchdel %] >-- >2.39.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 37309
:
168777
|
168797
|
168798
|
168799
|
168802
|
168844
|
168845
|
168846
|
168847
|
168848
|
170307
|
170309
|
170700