X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fsvc_cert%2Fimport_certificate.html;fp=httemplate%2Fedit%2Fsvc_cert%2Fimport_certificate.html;h=337a7419ef0a41314d4b3059f7d79f8a69c08fd3;hb=874ad675da1321638b374d0b574231d7fa577196;hp=0000000000000000000000000000000000000000;hpb=5ac9e46a92f4eefd795f97643f3e8f62ec1a2b26;p=freeside.git diff --git a/httemplate/edit/svc_cert/import_certificate.html b/httemplate/edit/svc_cert/import_certificate.html new file mode 100644 index 000000000..337a7419e --- /dev/null +++ b/httemplate/edit/svc_cert/import_certificate.html @@ -0,0 +1,22 @@ +<% include('/elements/header-popup.html', 'Import issued certificate' ) %> + +<% include('/elements/error.html') %> + +
+ + + + + +

+ + +
+ + +<%init> + +$cgi->param('svcnum') =~ /^(\d*)$/ or die 'illegal svcnum'; +my $svcnum = $1; + +