From edf9c2273c00b52b0c240bc0c75dc1ba7bdc396e 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 deletions(-) delete mode 100644 dogtag/common-ui/shared/admin/console/config/displaycertchainpanel.vm (limited to 'dogtag/common-ui/shared/admin/console/config/displaycertchainpanel.vm') diff --git a/dogtag/common-ui/shared/admin/console/config/displaycertchainpanel.vm b/dogtag/common-ui/shared/admin/console/config/displaycertchainpanel.vm deleted file mode 100644 index 26506c12f..000000000 --- a/dogtag/common-ui/shared/admin/console/config/displaycertchainpanel.vm +++ /dev/null @@ -1,49 +0,0 @@ - - - -

$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