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