Bugzilla – Attachment 10905 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]
Another proposed patch
0001-Bug-8427-Add-style-for-inventory-options.patch (text/plain), 1.53 KB, created by
Jonathan Druart
on 2012-07-17 15:27:15 UTC
(
hide
)
Description:
Another proposed patch
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-07-17 15:27:15 UTC
Size:
1.53 KB
patch
obsolete
>From 7f01c30ba3a075ac25181644eb7b58750d3076f3 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 17 Jul 2012 17:20:04 +0200 >Subject: [PATCH 1/1] Bug 8427: Add style for inventory options > >--- > .../prog/en/modules/tools/inventory.tt | 6 ++++-- > 1 files changed, 4 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..e931f28 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,10 @@ $(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 id="homebranch" type="radio" name="branch" value="homebranch" /> >+ <label for="homebranch" style="float:none;font-weight:normal;">Home library</label> >+ <input id="holdingbranch" type="radio" name="branch" value="holdingbranch" /> >+ <label for="holdingbranch" style="float:none;font-weight:normal;">Current location</label> > </li><li> > <label for="branchloop">Library</label><select id="branchloop" name="branchcode" style="width:12em;"> > <option value="">All locations</option> >-- >1.7.7.3 >
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