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

Authentication

-

-The uid and password are used to authenticate to the master subsystem. These are the administrator's credential information for the master subsystem. -#if ($systemType != "tps") -
-If authentication is successful, a cloned subsystem will retrieve the configuration information from the master one. -#end -
-#if ($errorString != "") - $errorString -#end - - - - - - - - - - - -
Uid:
Password:
-

-- cgit