summaryrefslogtreecommitdiffstats
path: root/pki/dogtag/tps-ui/shared/docroot/tokendb/searchAdminResults.template
diff options
context:
space:
mode:
authoralee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-07-01 17:15:41 +0000
committeralee <alee@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2009-07-01 17:15:41 +0000
commit63f8f9d7e079ea9cfa8e0921734fa68b091a4f9d (patch)
treef73cb2faf726fe38baf0eca084b6da3f3bb3c5a0 /pki/dogtag/tps-ui/shared/docroot/tokendb/searchAdminResults.template
parent1031d50c64bb19b96dcaf3373c9751e68c274c59 (diff)
downloadpki-63f8f9d7e079ea9cfa8e0921734fa68b091a4f9d.tar.gz
pki-63f8f9d7e079ea9cfa8e0921734fa68b091a4f9d.tar.xz
pki-63f8f9d7e079ea9cfa8e0921734fa68b091a4f9d.zip
Bugzilla Bug #508421 - Remove Token/Cert/ Activity List page
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@664 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/dogtag/tps-ui/shared/docroot/tokendb/searchAdminResults.template')
-rw-r--r--pki/dogtag/tps-ui/shared/docroot/tokendb/searchAdminResults.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/pki/dogtag/tps-ui/shared/docroot/tokendb/searchAdminResults.template b/pki/dogtag/tps-ui/shared/docroot/tokendb/searchAdminResults.template
index 53c312844..efc4e04ef 100644
--- a/pki/dogtag/tps-ui/shared/docroot/tokendb/searchAdminResults.template
+++ b/pki/dogtag/tps-ui/shared/docroot/tokendb/searchAdminResults.template
@@ -207,9 +207,9 @@ if (typeof(results) == "undefined" || results.length == 0) {
document.write("<font face=\"PrimaSans BT, Verdana, sans-serif\" size=\"-2\">");
if (typeof(results) != "undefined" || results.length == 0) {
if (typeof(limited) != "undefined" && typeof(total) != "undefined") {
- document.write("<br>" + limited + " of " + total + "\n");
+ document.write("<br>" + limited + " of " + total + " Search Results Returned\n");
} else if (typeof(total) != "undefined") {
- document.write("<br>Total: " + total + "\n");
+ document.write("<br>Total Search Results Returned: " + total + "\n");
}
}
document.write("</font>");