[Bps-public-commit] rt-extension-selfservicesimplesearch branch, master, updated. 06213e27833cecba6809894c0e4886e067741df0
? sunnavy
sunnavy at bestpractical.com
Tue Oct 22 08:43:27 EDT 2013
The branch, master has been updated
via 06213e27833cecba6809894c0e4886e067741df0 (commit)
from 3727dc5a6b34fafb2d0f353cf274fa2ed83390e5 (commit)
Summary of changes:
html/SelfService/SimpleSearch.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 06213e27833cecba6809894c0e4886e067741df0
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Oct 22 20:43:12 2013 +0800
default rows to 50
diff --git a/html/SelfService/SimpleSearch.html b/html/SelfService/SimpleSearch.html
index 82b418c..9582333 100644
--- a/html/SelfService/SimpleSearch.html
+++ b/html/SelfService/SimpleSearch.html
@@ -134,7 +134,7 @@ if ($q && !$Query) {
$q => undef
$Query => undef
$Format => RT->Config->Get('DefaultSelfServiceSearchResultFormat');
-$Rows => 1
+$Rows => 50
$BaseURL => RT->Config->Get('WebPath')."/SelfService/SimpleSearch.html?"
$Page => 1
@Order => ('ASC')
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list