|
|
|
@ -20,8 +20,8 @@ |
|
|
|
|
</select> |
|
|
|
|
</td> |
|
|
|
|
<td align="center" valign="middle"> |
|
|
|
|
<input type="button" onclick="moveOptions(this.form.group_by_container, this.form.group_by_columns);" value="→"><br> |
|
|
|
|
<input type="button" onclick="moveOptions(this.form.group_by_columns, this.form.group_by_container);" value="←"> |
|
|
|
|
<input type="button" onclick="moveOptions(this.form.group_by_container, this.form.group_by_columns);" value="→" /><br /> |
|
|
|
|
<input type="button" onclick="moveOptions(this.form.group_by_columns, this.form.group_by_container);" value="←" /> |
|
|
|
|
</td> |
|
|
|
|
<td style="padding-left: 0pt;" valign="middle"> |
|
|
|
|
<h3>Columns</h3> |
|
|
|
@ -29,17 +29,17 @@ |
|
|
|
|
</select> |
|
|
|
|
</td> |
|
|
|
|
<td align="center" valign="middle"> |
|
|
|
|
<input type="button" onclick="moveOptionUp(this.form.group_by_columns);" value="↑"><br> |
|
|
|
|
<input type="button" onclick="moveOptionDown(this.form.group_by_columns);" value="↓"> |
|
|
|
|
<input type="button" onclick="moveOptionUp(this.form.group_by_columns);" value="↑" /><br /> |
|
|
|
|
<input type="button" onclick="moveOptionDown(this.form.group_by_columns);" value="↓" /> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td align="center" valign="middle" colspan="2"> |
|
|
|
|
<input type="button" onclick="moveOptions(this.form.group_by_container, this.form.group_by_rows);" value="↓"> |
|
|
|
|
<input type="button" onclick="moveOptions(this.form.group_by_rows, this.form.group_by_container);" value="↑"> |
|
|
|
|
<input type="button" onclick="moveOptions(this.form.group_by_container, this.form.group_by_rows);" value="↓" /> |
|
|
|
|
<input type="button" onclick="moveOptions(this.form.group_by_rows, this.form.group_by_container);" value="↑" /> |
|
|
|
|
</td> |
|
|
|
|
<td colspan="3" rowspan="2" align="center" valign="middle"> |
|
|
|
|
<table border="1" style="border-collapse: collapse" width="80%" height="90%"> |
|
|
|
|
<table border="1" style="border-collapse: collapse" width="80%" heigth="90%"> |
|
|
|
|
<tr><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td></tr> |
|
|
|
|
<tr><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td></tr> |
|
|
|
|
<tr><td> </td><td> </td><td> </td><td> </td><td> </td><td> </td></tr> |
|
|
|
@ -54,8 +54,8 @@ |
|
|
|
|
</select> |
|
|
|
|
</td> |
|
|
|
|
<td align="center" valign="middle"> |
|
|
|
|
<input type="button" onclick="moveOptionUp(this.form.group_by_rows);" value="↑"><br> |
|
|
|
|
<input type="button" onclick="moveOptionDown(this.form.group_by_rows);" value="↓"> |
|
|
|
|
<input type="button" onclick="moveOptionUp(this.form.group_by_rows);" value="↑" /><br /> |
|
|
|
|
<input type="button" onclick="moveOptionDown(this.form.group_by_rows);" value="↓" /> |
|
|
|
|
</td> |
|
|
|
|
</tr></tbody> |
|
|
|
|
</table> |
|
|
|
|