X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fagent_type.cgi;h=eba2c2305d8aadc404a0d1a6d9a218209baed4d0;hp=4f1ad8b20aa90b3086c654715b1f21d9827ea7f6;hb=91387f8f489e561deaf1de052d80ef800a4970a3;hpb=3d671921441ba8422650b54435a1959ad1d4c71d diff --git a/httemplate/edit/agent_type.cgi b/httemplate/edit/agent_type.cgi index 4f1ad8b20..eba2c2305 100755 --- a/httemplate/edit/agent_type.cgi +++ b/httemplate/edit/agent_type.cgi @@ -1,5 +1,5 @@ <% -# +# use strict; use vars qw( $cgi $agent_type $action $hashref $p $part_pkg ); @@ -32,7 +32,7 @@ $action = $agent_type->typenum ? 'Edit' : 'Add'; $hashref = $agent_type->hashref; $p = popurl(2); -print $cgi->header( '-expires' => 'now' ), header("$action Agent Type", menubar( +print $cgi->header( @FS::CGI::header ), header("$action Agent Type", menubar( 'Main Menu' => "$p", 'View all agent types' => "${p}browse/agent_type.cgi", )); @@ -66,7 +66,7 @@ foreach $part_pkg ( qsearch('part_pkg',{}) ) { ; } -print qq!
!;