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
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/