[Rt-commit] r2805 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . html/Elements html/Search

jesse at bestpractical.com jesse at bestpractical.com
Sun Apr 24 17:18:36 EDT 2005


Author: jesse
Date: Sun Apr 24 17:18:35 2005
New Revision: 2805

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
Log:
 r14466 at hualien:  jesse | 2005-04-24 17:16:41 -0400
 * Small merge fixes from gugod


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Elements/PageLayout	Sun Apr 24 17:18:35 2005
@@ -60,7 +60,7 @@
 % if ($actions->{"$action"}->{'html'}) {
 % push @actions, $actions->{"$action"}->{'html'}; 
 % } else {
-]% push @actions,  "<a class="\""actions\" href="\""".$RT::WebPath."/".$actions->{$action}->{'path'}."\">".$actions->{$action}->{'title'}."</a>";
+% push @actions,  '<a class="actions" href="'.$RT::WebPath.'/'.$actions->{$action}->{'path'}.'">'.$actions->{$action}->{'title'}."</a>";
 % }
 %  }
 <% join(" | ", @actions) | n %>

Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Search/Build.html	Sun Apr 24 17:18:35 2005
@@ -468,7 +468,7 @@
 
             my $selected;
             if ( grep { $_ == $_tree } @$values_ref ) {
-                $selected = "SELECTED";
+                $selected = "selected";
             }
             else {
                 $selected = "";
@@ -482,7 +482,7 @@
             }
 
             $optionlist .=
-                "<option value="$i" $selected>"
+                "<option value=\"$i\" $selected>"
               . ( "&nbsp;" x 5 x ( $_tree->getDepth() - 1 ) )
               . $m->interp->apply_escapes( $str, 'h' )
               . "</option>\n";


More information about the Rt-commit mailing list