fixed some invalid html

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1396 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
p.tessenow 15 years ago
parent 3f4eab4813
commit 877ec005e5
  1. 18
      app/views/cost_reports/_group_by.rhtml
  2. 2
      app/views/cost_reports/filters/_operators.rhtml

@ -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="&#8594;"><br>
<input type="button" onclick="moveOptions(this.form.group_by_columns, this.form.group_by_container);" value="&#8592;">
<input type="button" onclick="moveOptions(this.form.group_by_container, this.form.group_by_columns);" value="&#8594;" /><br />
<input type="button" onclick="moveOptions(this.form.group_by_columns, this.form.group_by_container);" value="&#8592;" />
</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="&#8593;"><br>
<input type="button" onclick="moveOptionDown(this.form.group_by_columns);" value="&#8595;">
<input type="button" onclick="moveOptionUp(this.form.group_by_columns);" value="&#8593;" /><br />
<input type="button" onclick="moveOptionDown(this.form.group_by_columns);" value="&#8595;" />
</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="&#8595;">
<input type="button" onclick="moveOptions(this.form.group_by_rows, this.form.group_by_container);" value="&#8593;">
<input type="button" onclick="moveOptions(this.form.group_by_container, this.form.group_by_rows);" value="&#8595;" />
<input type="button" onclick="moveOptions(this.form.group_by_rows, this.form.group_by_container);" value="&#8593;" />
</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>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>
@ -54,8 +54,8 @@
</select>
</td>
<td align="center" valign="middle">
<input type="button" onclick="moveOptionUp(this.form.group_by_rows);" value="&#8593;"><br>
<input type="button" onclick="moveOptionDown(this.form.group_by_rows);" value="&#8595;">
<input type="button" onclick="moveOptionUp(this.form.group_by_rows);" value="&#8593;" /><br />
<input type="button" onclick="moveOptionDown(this.form.group_by_rows);" value="&#8595;" />
</td>
</tr></tbody>
</table>

@ -20,7 +20,7 @@
<option value="<%= h(operator.to_s) %>"
data-arity="<%= operator.arity %>"
<%= 'selected="selected"' if filter and (filter.operator.to_s == operator.to_s) %>>
<%= l(operator.label) %>
<%= h(l(operator.label)) %>
</option>
<% end %>
</select>

Loading…
Cancel
Save