[Koha-patches] [PATCH] Bug 8453: Add spaces to inventory options

Nicole C. Engard nengard at bywatersolutions.com
Mon Jul 16 08:44:27 CEST 2012


The home and current library labels were right on top
of the radio buttons. This patch just adds a bit of
space in there so that it's cleaner looking.
---
 .../prog/en/modules/tools/inventory.tt             |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
index c795687..1f668b9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt
@@ -67,8 +67,8 @@ $(document).ready(function(){
         <legend>Select items you want to check</legend>
         <ol><li>
         <label for="branch">Library</label>
-            <input type="radio" name="branch" value="homebranch">Home library</input>
-            <input type="radio" name="branch" value="holdingbranch">Current location</input>
+            <input type="radio" name="branch" value="homebranch"> Home library</input>
+            <input type="radio" name="branch" value="holdingbranch"> Current location</input>
         </li><li>
         <label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;">
             <option value="">All locations</option>
-- 
1.7.2.3



More information about the Koha-patches mailing list