From 340bacaa8776165ad838e1f39e46bd8cac30ab63 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Wed, 21 Nov 2012 14:30:45 -0500 Subject: Reorganized TPS templates. The templates and JS and CGI scripts in TPS theme package have been moved into the TPS core package. Ticket #407 --- .../admin/console/config/importadmincertpanel.vm | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 base/tps/apache/docroot/tps/admin/console/config/importadmincertpanel.vm (limited to 'base/tps/apache/docroot/tps/admin/console/config/importadmincertpanel.vm') diff --git a/base/tps/apache/docroot/tps/admin/console/config/importadmincertpanel.vm b/base/tps/apache/docroot/tps/admin/console/config/importadmincertpanel.vm new file mode 100644 index 000000000..609b4bf4f --- /dev/null +++ b/base/tps/apache/docroot/tps/admin/console/config/importadmincertpanel.vm @@ -0,0 +1,55 @@ + + +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