Koha/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves
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
..
tables Bug 21418: Remove shelfoff which is not used 2018-10-03 17:20:16 +00:00
addbybiblionumber.tt Bug 22303: Correct bottom in virtualshelves/addbybiblionumber.tt 2019-03-07 20:54:42 +00:00
downloadshelf.tt Bug 14786: Use MARC istead of ISO2709 everywhere 2018-10-17 13:55:19 +00:00
sendshelf.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
sendshelfform.tt Bug 13618: Add html filters to all the variables 2018-08-17 15:55:05 +00:00
shelves.tt Bug 22422: improve item location display with class "shelvingloc" 2019-03-11 10:40:32 +00:00