blob: ac2e1a947c209ebe45fa71131d6875979e786d41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!-- FormEnd -->
<tr>
<td>
</td>
<td align="right">
<input type="reset" value="<?% gettext("Reset") %?>" />
<input type="submit" value="<?% gettext("Apply") %?>" />
</td>
</tr>
</table>
</form>
</div>
|