summaryrefslogtreecommitdiff
path: root/skins/html/widgets/formEnd.tmpl
blob: 125126fc6665eb8d6ce9a35790afcf5c9bae5f8c (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- FormEnd -->
<tr><td colspan=2>&nbsp;</td></tr>
<tr>
    <td>
        <input type='submit' value='<?% gettext("Apply") %?>'>&nbsp;
        <input type='reset' value='<?% gettext("Reset") %?>'>&nbsp;
    </td>
    <td>&nbsp;</td>
<tr>
</form>
</table>