From 538dee3554b0a84497afa78770706a5ad4a8ff52 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 13:28:22 -0500 Subject: Reorganized RA templates and scripts. The templates, JS, and CGI scripts for RA have been moved into the RA core package. Ticket #407 --- .../admin/console/config/importadmincertpanel.vm | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100644 dogtag/ra-ui/shared/docroot/ra/admin/console/config/importadmincertpanel.vm (limited to 'dogtag/ra-ui/shared/docroot/ra/admin/console/config/importadmincertpanel.vm') diff --git a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/importadmincertpanel.vm b/dogtag/ra-ui/shared/docroot/ra/admin/console/config/importadmincertpanel.vm deleted file mode 100644 index 37df00c02..000000000 --- a/dogtag/ra-ui/shared/docroot/ra/admin/console/config/importadmincertpanel.vm +++ /dev/null @@ -1,56 +0,0 @@ - - - -An administrator's certificate has been created and imported into this browser. This certificate is used to access the agent interface of this subsystem. -

-#if ($errorString != "") - $errorString -#end -$info -

-

- - - -#if ($ca == 'true' && $import == 'true') - -#else -#if ($caType == 'ca' && $import == 'true') - -#else - -#end -#end - - - - -
-

-
-
-- cgit