From 8e4a6ab1d2e3b802ac6e2743d3da02b8fa3b9a57 Mon Sep 17 00:00:00 2001 From: Nicole C. Engard <nengard@bywatersolutions.com> Date: Mon, 16 Jul 2012 02:43:29 -0400 Subject: [PATCH] Bug 8453: Add spaces to inventory options 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