Koha/koha-tmpl/intranet-tmpl/prog/en/modules/circ
Fridolin Somers bc2d9f869a Bug 22422: improve item location display with class "shelvingloc"
In record detail page, item location is displayed with CSS using class "shelvingloc".
Many many places at intranet and OPAC can use this class.
It allows to change display in all places using CSS customisation.

This patch removes the CSS "display:block" for class "shelvingloc".
Some places where using "inline" to correct the display.
I think the display should not be managed in template.
So it will be inline by default and it can be changed by custom CSS, on all places or depending on a selctor.

Test plan :
1) Compile SCSS to CSS
2) Add to preferences IntranetUserCSS and OPACUserCSS : .shelvingloc { color:red }
3) Go to pages impacted by patch, be sure to look at cart with "more details"
4) You see item location italic and red

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-03-11 10:40:32 +00:00
..
article-requests.tt Bug 20102: Remove attribute "text/css" for <style> element used in staff client templates 2019-02-19 13:52:15 +00:00
bookcount.tt Bug 21449: Update two-column templates with Bootstrap grid: Circulation part 2 2019-01-30 11:59:40 +00:00
branchoverdues.tt Bug 21449: Update two-column templates with Bootstrap grid: Circulation part 2 2019-01-30 11:59:40 +00:00
branchtransfers.tt Bug 22422: improve item location display with class "shelvingloc" 2019-03-11 10:40:32 +00:00
checkout-notes.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
circulation-home.tt Bug 21526: uri escape TT variables when used in 'a href' 2018-10-26 17:09:57 +00:00
circulation.tt Bug 17236: Add minute and hours to last checked out item on circulation for hourly loans 2019-02-22 13:22:24 +00:00
circulation_batch_checkouts.tt Bug 22130: (follow-up) Show not for loan authorised values in batch checkout 2019-02-22 14:10:41 +00:00
offline-mf.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
offline.tt Bug 21449: Update two-column templates with Bootstrap grid: Circulation part 2 2019-01-30 11:59:40 +00:00
on-site_checkouts.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
overdue.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
pendingreserves.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
printslip.tt Bug 21526: (follow-up) Use the 'url' filter when needed 2018-11-12 16:35:44 -03:00
renew.tt Bug 22054: Updated the error message for attempting to renew an onsite checkout 2019-01-17 02:23:27 +00:00
request-article.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
reserveratios.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
returns.tt Bug 22422: improve item location display with class "shelvingloc" 2019-03-11 10:40:32 +00:00
selectbranchprinter.tt Bug 21569: Update two-column templates with Bootstrap grid: Circulation part 3 2019-01-11 12:27:04 +00:00
transferstoreceive.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
view_holdsqueue.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00
waitingreserves.tt Bug 22015: Move DataTables CSS to global include 2019-02-19 19:40:35 +00:00