This changes the 30 pixel right padding to 40 pixels to make space for
the item type icon in the Location cells of the staff search results
page.  This prevents the icon underlapping the copy location when the
bridge icon set is used.
---
 .../prog/en/modules/catalogue/results.tmpl         |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
index 3609e26..0f4ce75 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
@@ -330,7 +330,7 @@ $(window).load(function() {
                                     <ul>
                                     <!-- TMPL_LOOP NAME="available_items_loop" 
-->
                                         
-                                        <!-- TMPL_IF NAME="noItemTypeImages" 
--><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --><!-- TMPL_IF 
name="imageurl" --><li style=" list-style: none; list-style-type: none;  
background-image: url(<!-- TMPL_VAR name="imageurl" -->); background-repeat: 
no-repeat; background-position: 0 50%; padding: 3px 0 3px 30px; margin: .4em 0; 
" title="<!-- TMPL_VAR name="description" -->"><!-- TMPL_ELSE --><li><!-- 
/TMPL_IF --><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF -->
+                                        <!-- TMPL_IF NAME="noItemTypeImages" 
--><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" --><!-- TMPL_IF 
name="imageurl" --><li style=" list-style: none; list-style-type: none;  
background-image: url(<!-- TMPL_VAR name="imageurl" -->); background-repeat: 
no-repeat; background-position: 0 50%; padding: 3px 0 3px 40px; margin: .4em 0; 
" title="<!-- TMPL_VAR name="description" -->"><!-- TMPL_ELSE --><li><!-- 
/TMPL_IF --><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><!-- /TMPL_IF -->
                                         <!-- TMPL_IF NAME="branchname" --><!-- 
TMPL_VAR NAME="branchname" --><!-- /TMPL_IF -->
                                         <!-- TMPL_IF NAME="location" --><!-- 
TMPL_VAR NAME="location" --><!-- /TMPL_IF -->
                                         <!-- TMPL_IF NAME="itemcallnumber" 
-->[<a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR 
NAME="itemcallnumber" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="itemcallnumber" 
--></a>]<!-- /TMPL_IF -->
@@ -346,7 +346,7 @@ $(window).load(function() {
                                     <!-- TMPL_LOOP NAME="onloan_items_loop" -->
                                        <!-- TMPL_IF NAME="noItemTypeImages" 
--><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" -->
                                         <!-- TMPL_IF name="imageurl" -->
-                                        <li style=" list-style: none; 
list-style-type: none;  background-image: url(<!-- TMPL_VAR name=imageurl -->); 
background-repeat: no-repeat; background-position: 0 50%; padding: 3px 0 3px 
30px; margin: .4em 0;" title="<!-- TMPL_VAR name="description" -->">
+                                        <li style=" list-style: none; 
list-style-type: none;  background-image: url(<!-- TMPL_VAR name=imageurl -->); 
background-repeat: no-repeat; background-position: 0 50%; padding: 3px 0 3px 
40px; margin: .4em 0;" title="<!-- TMPL_VAR name="description" -->">
                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF -->
                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF 
--><!-- /TMPL_IF -->                                        
 
@@ -363,7 +363,7 @@ $(window).load(function() {
                                     <!-- TMPL_LOOP NAME="other_items_loop" -->
                                         <!-- TMPL_IF NAME="noItemTypeImages" 
--><li><!-- TMPL_ELSE --><!-- TMPL_IF NAME="item-level_itypes" -->
                                         <!-- TMPL_IF name="imageurl" -->
-                                        <li style="list-style: none; 
list-style-type: none; background-image: url(<!-- TMPL_VAR name="imageurl" 
-->); background-repeat: no-repeat; background-position: 0 50%; padding: 3px 0 
3px 30px; margin: .4em 0;" title="<!-- TMPL_VAR name="description" -->">
+                                        <li style="list-style: none; 
list-style-type: none; background-image: url(<!-- TMPL_VAR name="imageurl" 
-->); background-repeat: no-repeat; background-position: 0 50%; padding: 3px 0 
3px 40px; margin: .4em 0;" title="<!-- TMPL_VAR name="description" -->">
                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF -->
                                         <!-- TMPL_ELSE --><li><!-- /TMPL_IF 
--><!-- /TMPL_IF -->
 
-- 
1.5.6.3

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to