Bugzilla – Attachment 10889 Details for
Bug 8453
need spaces after radio buttons on inventory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8453: Add spaces to inventory options
SIGNED-OFF-Bug-8453-Add-spaces-to-inventory-option.patch (text/plain), 1.58 KB, created by
Owen Leonard
on 2012-07-17 12:33:14 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8453: Add spaces to inventory options
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-07-17 12:33:14 UTC
Size:
1.58 KB
patch
obsolete
>From b47f558d3b4a7770239bacd67e71102f4a35ada3 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] [SIGNED-OFF] Bug 8453: Add spaces to inventory options >Content-Type: text/plain; charset="utf-8" > >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> >--- > .../prog/en/modules/tools/inventory.tt | 4 ++-- > 1 file 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.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8453
:
10876
| 10889 |
10905