[Rt-commit] r9962 - in rt/branches/3.6-RELEASE: .
html/Admin/CustomFields html/Approvals html/Search
jesse at bestpractical.com
jesse at bestpractical.com
Sat Dec 15 02:11:22 EST 2007
Author: jesse
Date: Sat Dec 15 02:11:20 2007
New Revision: 9962
Modified:
rt/branches/3.6-RELEASE/ (props changed)
rt/branches/3.6-RELEASE/html/Admin/CustomFields/index.html
rt/branches/3.6-RELEASE/html/Approvals/index.html
rt/branches/3.6-RELEASE/html/Search/Results.html
rt/branches/3.6-RELEASE/html/Tools/Offline.html
Log:
r72962 at pinglin: jesse | 2007-12-10 15:05:42 -0500
* Canonicalize a bunch of "Go" buttons to "Go!"
* Switched the approvals button from "Show Approvals" to "Go"
Modified: rt/branches/3.6-RELEASE/html/Admin/CustomFields/index.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Admin/CustomFields/index.html (original)
+++ rt/branches/3.6-RELEASE/html/Admin/CustomFields/index.html Sat Dec 15 02:11:20 2007
@@ -79,7 +79,7 @@
% for (@types) {
<option value="<% $_->[1] %>"><% $_->[0] %></option>
% }
-</select> <input type="submit" value="<%loc('Go')%>" />
+</select> <input type="submit" value="<%loc('Go!')%>" />
</form>
<%args>
Modified: rt/branches/3.6-RELEASE/html/Approvals/index.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Approvals/index.html (original)
+++ rt/branches/3.6-RELEASE/html/Approvals/index.html Sat Dec 15 02:11:20 2007
@@ -51,7 +51,7 @@
<& /Elements/ListActions, actions => \@actions &>
<form method="post">
<& Elements/PendingMyApproval, %ARGS &>
-<& /Elements/Submit, Label => loc('Show Approvals') &>
+<& /Elements/Submit, Label => loc('Go!') &>
</form>
<%init>
Modified: rt/branches/3.6-RELEASE/html/Search/Results.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Search/Results.html (original)
+++ rt/branches/3.6-RELEASE/html/Search/Results.html Sat Dec 15 02:11:20 2007
@@ -89,7 +89,7 @@
%}
<&|/l, $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy', Query => $Query) &>grouped by [_1]</&>
<&|/l, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle') &>style: [_1]</&>
-<input type="submit" class="button" value="<%loc('Go')%>" />
+<input type="submit" class="button" value="<%loc('Go!')%>" />
</form>
<& /Elements/Callback, _CallbackName => 'SearchActions', QueryString => $QueryString&>
</div>
Modified: rt/branches/3.6-RELEASE/html/Tools/Offline.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Tools/Offline.html (original)
+++ rt/branches/3.6-RELEASE/html/Tools/Offline.html Sat Dec 15 02:11:20 2007
@@ -88,7 +88,7 @@
</td>
<td>
<input name="Template" type="file" value="foo" />
-<input type="submit" class="button" name="Parse" value="<&|/l&>Go</&>" />
+<input type="submit" class="button" name="Parse" value="<&|/l&>Go!</&>" />
</td>
</tr>
</table>
More information about the Rt-commit
mailing list