summaryrefslogtreecommitdiffstats
path: root/install/static/search.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-10-07 15:31:27 -0400
committerEndi Sukma Dewata <edewata@redhat.com>2010-10-08 16:59:01 -0400
commitdccb386d57090869acbebe92c8da173fef770869 (patch)
treecb44a1ad52c6f7c8fa8d8dcad77635b90d711fa9 /install/static/search.js
parentbe6aa7039bdb2ab512caaba3316700ddbb97335f (diff)
downloadfreeipa-dccb386d57090869acbebe92c8da173fef770869.tar.gz
freeipa-dccb386d57090869acbebe92c8da173fef770869.tar.xz
freeipa-dccb386d57090869acbebe92c8da173fef770869.zip
record limit
Diffstat (limited to 'install/static/search.js')
-rw-r--r--install/static/search.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/search.js b/install/static/search.js
index 4b9dfad9..f968e91c 100644
--- a/install/static/search.js
+++ b/install/static/search.js
@@ -277,8 +277,8 @@ function search_display(obj_name, data)
if (data.result.truncated) {
tfoot.text(
- 'More than ' + sizelimit + ' results returned. ' +
- 'First ' + sizelimit + ' results shown.'
+ 'More than ' + ipa_record_limit + ' results returned. ' +
+ 'First ' + ipa_record_limit + ' results shown.'
);
} else {
tfoot.text(data.result.summary);