From 105ffbd1b5e81c8a27994d5f581eb41b6ed8b952 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Thu, 8 Nov 2012 16:48:14 -0500 Subject: Reorganized ESC images. The ESC images have been moved from tps-ui into common-ui. The pkicreate has been updated to deploy the ESC images from common-ui into /pki/esc. The paths in templates and CSS file have been modified to point to the new location. Ticket #328 --- dogtag/tps-ui/shared/docroot/esc/SettingsEsc.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dogtag/tps-ui/shared/docroot/esc/SettingsEsc.html') diff --git a/dogtag/tps-ui/shared/docroot/esc/SettingsEsc.html b/dogtag/tps-ui/shared/docroot/esc/SettingsEsc.html index 328df5792..0340ee64c 100755 --- a/dogtag/tps-ui/shared/docroot/esc/SettingsEsc.html +++ b/dogtag/tps-ui/shared/docroot/esc/SettingsEsc.html @@ -383,7 +383,7 @@ function CreateTableRow(table, keyType, keyID, isAvailable, label, isSecured) if (! isAvailable) a.style.visibility = "hidden"; var img = document.createElement("img"); - img.setAttribute("src", "../images/NetKey-Small.gif"); + img.setAttribute("src", "/pki/esc/images/NetKey-Small.gif"); a.appendChild(img); cell.appendChild(a); @@ -413,7 +413,7 @@ function CreateTableRow(table, keyType, keyID, isAvailable, label, isSecured) cell = InsertCell(row); cell.setAttribute("align", "center"); img = document.createElement("img"); - img.setAttribute("src", "../images/PadLock.gif"); + img.setAttribute("src", "/pki/esc/images/PadLock.gif"); if (!isSecured) img.style.visibility = "hidden"; cell.appendChild(img); @@ -691,7 +691,7 @@ function OnCOOLKeyStateChange(keyType, keyID, keyState, data) + -- cgit
-

Enterprise Security Client