Bug 8453: Add spaces to inventory options
authorNicole C. Engard <nengard@bywatersolutions.com>
Mon, 16 Jul 2012 06:43:29 +0000 (02:43 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 18 Jul 2012 13:08:27 +0000 (15:08 +0200)
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.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt

index c795687..1f668b9 100644 (file)
@@ -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>