Code

Some template updates
[gosa.git] / include / sieve / templates / element_size.tpl
index c589de5bfa809ca25afc8e45dbed6dbdd0f6d0eb..a42d77243617268e4077c8c1e23bf3dfd27646c2 100644 (file)
@@ -1,7 +1,7 @@
-<b>{t}Size{/t}</b>
-<table>
+<table class='sieve_test_case'>
        <tr>
                <td>
+<b>{t}Size{/t}</b>
                        {if $LastError != ""}
                                <font color='red'>{$LastError}</font>
                                <br>
@@ -19,7 +19,6 @@
                        <select name='Value_Unit_{$ID}' title='{t}Select value unit{/t}'>
                                {html_options options=$Units selected=$Value_Unit}
                        </select>
-                       <input type='submit'>
                </td>
        </tr>
 </table>