diff options
author | vakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-09-03 15:36:12 +0000 |
---|---|---|
committer | vakwetu <vakwetu@c9f7a03b-bd48-0410-a16d-cbbf54688b0b> | 2010-09-03 15:36:12 +0000 |
commit | cda0cbeb67df52c08fd5b19c4f1b2eb227b6c358 (patch) | |
tree | 8beca6a41f746d0b6eccaee743d9c86ccb73ad34 | |
parent | baaf98125048870e9385fce9f8a31ea1a4113a85 (diff) | |
download | pki-cda0cbeb67df52c08fd5b19c4f1b2eb227b6c358.tar.gz pki-cda0cbeb67df52c08fd5b19c4f1b2eb227b6c358.tar.xz pki-cda0cbeb67df52c08fd5b19c4f1b2eb227b6c358.zip |
Bugzilla Bug 630018 - Delete button missing from Edit Profile page
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@1260 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
-rw-r--r-- | pki/dogtag/tps-ui/shared/docroot/tokendb/editConfig.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pki/dogtag/tps-ui/shared/docroot/tokendb/editConfig.template b/pki/dogtag/tps-ui/shared/docroot/tokendb/editConfig.template index 2042826fb..7fd3408be 100644 --- a/pki/dogtag/tps-ui/shared/docroot/tokendb/editConfig.template +++ b/pki/dogtag/tps-ui/shared/docroot/tokendb/editConfig.template @@ -213,7 +213,7 @@ function doDelete() { document.write("<input type=hidden name=query value=\"op=confirm_delete_config\">"); document.write("<input type=hidden name=pname value=\"" + conf_name + "\">"); document.write("<input type=hidden name=ptype value=\"" + conf_type + "\">"); - document.write("<input type=hidden name=pvalues value=\"" + escapeEntry(conf_values) + "\">"); + document.write("<input type=hidden name=pvalues value=\"" + conf_values.escapeEntry() + "\">"); document.write("<input type=hidden name=pstate value=\"" + conf_state + "\">"); document.write("<input TYPE=hidden NAME=ptimestamp VALUE=\"" + conf_tstamp + "\">"); if ((conf_state == "Disabled")|| (agent_must_approve != "true")) { |