[Rt-commit] r2772 - in rtfm/branches/2.1-TESTING: . etc
html/RTFM/Article
jesse at bestpractical.com
jesse at bestpractical.com
Mon Apr 18 01:53:27 EDT 2005
Author: jesse
Date: Mon Apr 18 01:53:26 2005
New Revision: 2772
Modified:
rtfm/branches/2.1-TESTING/ (props changed)
rtfm/branches/2.1-TESTING/etc/drop_schema.mysql
rtfm/branches/2.1-TESTING/html/RTFM/Article/Search.html
Log:
r12949 at hualien: jesse | 2005-04-15 15:41:01 -0400
* Search Results come after search criteria now
Modified: rtfm/branches/2.1-TESTING/etc/drop_schema.mysql
==============================================================================
--- rtfm/branches/2.1-TESTING/etc/drop_schema.mysql (original)
+++ rtfm/branches/2.1-TESTING/etc/drop_schema.mysql Mon Apr 18 01:53:26 2005
@@ -1,5 +1,4 @@
DROP TABLE FM_Classes ;
DROP TABLE FM_Articles ;
-DROP TABLE FM_Transactions ;
DROP TABLE FM_ObjectTopics ;
DROP TABLE FM_Topics ;
Modified: rtfm/branches/2.1-TESTING/html/RTFM/Article/Search.html
==============================================================================
--- rtfm/branches/2.1-TESTING/html/RTFM/Article/Search.html (original)
+++ rtfm/branches/2.1-TESTING/html/RTFM/Article/Search.html Mon Apr 18 01:53:26 2005
@@ -18,13 +18,12 @@
<& /RTFM/Article/Elements/Tabs, current_tab => "RTFM/Article/Search.html", Title => loc("Search for articles") &>
<& /Elements/ListActions, actions => \@results &>
-<& Elements/ShowSearchResults, articles => $articles &>
-
<form action="Search.html" method="GET">
<& Elements/ShowSavedSearches, CurrentSearch => $CurrentSearch,
Name => ($search ? $search->Name : undef),
Privacy => ($search ? $search->Privacy : undef) &>
<& Elements/ShowSearchCriteria, dates => \%dates, RefersTo => $RefersTo, customfields => $customfields, ReferredToBy => $ReferredToBy, %ARGS &>
+<& Elements/ShowSearchResults, articles => $articles &>
<%init>
use RT::SavedSearch;
my @results;
More information about the Rt-commit
mailing list