Bugzilla – Attachment 2149 Details for
Bug 4534
Box for SQL not visible in "Create Report from SQL"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-4534-Box-for-SQL-not-visible-in-Create-R.patch (text/plain), 2.11 KB, created by
Chris Cormack
on 2010-05-20 12:16:00 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2010-05-20 12:16:00 UTC
Size:
2.11 KB
patch
obsolete
>From 238ab23f3abe7310bf84e9308430bce58669bb44 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 20 May 2010 08:12:25 -0400 >Subject: [PATCH] Fix for Bug 4534, Box for SQL not visible in "Create Report from SQL" > >Changed style of SQL box and altered markup for a somewhat >cleaner layout >--- > .../en/modules/reports/guided_reports_start.tmpl | 11 +++++++---- > 1 files changed, 7 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl >index 5b3c569..7a24859 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tmpl >@@ -17,7 +17,7 @@ > <!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> > <!-- TMPL_INCLUDE NAME="calendar.inc" --> > <style type="text/css"> >- #sql { width: 90%; height: 9em; border: 1px solid #EEE; } >+ #sql { width: 90%; height: 9em;} > </style> > <script type="text/javascript"> > //<![CDATA[ >@@ -69,7 +69,6 @@ $(document).ready(function(){ > <div id="bd"> > <div id="yui-main"> > <div class="yui-b"> >- <div class="details"> > > <!-- TMPL_IF NAME="start" --> > <h2>Guided Reports</h2> >@@ -477,9 +476,14 @@ NAME="name" -->"><!-- TMPL_VAR NAME="name"--></label></td><td> > <option value="3" disabled="disabled">Matrix</option> > </select> > </li> >- <li><label for="sql">SQL: </label><textarea id="sql" name="sql" cols="50" rows="10"><!-- TMPL_VAR NAME="sql" DEFAULT="" --></textarea></li> > </ol> > </fieldset> >+<fieldset class="rows"> >+<legend>SQL:</legend> >+<div style="margin:1em;"> >+<textarea id="sql" name="sql" cols="50" rows="10"><!-- TMPL_VAR NAME="sql" DEFAULT="" --></textarea> >+</div> >+</fieldset> > > <fieldset class="action"><input type="hidden" name="phase" value="Save Report" /> > <input type="submit" name="submit" value="Save Report" /></fieldset> >@@ -578,7 +582,6 @@ Sub report:<select name="subreport"> > > </div> > </div> >-</div> > <div class="yui-b"> > <!-- TMPL_INCLUDE NAME="guided-reports-view.inc" --> > </div> >-- >1.7.0.4 >
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 4534
: 2149