Bugzilla – Attachment 63569 Details for
Bug 17282
Ability to create charts for SQL reports
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17282: Use fieldset.rows
Bug-17282-Use-fieldsetrows.patch (text/plain), 3.04 KB, created by
Alex Arnaud
on 2017-05-19 08:32:45 UTC
(
hide
)
Description:
Bug 17282: Use fieldset.rows
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2017-05-19 08:32:45 UTC
Size:
3.04 KB
patch
obsolete
>From b15cb6bbdbb3c783bb416afbd2ddd991a54f1b67 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 28 Sep 2016 11:04:18 +0100 >Subject: [PATCH] Bug 17282: Use fieldset.rows > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc | 29 +++++++++++----------- > 1 file changed, 15 insertions(+), 14 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc >index 0ec5a32..1d69a6f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc >@@ -1,9 +1,10 @@ > <div id="makechart"> > [% supposed_x = header_row.shift.cell %] > >- <form> >- <fieldset> >- <div> >+ <fieldset class="rows"> >+ <legend>Draw a chart</legend> >+ <ol> >+ <li> > <label for="chart-type">Chart type</label> > <select name="chart-type" id="chart-type"> > <option value="pie">Pie</option> >@@ -15,9 +16,9 @@ > <label for="horizontal">Horizontal bar:</label> > <input id="horizontal" name="column-horizontal" type="checkbox"> > </div> >- <div> >+ </li> > >- <div> >+ <li> > <label for="x_element">x column:</label> > <select id="x_element" name="x"> > <option value="[% supposed_x %]" selected>[% supposed_x %]</option> >@@ -25,13 +26,13 @@ > <option value="[% header.cell %]">[% header.cell %]</option> > [% END %] > </select> >- </div> >+ </li> > > <label for="exclude-last">Exclude last line (Rollup)</label> > <input id="exclude-last" name="chart-exclude-last" type="checkbox"> > > [% column = 1 %] >- <div> >+ <li> > [% FOREACH header IN header_row %] > <fieldset class="chart-column-conf" id="column_[% column %]" style="display: inline !important;"> > <legend> >@@ -41,7 +42,7 @@ > </a> > </legend> > <div> >- <label for="y_[% column %]">y:</label> >+ <label for="y_[% column %]" >y:</label> > <select id="y_[% column %]" name="y"> > <option value="[% supposed_x %]" selected>[% supposed_x %]</option> > [% FOREACH h IN header_row %] >@@ -76,12 +77,12 @@ > </fieldset> > [% column = column + 1 %] > [% END %] >- </div> >+ </li> > >- <div> >- <button id="draw-chart" type="button">Draw</button> >- </div> >- </fieldset> >- </form> >+ <li> >+ <button id="draw-chart" class="btn">Draw</button> >+ </li> >+ </ol> >+ </fieldset> > <div id="chart"></div> > </div> >-- >2.7.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 17282
:
55412
|
55442
|
55444
|
55480
|
55582
|
55586
|
55588
|
55604
|
55605
|
55606
|
55607
|
55868
|
55869
|
62529
|
63565
|
63566
|
63567
|
63568
|
63569
|
63570
|
63571
|
67225
|
67226
|
67227
|
67228
|
67229
|
67230
|
67231
|
69174
|
69429
|
69430
|
69493
|
79182
|
79230
|
79308
|
79309
|
79310
|
79311
|
79312
|
79313
|
79337
|
79338
|
79339