From 2b574f4d63e4ada0db82ca5a56773b3acf771d78 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 7 Jan 2014 11:42:19 +0100 Subject: Bug 840407: Remove the "align" and "valign" attributes r/a=justdave --- .../default/search/search-report-table.html.tmpl | 48 +++++++++------------- 1 file changed, 20 insertions(+), 28 deletions(-) (limited to 'template/en/default/search/search-report-table.html.tmpl') diff --git a/template/en/default/search/search-report-table.html.tmpl b/template/en/default/search/search-report-table.html.tmpl index 7e0a0022d..d5a1ba527 100644 --- a/template/en/default/search/search-report-table.html.tmpl +++ b/template/en/default/search/search-report-table.html.tmpl @@ -35,36 +35,28 @@ var queryform = "reportform" [% button_name = "Generate Report" %]
+ + + + + -
+ Horizontal Axis:
+ [% PROCESS select name = 'x_axis_field' %] +
- - - - + + + + +
- - Horizontal Axis: - [% PROCESS select name = 'x_axis_field' %] -
+ Vertical Axis:
+ [% PROCESS select name = 'y_axis_field' %] +
+ Multiple Tables:
+ [% PROCESS select name = 'z_axis_field' %] +
- - - Vertical Axis:
- [% PROCESS select name = 'y_axis_field' %] - - - - - - -
- Multiple Tables:
- [% PROCESS select name = 'z_axis_field' %] -
- - - - -
+
[% PROCESS search/form.html.tmpl %] -- cgit v1.2.3-24-g4f1b