[Rt-commit] r9553 - in rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html: Elements

jesse at bestpractical.com jesse at bestpractical.com
Mon Nov 5 11:23:47 EST 2007


Author: jesse
Date: Mon Nov  5 11:23:46 2007
New Revision: 9553

Modified:
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/MyRT
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Search/Elements/EditSearches
   rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Search/Elements/SelectAndOr

Log:
* A trio of xhtml patches from Jason Long

Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/MyRT
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/MyRT	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Elements/MyRT	Mon Nov  5 11:23:46 2007
@@ -48,7 +48,7 @@
 <table border="0" width="100%">
 <tr valign="top">
 
-<td class="boxcontainer" width="70%" <% $summary? 'width="70%"': '' %>>
+<td class="boxcontainer"<% $summary ? ' width="70%"' : '' |n%>>
 % $show_cb->($_) foreach @$body;
 </td>
 

Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Search/Elements/EditSearches
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Search/Elements/EditSearches	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Search/Elements/EditSearches	Mon Nov  5 11:23:46 2007
@@ -60,8 +60,8 @@
 <&|/l&>Description</&>:
 <input size="25" name="SavedSearchDescription" value="<% $Description %>" />
 
-<nobr>
 % if ($Id ne 'new') {
+<nobr>
 % if ($Dirty) {
 <input type="submit" class="button" name="SavedSearchRevert" value="<%loc('Revert')%>" />
 % }

Modified: rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Search/Elements/SelectAndOr
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Search/Elements/SelectAndOr	(original)
+++ rt/branches/3.7-EXPERIMENTAL-RTIR-2.4/html/Search/Elements/SelectAndOr	Mon Nov  5 11:23:46 2007
@@ -45,8 +45,8 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<input type="radio" class="radio" name="<%$Name%>" checked value="AND" /><&|/l&>AND</&></input>
-<input type="radio" class="radio" name="<%$Name%>" value="OR" /><&|/l&>OR</&></input>
+<input type="radio" class="radio" name="<%$Name%>" checked value="AND" /><&|/l&>AND</&>
+<input type="radio" class="radio" name="<%$Name%>" value="OR" /><&|/l&>OR</&>
 
 <%ARGS>
 $Name => "Operator"


More information about the Rt-commit mailing list