diff options
author | ivan <ivan> | 2006-07-16 00:55:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-07-16 00:55:06 +0000 |
commit | 580330233cbf32c58d9f29dc391bd2ebd83e16d5 (patch) | |
tree | 117d21cbaa15b43193432588516ad978254da167 /httemplate/edit/cust_credit.cgi | |
parent | 11f98403d0c7bf158ad0f71120e15c0bdf3d792c (diff) |
odds and ends
Diffstat (limited to 'httemplate/edit/cust_credit.cgi')
-rwxr-xr-x | httemplate/edit/cust_credit.cgi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/httemplate/edit/cust_credit.cgi b/httemplate/edit/cust_credit.cgi index 946b1087b..d19f0e4b3 100755 --- a/httemplate/edit/cust_credit.cgi +++ b/httemplate/edit/cust_credit.cgi @@ -24,9 +24,7 @@ my $otaker = getotaker; my $p1 = popurl(1); -%> - -<%= header("Post Credit", '') %> +%><%= include('/elements/header-popup.html', 'Post Credit') %> <% if ( $cgi->param('error') ) { %> <FONT SIZE="+1" COLOR="#ff0000">Error: <%= $cgi->param('error') %></FONT> |