[Rt-commit] r4981 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Wed Apr 5 13:42:01 EDT 2006


Author: ruz
Date: Wed Apr  5 13:42:00 2006
New Revision: 4981

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectResultsPerPage

Log:
 r2347 at cubic-pc:  cubic | 2006-04-05 17:48:07 +0400
 * cleanup


Modified: rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectResultsPerPage
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectResultsPerPage	(original)
+++ rt/branches/3.7-EXPERIMENTAL/html/Elements/SelectResultsPerPage	Wed Apr  5 13:42:00 2006
@@ -45,9 +45,9 @@
 %# END BPS TAGGED BLOCK }}}
 %# TODO: Better default handling
 
-<select NAME ="<%$Name%>">
+<select name="<% $Name %>">
 % foreach my $value (@values) {
-<option value="<%$value%>" <% $value == $Default && 'SELECTED' %>>
+<option value="<% $value %>" <% $value == $Default && 'SELECTED' %>>
 <% shift @labels %>
 </option>
 % }


More information about the Rt-commit mailing list