[Rt-commit] r18002 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Thu Jan 29 04:12:19 EST 2009
Author: sunnavy
Date: Thu Jan 29 04:12:19 2009
New Revision: 18002
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/SelectChartType
Log:
r19192 at sunnavys-mb: sunnavy | 2009-01-29 16:48:07 +0800
merged share/html/Search/Elements/SelectChartType
Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/SelectChartType
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/SelectChartType (original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Search/Elements/SelectChartType Thu Jan 29 04:12:19 2009
@@ -51,6 +51,8 @@
</%args>
<select id="<%$name%>" name="<%$name%>">
% foreach my $option qw(bar pie) {
+% # 'bar' # loc
+% # 'pie' # loc
<option value="<%$option%>"<% $option eq $default ? qq[ selected="selected"] : '' |n %>><%_($option)%></option>
% }
</select>
More information about the Rt-commit
mailing list