[Rt-commit] r18053 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Jan 29 09:44:37 EST 2009


Author: sunnavy
Date: Thu Jan 29 09:44:37 2009
New Revision: 18053

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Elements/SelectTicketTypes

Log:
 r19279 at sunnavys-mb:  sunnavy | 2009-01-29 22:28:42 +0800
 merged share/html/Elements/SelectTicketTypes


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Elements/SelectTicketTypes
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Elements/SelectTicketTypes	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Elements/SelectTicketTypes	Thu Jan 29 09:44:37 2009
@@ -47,7 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
 <select name="<%$name%>">
 %foreach (@types) {
-<option value="<% $_ %>"<% ($_ eq $default) && qq[ selected="selected"] |n %>><&|/l&><% $_ %></&>
+<option value="<% $_ %>"<% ($_ eq $default) && qq[ selected="selected"] |n %>><% _($_) %>
 %}
 </select>
 


More information about the Rt-commit mailing list