From 351f69f3fb91016a8600239b4e25937295e4e488 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Fri, 9 Nov 2012 01:51:54 -0500 Subject: Reorganized common templates. The common templates have moved from common-ui into base/common. The deployment tools have been updated to use the new location. Ticket #407 --- .../admin/console/config/displaycertchainpanel.vm | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 base/common/shared/webapps/pki/admin/console/config/displaycertchainpanel.vm (limited to 'base/common/shared/webapps/pki/admin/console/config/displaycertchainpanel.vm') diff --git a/base/common/shared/webapps/pki/admin/console/config/displaycertchainpanel.vm b/base/common/shared/webapps/pki/admin/console/config/displaycertchainpanel.vm new file mode 100644 index 000000000..26506c12f --- /dev/null +++ b/base/common/shared/webapps/pki/admin/console/config/displaycertchainpanel.vm @@ -0,0 +1,49 @@ + + + +

$panelname

+
+A certificate chain is a list of all certificates chained up to the root. +
+If a certificate chain is displayed below, click the Next button to trust this certificate chain for this instance. +
+If no certificate chain is listed below, simply click the Next button to move on to the next panel. +

+#if ($errorString != "") + $errorString +#end +

+ +#if ($certchain.size() > 0) +#foreach ($p in $certchain) +

+$p
+
+
+#end +#end -- cgit