summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-05-20 19:18:16 +0000
committervakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-05-20 19:18:16 +0000
commit2ee30190b5c59f7397640efa3db6f36e83d0b4a7 (patch)
tree963021449a588c47262f374e475510c8b08f9b48
parentaf8a4c98ad17cfe67d383dbafb01d4f14ffdac6c (diff)
downloadpki-2ee30190b5c59f7397640efa3db6f36e83d0b4a7.tar.gz
pki-2ee30190b5c59f7397640efa3db6f36e83d0b4a7.tar.xz
pki-2ee30190b5c59f7397640efa3db6f36e83d0b4a7.zip
Bugzilla BZ 704351: remove help buttons in agent and ee UI in all subsystems
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2004 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template4
-rw-r--r--pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html4
-rw-r--r--pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html4
-rw-r--r--pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html4
-rw-r--r--pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html4
-rw-r--r--pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html4
-rw-r--r--pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template2
-rw-r--r--pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template2
-rw-r--r--pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html7
-rw-r--r--pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html7
-rw-r--r--pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html7
24 files changed, 52 insertions, 49 deletions
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html b/pki/dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html
index a1307f9a..e4be5c74 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/admin/ca/adminEnroll.html
@@ -692,9 +692,9 @@ renderValidityInfo();
<img src=/ca/admin/graphics/spacer.gif" width="6" height="6">
<input type="reset" value="Reset" name="reset" width="72">
<img src=/ca/admin/graphics/spacer.gif" width="9" height="6">
- <input type="button" value="Help" onclick=
+ <!-- <input type="button" value="Help" onclick=
"help('http://www.redhat.com/docs/manuals/cert-system#Administrator/Agent Certificate Enrollment')"
- name="button" width="72">
+ name="button" width="72"> -->
<input type="hidden" name="certType" value="client">
<script lang=javascript>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html
index 9db00144..8043cbb3 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/ListRequests.html
@@ -100,8 +100,8 @@ Use this form to show a list of certificate requests.</font>
<INPUT TYPE="hidden" NAME="direction" VALUE="first">
<INPUT TYPE="TEXT" NAME="maxCount" SIZE=7 MAXLENGTH=99 VALUE="20">
<font size=-1 face="PrimaSans BT, Verdana, sans-serif">records</font>&nbsp;&nbsp;&nbsp;
- <INPUT TYPE="button" VALUE="Help" width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#Listing Certificate Requests')">
+ <!-- <INPUT TYPE="button" VALUE="Help" width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#Listing Certificate Requests')"> -->
</TD>
</TR>
</TABLE>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html
index 7bb73d07..27350286 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchCert.html
@@ -1778,8 +1778,8 @@ function doSubmit(form)
<tr>
<td ALIGN=RIGHT BGCOLOR="#E5E5E5">
<INPUT TYPE="button" VALUE="Find" width="72" onClick='doSubmit(queryForm)'>&nbsp;&nbsp;
- <INPUT TYPE="button" VALUE=Help width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#Advanced Certificate Search')">
+ <!-- <INPUT TYPE="button" VALUE=Help width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#Advanced Certificate Search')"> -->
</td>
</tr>
</table>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html
index 9b095595..71384109 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/SrchRevokeCert.html
@@ -1196,8 +1196,8 @@ function doSubmit(form)
<tr>
<td ALIGN=RIGHT BGCOLOR="#E5E5E5">
<INPUT TYPE="button" VALUE="Find" width="72" onClick='doSubmit(queryForm)'>&nbsp;&nbsp;
- <INPUT TYPE="button" VALUE=Help width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#Searching for Certificates to Revoke')">
+ <!-- <INPUT TYPE="button" VALUE=Help width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#Searching for Certificates to Revoke')"> -->
</td>
</tr>
</table>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html
index 880754f7..1d50f250 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/UpdateDir.html
@@ -355,8 +355,8 @@ To serial number:</font></td>
<tr>
<td ALIGN=RIGHT BGCOLOR="#E5E5E5">
<INPUT TYPE="button" VALUE="Update Directory" width="72" onClick="doSubmit(this.form);">&nbsp;
- <INPUT TYPE="button" VALUE=Help width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#Manual Directory Updates')">
+ <!-- <INPUT TYPE="button" VALUE=Help width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#Manual Directory Updates')"> -->
</td>
</tr>
</table>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template
index 75091603..c1061aff 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/confirmRevocation.template
@@ -194,8 +194,8 @@ document.write('not before: '+ renderDateFromSecs(result.header.validNotBefore)
<input type="hidden" name="op" value="DoRevocation">
<input type="hidden" name="templateType" value="RevocationSuccess">
<input type="reset" value="Reset" name="reset" width="72">
- <input type="button" value="Help"
- onclick="help('http://www.redhat.com/docs/manuals/cert-system#Confirming a Revocation')" name="button" width="72">
+ <!-- <input type="button" value="Help"
+ onclick="help('http://www.redhat.com/docs/manuals/cert-system#Confirming a Revocation')" name="button" width="72"> -->
<SCRIPT type="text/javascript">
document.write("<INPUT TYPE=hidden name=serialNumber value=\"" +
result.header.serialNumber +"\">");
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template
index 0fb0a18c..43789593 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processCertReq.template
@@ -65,8 +65,8 @@ function renderFoot()
document.writeln('<INPUT TYPE="submit" Value="Do It" width="72">&nbsp;&nbsp;');
//document.writeln('<INPUT TYPE="reset" VALUE="Reset" width="72">&nbsp;&nbsp;');
}
- document.writeln('<INPUT TYPE="button" VALUE="Help" width="72"');
- document.writeln('onClick="help(\'http://www.redhat.com/docs/manuals/cert-system#1005417\')">');
+ // document.writeln('<INPUT TYPE="button" VALUE="Help" width="72"');
+ // document.writeln('onClick="help(\'http://www.redhat.com/docs/manuals/cert-system#1005417\')">');
document.writeln('</td></tr></table>');
document.writeln('</form>');
}
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template
index 9d98c9d0..1e342df0 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/processReq.template
@@ -1129,8 +1129,8 @@ function renderFoot()
document.writeln('<INPUT TYPE="submit" Value="Do It" width="72">&nbsp;&nbsp;');
- document.writeln('<INPUT TYPE="button" VALUE="Help" width="72"');
- document.writeln('onClick="help(\'http://www.redhat.com/docs/manuals/cert-system#Approving Requests\')">');
+ // document.writeln('<INPUT TYPE="button" VALUE="Help" width="72"');
+ // document.writeln('onClick="help(\'http://www.redhat.com/docs/manuals/cert-system#Approving Requests\')">');
document.writeln('</td></tr></table>');
}
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html
index c3e750ab..95f8ed65 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryBySerial.html
@@ -176,8 +176,8 @@ Do not show certificates that have expired or are not yet valid</font>
<INPUT TYPE="hidden" NAME="direction" VALUE="begin">
<INPUT TYPE="TEXT" NAME="maxCount" SIZE=4 MAXLENGTH=99 VALUE="20">
<font size=-1 face="PrimaSans BT, Verdana, sans-serif">records</font>&nbsp;&nbsp;&nbsp;
- <input TYPE="button" VALUE="Help" width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#Basic Certificate Listing')">
+ <!-- <input TYPE="button" VALUE="Help" width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#Basic Certificate Listing')"> -->
</td>
</tr>
</table>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html
index 31d38dad..73d59ef3 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/queryCert.html
@@ -1531,8 +1531,8 @@ function doSubmit(form)
<font size=-1 face="PrimaSans BT, Verdana, sans-serif">first</font>&nbsp;
<INPUT TYPE="TEXT" NAME="maxCount" SIZE=4 MAXLENGTH=99 VALUE="5">
<font size=-1 face="PrimaSans BT, Verdana, sans-serif">records</font>&nbsp;&nbsp;&nbsp;
- <INPUT TYPE="button" VALUE=Help width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#1009897')">
+ <!-- <INPUT TYPE="button" VALUE=Help width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#1009897')"> -->
</td>
</tr>
</table>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template
index be1ad243..12c14dfd 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/reasonToRevoke.template
@@ -440,8 +440,8 @@ function revokeCert(serialNumber)
<input type="hidden" name="op" value="doRevoke">
<input type="hidden" name="templateType" value="RevocationSuccess">
<input type="reset" value="Reset" name="reset" width="72">&nbsp;&nbsp;
- <input type="button" value="Help" width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#Confirming a Revocation')">
+ <!-- <input type="button" value="Help" width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#Confirming a Revocation')"> -->
<SCRIPT type="text/javascript">
//<!--
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html
index 1c89c21c..c20c949e 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/revokeCert.html
@@ -1073,8 +1073,8 @@ function doSubmit(form)
<font size=-1 face="PrimaSans BT, Verdana, sans-serif">first</font>&nbsp;
<INPUT TYPE="TEXT" NAME="maxCount" SIZE=4 MAXLENGTH=99 VALUE="5">
<font size=-1 face="PrimaSans BT, Verdana, sans-serif">records</font>&nbsp;&nbsp;&nbsp;
- <INPUT TYPE="button" VALUE=Help width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#1011030')">
+ <!-- <INPUT TYPE="button" VALUE=Help width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#1011030')"> -->
</td>
</tr>
</table>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template
index 2fe0b69d..a1467810 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toDisplayCRL.template
@@ -352,8 +352,8 @@ if (issuingPoint != null && issuingPoint.length > 0) {
</SCRIPT>
<INPUT TYPE="hidden" NAME="pageStart" VALUE="1">
<INPUT TYPE="hidden" NAME="pageSize" VALUE="50">
- <INPUT TYPE="button" VALUE=Help width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#Viewing or Examining CRLs')">
+ <!-- <INPUT TYPE="button" VALUE=Help width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#Viewing or Examining CRLs')"> -->
</td>
</tr>
</table>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template
index 2aa4d70f..1d804a60 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/toUpdateCRL.template
@@ -374,8 +374,8 @@ if (issuingPoint != null && issuingPoint.length > 0) {
}
//-->
</SCRIPT>
- <INPUT TYPE="button" VALUE=Help width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#Updating the CRL')">
+ <!-- <INPUT TYPE="button" VALUE=Help width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#Updating the CRL')"> -->
</td>
</tr>
</table>
diff --git a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html
index ee6fc96f..70216a53 100644
--- a/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html
+++ b/pki/dogtag/ca-ui/shared/webapps/ca/agent/ca/updateCRL.html
@@ -66,8 +66,8 @@ SHA1withRSA+MD5withRSA+MD2withRSA
' onClick=\"location.href=\''+ loc + '\'\">&nbsp;');
//-->
</SCRIPT>
- <INPUT TYPE="button" VALUE=Help width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system#1008945')">
+ <!-- <INPUT TYPE="button" VALUE=Help width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system#1008945')"> -->
</td>
</tr>
</table>
diff --git a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html
index e293926d..4f7aa9e1 100644
--- a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html
+++ b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/GrantRecovery.html
@@ -36,8 +36,8 @@ Use this form to approve a key recovery.
<TR>
<TD align="right" bgcolor="#e5e5e5">
<INPUT TYPE="submit" VALUE="Examine" width="72">&nbsp;
- <INPUT TYPE="button" VALUE="Help" width="72"
- onClick="help('/manual/agt_gide/kraagt.htm#1022642')">
+ <!-- <INPUT TYPE="button" VALUE="Help" width="72"
+ onClick="help('/manual/agt_gide/kraagt.htm#1022642')"> -->
</TD>
</TR>
</TABLE>
diff --git a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html
index 3b006139..11c1b5ef 100644
--- a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html
+++ b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/ListRequests.html
@@ -84,8 +84,8 @@ Use this form to show a list of key service requests.</font>
<INPUT TYPE="hidden" NAME="direction" VALUE="first">
<INPUT TYPE="TEXT" NAME="maxCount" SIZE=7 MAXLENGTH=99 VALUE="20">
<font size=-1 face="PrimaSans BT, Verdana, sans-serif">records</font>&nbsp;&nbsp;&nbsp;
- <INPUT TYPE="button" VALUE="Help" width="72"
- onClick="help('http://www.redhat.com/docs/manuals/cert-system/8.0/agent/html/DRM_Recovering_Encrypted_Data.html#DRM_Recovering_Encrypted_Data-List_Requests')">
+ <!-- <INPUT TYPE="button" VALUE="Help" width="72"
+ onClick="help('http://www.redhat.com/docs/manuals/cert-system/8.0/agent/html/DRM_Recovering_Encrypted_Data.html#DRM_Recovering_Encrypted_Data-List_Requests')"> -->
</TD>
</TR>
</TABLE>
diff --git a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html
index d15f614b..68540546 100644
--- a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html
+++ b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchKey.html
@@ -313,8 +313,8 @@ Note: Archiver information is available only when the Certificate Manager or Reg
<TR>
<TD align="right" bgcolor="#eeeeee">
<input type="button" value="Show Key" onClick='doSubmit(queryForm)'>
-<input type="button" value=Help
-onClick="help('/manual/agt_gide/kraagt.htm#1019227')">
+<!-- <input type="button" value=Help
+onClick="help('/manual/agt_gide/kraagt.htm#1019227')"> -->
</TD>
</TR>
</TABLE>
diff --git a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html
index acd3af3e..f4de8ca1 100644
--- a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html
+++ b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/SrchRecoverKey.html
@@ -318,8 +318,8 @@ Note: Archiver information is available only when the Certificate Manager or Reg
<TR>
<TD align="right" bgcolor="#eeeeee">
<input type="button" value="Show Key" onClick='doSubmit(queryForm)'>
-<input type="button" value=Help
-onClick="help('/manual/agt_gide/kraagt.htm#1019227')">
+<!-- <input type="button" value=Help
+onClick="help('/manual/agt_gide/kraagt.htm#1019227')"> -->
</TD>
</TR>
</TABLE>
diff --git a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template
index 6ece7dfb..717d1d7d 100644
--- a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template
+++ b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/displayBySerialForRecovery.template
@@ -221,7 +221,7 @@ if (result.header.errorDetails != null) {
document.writeln('<tr>');
document.writeln('<td align="right" bgcolor="#e5e5e5">');
document.writeln('<input type=submit value="Recover">');
- document.writeln("<input type=button value=\"Help\" onClick=\"help('/manual/agt_gide/kraagt.htm#KeyRecoveryForm')\">");
+ // document.writeln("<input type=button value=\"Help\" onClick=\"help('/manual/agt_gide/kraagt.htm#KeyRecoveryForm')\">");
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
diff --git a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template
index 85bc6976..240f7e9e 100644
--- a/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template
+++ b/pki/dogtag/kra-ui/shared/webapps/kra/agent/kra/examineRecovery.template
@@ -98,7 +98,7 @@ if (result.header.errorDetails != null) {
document.writeln('<tr>');
document.writeln('<td align="right" bgcolor="#e5e5e5">');
document.writeln('<input type=submit value="Grant">');
- document.writeln("<input type=button value=\"Help\" onClick=\"help('/manual/agt_gide/kraagt.htm#1022642')\">");
+ // document.writeln("<input type=button value=\"Help\" onClick=\"help('/manual/agt_gide/kraagt.htm#1022642')\">");
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
diff --git a/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html b/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html
index b221f10e..f81121b1 100644
--- a/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html
+++ b/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCA.html
@@ -53,11 +53,12 @@ Use this form to add the certificate chain of a Certificate Authority whose CRL
<TABLE cellpadding="6" cellspacing="0" border="0" width="100%" BACKGROUND="/graphics/gray90.gif">
<TR>
<TD align="right" bgcolor="#e5e5e5">
- <INPUT TYPE="submit" VALUE="Add" width="72">&nbsp;&nbsp;
+ <INPUT TYPE="submit" VALUE="Add" width="72">
+ <!-- &nbsp;&nbsp;
<font size=-1 face="PrimaSans BT, Verdana, sans-serif"></font>&nbsp;
<font size=-1 face="PrimaSans BT, Verdana, sans-serif"></font>&nbsp;&nbsp;&nbsp;
- <INPUT TYPE="button" VALUE="Help" width="72"
- onClick="help('/manual/agent_guide/ocspagt.htm#Identifying a CA to Online Certificate Status Manager')">
+ <INPUT TYPE="button" VALUE="Help" width="72"
+ onClick="help('/manual/agent_guide/ocspagt.htm#Identifying a CA to Online Certificate Status Manager')"> -->
</TD>
</TR>
</TABLE>
diff --git a/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html b/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html
index 97e6b897..008a129a 100644
--- a/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html
+++ b/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/AddCRL.html
@@ -66,11 +66,12 @@ Use this form to add the certificate revocation list of a Certificate Authority.
<TABLE cellpadding="6" cellspacing="0" border="0" width="100%" BACKGROUND="/graphics/gray90.gif">
<TR>
<TD align="right" bgcolor="#e5e5e5">
- <INPUT TYPE="submit" VALUE="Add" width="72">&nbsp;&nbsp;
+ <INPUT TYPE="submit" VALUE="Add" width="72">
+ <!--&nbsp;&nbsp;
<font size=-1 face="PrimaSans BT, Verdana, sans-serif"></font>&nbsp;
<font size=-1 face="PrimaSans BT, Verdana, sans-serif"></font>&nbsp;&nbsp;&nbsp;
- <INPUT TYPE="button" VALUE="Help" width="72"
- onClick="help('/manual/agent_guide/ocspagt.htm#Adding a CRL to Online Certificate Status Manager')">
+ <INPUT TYPE="button" VALUE="Help" width="72"
+ onClick="help('/manual/agent_guide/ocspagt.htm#Adding a CRL to Online Certificate Status Manager')"> -->
</TD>
</TR>
</TABLE>
diff --git a/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html b/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html
index 3e468bb9..9dd152f5 100644
--- a/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html
+++ b/pki/dogtag/ocsp-ui/shared/webapps/ocsp/agent/ocsp/CheckCert.html
@@ -53,11 +53,12 @@ Use this form to confirm the status of a certificate.</font>
<TABLE cellpadding="6" cellspacing="0" border="0" width="100%" BACKGROUND="/graphics/gray90.gif">
<TR>
<TD align="right" bgcolor="#e5e5e5">
- <INPUT TYPE="submit" VALUE="Check" width="72">&nbsp;&nbsp;
+ <INPUT TYPE="submit" VALUE="Check" width="72">
+ <!-- &nbsp;&nbsp;
<font size=-1 face="PrimaSans BT, Verdana, sans-serif"></font>&nbsp;
<font size=-1 face="PrimaSans BT, Verdana, sans-serif"></font>&nbsp;&nbsp;&nbsp;
- <INPUT TYPE="button" VALUE="Help" width="72"
- onClick="help('/manual/agent_guide/ocspagt.htm#Checking the Revocation Status of a Certificate')">
+ <INPUT TYPE="button" VALUE="Help" width="72"
+ onClick="help('/manual/agent_guide/ocspagt.htm#Checking the Revocation Status of a Certificate')"> -->
</TD>
</TR>
</TABLE>