summaryrefslogtreecommitdiff
path: root/skins/deltab/widgets/formEnd.tmpl
blob: ac2e1a947c209ebe45fa71131d6875979e786d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- FormEnd -->    
            <tr>
                <td>
                &nbsp;
                </td>
                 <td align="right">
                    <input type="reset" value="<?% gettext("Reset") %?>" />&nbsp;
                    <input type="submit" value="<?% gettext("Apply") %?>" />
                </td>
            </tr>
        </table>
</form>
</div>