[Rt-commit] r4587 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR/Search/Elements

jesse at bestpractical.com jesse at bestpractical.com
Sun Feb 26 23:15:29 EST 2006


Author: jesse
Date: Sun Feb 26 23:15:28 2006
New Revision: 4587

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/BuildQuery
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/PickCriteria

Log:
 r24761 at truegrounds:  jesse | 2006-02-26 23:14:04 -0500
 * some cleanup to the search ui


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/BuildQuery
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/BuildQuery	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/BuildQuery	Sun Feb 26 23:15:28 2006
@@ -60,12 +60,11 @@
 
 </td>
 <td valign="top" class="boxcontainer">
-<& /Widgets/TitleBoxStart, title => loc("Query") . ": " .$Description &>
+<&/Widgets/TitleBoxStart, title => loc("Query") . ": " .$Description &>
 <& /Search/Elements/NewListActions, actions => \@actions &>
 <select size="10" name="clauses" style="width: 100%">
 <%$optionlist|n%>
 </select>
-</td></tr><tr><td bgcolor="#dddddd" colspan="2">
 <center>
 <input type="submit" name="Up" value="^" />
 <input type="submit" name="Down" value="v" />
@@ -75,16 +74,14 @@
 <br />
 <input type="submit" name="Clear" value="Clear" />
 <input type="submit" name="Toggle" value="And/Or" />
-%#<input type="submit" name="EditQuery" value="Advanced" />
 </center>
-<& /Widgets/TitleBoxEnd &>
+</Widgets/TitleBoxEnd>
 <br />
 
 <& /Search/Elements/EditSearches, CurrentSearch => $search_hash, Dirty => $dirty, SearchId => $SearchId &>
 </td>
 </tr>
-<tr>
-<td colspan="2" class="boxcontainer">
+</table>
 
 <& /Search/Elements/DisplayOptions, %ARGS, 
     Format=> $Format,
@@ -93,9 +90,6 @@
     RowsPerPage => $RowsPerPage, 
     OrderBy => $OrderBy, 
     Order => $Order &>
-</td>
-</tr>
-</table>
 </form>
 
 <%ARGS>

Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/PickCriteria
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/PickCriteria	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Search/Elements/PickCriteria	Sun Feb 26 23:15:28 2006
@@ -43,19 +43,18 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# }}} END BPS TAGGED BLOCK
-<& /Widgets/TitleBoxStart, title => loc('Add Criteria')&>
 <&| /Widgets/TitleBox, title => loc('Add Criteria')&>
 
 <table width="100%" cellspacing="0" cellpadding="0" border="0">
-
-<tr><th><&|/l&>Field</&></th><th><&|/l&>Operator</&></th><th><&|/l&>Value</&></th></tr>
-
 <tr>
 <td class="label"><&|/l&>Aggregator</&>:</td>
 <td class="operator">&nbsp;</td>
 <td class="value"><& /Search/Elements/SelectAndOr, Name => "AndOr" &></td>
 </tr>
 
+
+<tr><th><&|/l&>Field</&></th><th><&|/l&>Operator</&></th><th><&|/l&>Value</&></th></tr>
+
 <tr class="separator"><td colspan="3"><hr /></td></tr>
 
 <& /Search/Elements/PickBasics &>


More information about the Rt-commit mailing list