blob: 125126fc6665eb8d6ce9a35790afcf5c9bae5f8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- FormEnd -->
<tr><td colspan=2> </td></tr>
<tr>
<td>
<input type='submit' value='<?% gettext("Apply") %?>'>
<input type='reset' value='<?% gettext("Reset") %?>'>
</td>
<td> </td>
<tr>
</form>
</table>
|