From: kurund Date: Thu, 6 Mar 2014 07:43:03 +0000 (+0530) Subject: changed page size to 10, CRM-14201 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0a9919da105ad1b87060e4317db9540b23937e16;p=civicrm-core.git changed page size to 10, CRM-14201 ---------------------------------------- * CRM-14201: Contact Relationships tab needs pagination http://issues.civicrm.org/jira/browse/CRM-14201 --- diff --git a/templates/CRM/Contact/Page/View/RelationshipSelector.tpl b/templates/CRM/Contact/Page/View/RelationshipSelector.tpl index e030d0246a..87db176f50 100644 --- a/templates/CRM/Contact/Page/View/RelationshipSelector.tpl +++ b/templates/CRM/Contact/Page/View/RelationshipSelector.tpl @@ -88,7 +88,7 @@ "bServerSide": true, "bJQueryUI": true, "sAjaxSource": sourceUrl, - "iDisplayLength": 25, + "iDisplayLength": 10, "oLanguage": { "sZeroRecords": ZeroRecordText, "sProcessing": {/literal}"{ts escape='js'}Processing...{/ts}"{literal},