[Rt-commit] rt branch, 4.2/charts, updated. rt-4.1.13-157-gaf1b6bf
Thomas Sibley
trs at bestpractical.com
Tue Jul 2 15:10:03 EDT 2013
The branch, 4.2/charts has been updated
via af1b6bf7a446f45e335a4f09633b7dd5584e386d (commit)
from f487fd06bb9326f8feaf4cfaeb687e0c8790a557 (commit)
Summary of changes:
share/html/Search/Chart.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit af1b6bf7a446f45e335a4f09633b7dd5584e386d
Author: Thomas Sibley <trs at bestpractical.com>
Date: Tue Jul 2 12:08:38 2013 -0700
Add colons after field labels for consistency with more of RT than not
diff --git a/share/html/Search/Chart.html b/share/html/Search/Chart.html
index 3daffbe..1a1f1de 100644
--- a/share/html/Search/Chart.html
+++ b/share/html/Search/Chart.html
@@ -153,11 +153,11 @@ my %query;
</&>
<&| /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 => $ChartStyle, Name => 'ChartStyle' &></label>
+<label><% loc("Width") %>: <input type="text" name="Width" value="<% $Width || "" %>"> <% 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="<% $Height || "" %>"> <% loc("px") %></label>
</span>
</&>
<script type="text/javascript">
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list