[Rt-commit] [svn] r1167 - in rt/branches/rt-3.1/html/Search: .
Elements
alexmv at pallas.eruditorum.org
alexmv at pallas.eruditorum.org
Tue Jun 29 07:13:38 EDT 2004
Author: alexmv
Date: Tue Jun 29 07:13:37 2004
New Revision: 1167
Modified:
rt/branches/rt-3.1/html/Search/Build.html
rt/branches/rt-3.1/html/Search/Elements/DisplayOptions
Log:
* Make it more clear that defaults spring from Builder.html, not
DisplayOptions
Modified: rt/branches/rt-3.1/html/Search/Build.html
==============================================================================
--- rt/branches/rt-3.1/html/Search/Build.html (original)
+++ rt/branches/rt-3.1/html/Search/Build.html Tue Jun 29 07:13:37 2004
@@ -101,7 +101,7 @@
}
# }}}
-# {{{ Attempt to load what we can from the session
+# {{{ Attempt to load what we can from the session, set defaults
# We don't read or write to the session again until the end
$search_hash = $session{'CurrentSearchHash'};
Modified: rt/branches/rt-3.1/html/Search/Elements/DisplayOptions
==============================================================================
--- rt/branches/rt-3.1/html/Search/Elements/DisplayOptions (original)
+++ rt/branches/rt-3.1/html/Search/Elements/DisplayOptions Tue Jun 29 07:13:37 2004
@@ -67,7 +67,7 @@
</%INIT>
<%ARGS>
-$OrderBy => 'id'
-$RowsPerPage => 50
+$OrderBy => undef
+$RowsPerPage => undef
$Format => undef
</%ARGS>
More information about the Rt-commit
mailing list