[Rt-commit] rt branch, 4.2/chart-ui-gc-settings, repushed
Wallace Reis
wreis at bestpractical.com
Thu Apr 24 17:26:18 EDT 2014
The branch 4.2/chart-ui-gc-settings was deleted and repushed:
was 0b17020664d572d5c60b170436e18be7a6458a66
now 2fef6eb5b59e74581646b7db59a95ad0f3870ab3
1: 0b17020 ! 1: 2fef6eb Issues#29015 - Saved chart should load settings
@@ -133,11 +133,11 @@
-<label><% loc('Style') %>: <& Elements/SelectChartType, Default => $ChartStyle, Name => 'ChartStyle' &></label>
-<label><% loc("Width") %>: <input type="text" name="Width" value="<% $Width || "" %>"> <% loc("px") %></label>
+<label><% loc('Style') %>: <& Elements/SelectChartType, Default => $query{ChartStyle}[0], Name => 'ChartStyle' &></label>
-+<label><% loc("Width") %>: <input type="text" name="Width" value="<% $query{Width}[0] || "" %>"> <% loc("px") %></label>
++<label><% loc("Width") %>: <input type="text" name="Width" value="<% $query{'Width'} || q{} %>"> <% loc("px") %></label>
<span class="height">
×
- <label><% loc("Height") %>: <input type="text" name="Height" value="<% $Height || "" %>"> <% loc("px") %></label>
-+ <label><% loc("Height") %>: <input type="text" name="Height" value="<% $query{Height}[0] || "" %>"> <% loc("px") %></label>
++ <label><% loc("Height") %>: <input type="text" name="Height" value="<% $query{'Height'} || q{} %>"> <% loc("px") %></label>
</span>
</&>
<script type="text/javascript">
More information about the rt-commit
mailing list