[Rt-commit] rt branch, 4.2/chart-ui-gc-settings, repushed

Wallace Reis wreis at bestpractical.com
Thu Feb 20 15:57:39 EST 2014


The branch 4.2/chart-ui-gc-settings was deleted and repushed:
       was db63a5316a83d0ca087cc6051f2f0e4909c7be76
       now cf0587ce287961071e89bf76eefa206e47c6592d

1:  db63a53 ! 1:  cf0587c Issues#29015 - Saved chart should load settings
    @@ -30,7 +30,7 @@
      <&| /Widgets/TitleBox, title => loc('Picture'), class => "chart-picture" &>
     -<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 => $ARGS{ChartStyle}, Name => 'ChartStyle' &></label>
    ++<label><% loc('Style') %>: <& Elements/SelectChartType, Default => $ARGS{ChartStyle} || $ChartStyle, Name => 'ChartStyle' &></label>
     +<label><% loc("Width") %>: <input type="text" name="Width" value="<% $ARGS{Width} || "" %>"> <% loc("px") %></label>
      <span class="height">
        &#x00d7;



More information about the rt-commit mailing list