From a9a6b283ce5104736b5c44d35272a8aedab6fcbb Mon Sep 17 00:00:00 2001 From: ftimme <ft@falkotimme.com> Date: Fri, 30 Dec 2005 11:37:53 -0500 Subject: [PATCH] --- interface/web/dns/templates/soa_list.htm | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/interface/web/dns/templates/soa_list.htm b/interface/web/dns/templates/soa_list.htm index 97e85af..a1af2d7 100644 --- a/interface/web/dns/templates/soa_list.htm +++ b/interface/web/dns/templates/soa_list.htm @@ -1,4 +1,3 @@ -<form name="myform" action="soa_list.php" method="POST"> <div class="frmTextHead"><tmpl_var name="list_head_txt"></div><br /> <input type="button" value="{tmpl_var name="add_new_record_txt"}" onClick="location.href='soa_edit.php'" /><br /><br /> <table width="100%" border="0" cellspacing="0" cellpadding="4"> @@ -62,5 +61,4 @@ <tr> <td colspan="5" height="40" align="center" class="tblFooter"><tmpl_var name="paging"></td> </tr> -</table> -</form> \ No newline at end of file +</table> \ No newline at end of file -- Gitblit v1.9.1