diff options
author | ivan <ivan> | 2006-02-07 11:12:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-02-07 11:12:30 +0000 |
commit | b51311578510abce24bc7998e84b45551322179e (patch) | |
tree | a7e628a84a84e5c057108832afe3122eb89ff863 | |
parent | 46a07c0957a9903427f88880ad48a6401147bea4 (diff) |
remove inadvertant extra table statement preventing page from showing up in konq
-rwxr-xr-x | httemplate/edit/cust_pay.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index 0370ab726..1e6c76b34 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -52,8 +52,6 @@ $title .= " against Invoice #$linknum" if $link eq 'invnum'; <BR><BR> <% } %> -<%= ntable("#cccccc",2) %> - <LINK REL="stylesheet" TYPE="text/css" HREF="../elements/calendar-win2k-2.css" TITLE="win2k-2"> <SCRIPT TYPE="text/javascript" SRC="../elements/calendar_stripped.js"></SCRIPT> <SCRIPT TYPE="text/javascript" SRC="../elements/calendar-en.js"></SCRIPT> |