summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/svc_Common.html
blob: f5c869a12ad7688c98f27eaa2aee7be53ea44b3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<%init>

$cgi->param('svcdb') =~ /^(svc_\w+)$/ or die "unparsable svcdb";
my $table = $1;
require "FS/$table.pm";

</%init>
<% include( 'elements/svc_Common.html',
              'table'    => $table,
	      'redirect' => popurl(3)."view/svc_Common.html?svcdb=$table;svcnum=",
	      'error_redirect' => popurl(3)."edit/svc_Common.html?svcdb=$table;",
	  )
%>