[Rt-commit] r3411 - in rt/branches/3.5-TESTING: . html/Admin/CustomFields html/Admin/Elements html/Admin/Groups html/Admin/Queues html/Admin/Users html/Elements html/Prefs html/Search html/Search/Elements html/SelfService/Elements html/Ticket html/Ticket/Elements html/Tools html/Widgets

trs at bestpractical.com trs at bestpractical.com
Wed Jul 6 22:06:50 EDT 2005


Author: trs
Date: Wed Jul  6 22:06:47 2005
New Revision: 3411

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
   rt/branches/3.5-TESTING/html/Admin/Elements/CreateUserCalled
   rt/branches/3.5-TESTING/html/Admin/Groups/index.html
   rt/branches/3.5-TESTING/html/Admin/Queues/People.html
   rt/branches/3.5-TESTING/html/Admin/Queues/index.html
   rt/branches/3.5-TESTING/html/Admin/Users/index.html
   rt/branches/3.5-TESTING/html/Elements/CreateTicket
   rt/branches/3.5-TESTING/html/Elements/GotoTicket
   rt/branches/3.5-TESTING/html/Elements/Login
   rt/branches/3.5-TESTING/html/Elements/QuickCreate
   rt/branches/3.5-TESTING/html/Elements/RefreshHomepage
   rt/branches/3.5-TESTING/html/Elements/SimpleSearch
   rt/branches/3.5-TESTING/html/Elements/Submit
   rt/branches/3.5-TESTING/html/Prefs/MyRT.html
   rt/branches/3.5-TESTING/html/Search/Elements/EditFormat
   rt/branches/3.5-TESTING/html/Search/Elements/EditQuery
   rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
   rt/branches/3.5-TESTING/html/Search/Results.html
   rt/branches/3.5-TESTING/html/Search/Simple.html
   rt/branches/3.5-TESTING/html/SelfService/Elements/GotoTicket
   rt/branches/3.5-TESTING/html/Ticket/Create.html
   rt/branches/3.5-TESTING/html/Ticket/Elements/EditPeople
   rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
   rt/branches/3.5-TESTING/html/Ticket/Update.html
   rt/branches/3.5-TESTING/html/Tools/Offline.html
   rt/branches/3.5-TESTING/html/Widgets/SelectionBox
Log:
 r4842 at wintermute:  tom | 2005-07-06 20:18:26 -0400
 Added class="button" to all submit and reset inputs


Modified: rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/CustomFields/index.html	Wed Jul  6 22:06:47 2005
@@ -77,7 +77,7 @@
 % for (@types) {
 <option value="<% $_->[1] %>"><% $_->[0] %></option>
 % }
-</select> <input type="submit" value="<%loc('Go')%>" />
+</select> <input type="submit" class="button" value="<%loc('Go')%>" />
 </form>
 
 <%args>

Modified: rt/branches/3.5-TESTING/html/Admin/Elements/CreateUserCalled
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Elements/CreateUserCalled	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Elements/CreateUserCalled	Wed Jul  6 22:06:47 2005
@@ -44,5 +44,5 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <form METHOD=get ACTION="<% $RT::WebPath %>/Admin/Users/Create.html">
-<&|/l&>New user called</&> <input NAME="Name" size=10><input type=submit value="<&|/l&>Create</&>">
+<&|/l&>New user called</&> <input NAME="Name" size=10><input type="submit" class="button" value="<&|/l&>Create</&>">
 </form>

Modified: rt/branches/3.5-TESTING/html/Admin/Groups/index.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Groups/index.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Groups/index.html	Wed Jul  6 22:06:47 2005
@@ -64,13 +64,13 @@
 <form method="POST" action="<% $RT::WebPath %>/Admin/Groups/index.html">
 <input type="checkbox" class="checkbox" name="FindDisabledGroups" value="1"> <&|/l&>Include disabled groups in listing.</&>
 <br/>
-<div align="right"><input type="submit" value="<&|/l&>Go!</&>"></div> 
+<div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>"></div> 
 </form>
 
 <br/><br/>
 <form method="POST" action="<% $RT::WebPath %>/Admin/Groups/index.html">
 <&|/l&>Find groups whose</&> <& /Elements/SelectGroups &><br/>
-<div align="right"><input type="submit" value="<&|/l&>Go!</&>"></div> 
+<div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>"></div> 
 </form>
 <%INIT>
 my $Groups = RT::Groups->new($session{'CurrentUser'});

Modified: rt/branches/3.5-TESTING/html/Admin/Queues/People.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Queues/People.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Queues/People.html	Wed Jul  6 22:06:47 2005
@@ -77,11 +77,11 @@
 
 <&|/l&>Find people whose</&><br/>
 <& /Elements/SelectUsers &>
-<input type="submit" name="OnlySearchForPeople" value="<&|/l&>Go!</&>">
+<input type="submit" class="button" name="OnlySearchForPeople" value="<&|/l&>Go!</&>">
 <br/>
 <&|/l&>Find groups whose</&><br/>
 <& /Elements/SelectGroups &>
-<input type="submit" name="OnlySearchForGroup" value="<&|/l&>Go!</&>">
+<input type="submit" class="button" name="OnlySearchForGroup" value="<&|/l&>Go!</&>">
 
 <p>
 <&|/l&>Add new watchers</&>:<br/>

Modified: rt/branches/3.5-TESTING/html/Admin/Queues/index.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Queues/index.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Queues/index.html	Wed Jul  6 22:06:47 2005
@@ -63,7 +63,7 @@
 <br/>
 <form method="POST" action="<% $RT::WebPath %>/Admin/Queues/index.html">
 <input type="checkbox" class="checkbox" name="FindDisabledQueues" value="1"> <&|/l&>Include disabled queues in listing.</&>
-<div align="right"><input type="submit" value="<&|/l&>Go!</&>"></div> 
+<div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>"></div> 
 </form>
 
 <%INIT>

Modified: rt/branches/3.5-TESTING/html/Admin/Users/index.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Users/index.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Users/index.html	Wed Jul  6 22:06:47 2005
@@ -70,7 +70,7 @@
 <&|/l&>Find people whose</&> <& /Elements/SelectUsers &><br/>
 <input type="checkbox" class="checkbox" name="FindDisabledUsers" value="1"> <&|/l&>Include disabled users in search.</&>
 <br/>
-<div align="right"><input type="submit" value="<&|/l&>Go!</&>"></div> 
+<div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>"></div> 
 </form>
 
 <%INIT>

Modified: rt/branches/3.5-TESTING/html/Elements/CreateTicket
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/CreateTicket	(original)
+++ rt/branches/3.5-TESTING/html/Elements/CreateTicket	Wed Jul  6 22:06:47 2005
@@ -44,5 +44,5 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <form action="<% $RT::WebPath %>/Ticket/Create.html" name="CreateTicketInQueue">
-<&|/l, $m->scomp('/Elements/SelectNewTicketQueue')&><input type="submit" value="New ticket in" class="button">&nbsp;[_1]</&>
+<&|/l, $m->scomp('/Elements/SelectNewTicketQueue')&><input type="submit" class="button" value="New ticket in" class="button">&nbsp;[_1]</&>
 </form>

Modified: rt/branches/3.5-TESTING/html/Elements/GotoTicket
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/GotoTicket	(original)
+++ rt/branches/3.5-TESTING/html/Elements/GotoTicket	Wed Jul  6 22:06:47 2005
@@ -43,4 +43,4 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<form action="<%$RT::WebPath%>/Ticket/Display.html"><input type="submit" value="<&|/l&>Goto ticket</&>">&nbsp;<input size="5" name="id" accesskey="0"></form>
+<form action="<%$RT::WebPath%>/Ticket/Display.html"><input type="submit" class="button" value="<&|/l&>Goto ticket</&>">&nbsp;<input size="5" name="id" accesskey="0"></form>

Modified: rt/branches/3.5-TESTING/html/Elements/Login
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/Login	(original)
+++ rt/branches/3.5-TESTING/html/Elements/Login	Wed Jul  6 22:06:47 2005
@@ -80,7 +80,7 @@
 </div>
 
 <div class="button-row">
-    <span class="input"><input type="submit" Value="<&|/l&>Login</&>"></span>
+    <span class="input"><input type="submit" class="button" Value="<&|/l&>Login</&>"></span>
 </div>
 
 %# Give callbacks a chance to add more control elements

Modified: rt/branches/3.5-TESTING/html/Elements/QuickCreate
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/QuickCreate	(original)
+++ rt/branches/3.5-TESTING/html/Elements/QuickCreate	Wed Jul  6 22:06:47 2005
@@ -62,7 +62,7 @@
 </tr>
 %#<tr><td colspan="3"><textarea cols="50" rows="3"></textarea></td></tr>
 </table>
-<div align="right"><input type="submit" value="<%loc('Create')%>"></div>
+<div align="right"><input type="submit" class="button" value="<%loc('Create')%>"></div>
 </form>
 </&>
 </div>

Modified: rt/branches/3.5-TESTING/html/Elements/RefreshHomepage
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/RefreshHomepage	(original)
+++ rt/branches/3.5-TESTING/html/Elements/RefreshHomepage	Wed Jul  6 22:06:47 2005
@@ -45,5 +45,5 @@
 %# END BPS TAGGED BLOCK }}}
 <form method="get" action="<%$RT::WebPath%>/index.html">
 <& /Elements/Refresh, Name => 'HomeRefreshInterval', Default => $session {'home_refresh_interval'} &>
-<div align="right"><input type="submit" value="<&|/l&>Go!</&>"></div>
+<div align="right"><input type="submit" class="button" value="<&|/l&>Go!</&>"></div>
 </form>

Modified: rt/branches/3.5-TESTING/html/Elements/SimpleSearch
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/SimpleSearch	(original)
+++ rt/branches/3.5-TESTING/html/Elements/SimpleSearch	Wed Jul  6 22:06:47 2005
@@ -45,5 +45,5 @@
 %# END BPS TAGGED BLOCK }}}
 <form action="<% $RT::WebPath %>/index.html">
   <input size="12" name="q" autocomplete="off" accesskey="0" class="field">
-  <input type="submit" value="<&|/l&>Search</&>" class="button">
+  <input type="submit" class="button" value="<&|/l&>Search</&>" class="button">
 </form>

Modified: rt/branches/3.5-TESTING/html/Elements/Submit
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/Submit	(original)
+++ rt/branches/3.5-TESTING/html/Elements/Submit	Wed Jul  6 22:06:47 2005
@@ -65,16 +65,16 @@
   <input type="button" value="<%$ClearAllLabel%>" onclick="set_checkbox(this, false);return false;" class="button" />
 % }
 % if ($Reset) {
-  <input type="reset" value="<%$ResetLabel%>" class="button" />
+  <input type="reset" class="button" value="<%$ResetLabel%>" class="button" />
 % }
   </div>
   <div class="buttons">
 % if ($AlternateLabel) {
   <span class="caption"><%$AlternateCaption%></span>
-  <input type="submit"<% $Name && qq[ name="$Name"] | n %> value="<%$AlternateLabel%>" class="button" />
+  <input type="submit" class="button"<% $Name && qq[ name="$Name"] | n %> value="<%$AlternateLabel%>" class="button" />
 % } else {
   <span class="caption"><%$Caption%></span>
-  <input type="submit"<% $Name && qq[ name="$Name"] | n %> value="<%$Label%>" class="button" />
+  <input type="submit" class="button"<% $Name && qq[ name="$Name"] | n %> value="<%$Label%>" class="button" />
 % }
   </div>
 </div>

Modified: rt/branches/3.5-TESTING/html/Prefs/MyRT.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Prefs/MyRT.html	(original)
+++ rt/branches/3.5-TESTING/html/Prefs/MyRT.html	Wed Jul  6 22:06:47 2005
@@ -61,7 +61,7 @@
 % }
 <&|/Widgets/TitleBox, title => loc('Options'), bodyclass => "" &>
 <form method="POST" action="MyRT.html">
-    <&|/l&>Rows per box</&>:<input name="SummaryRows" value="<% $ARGS{SummaryRows} %>" /> <input type="submit" value="<%loc('Save')%>" />
+    <&|/l&>Rows per box</&>:<input name="SummaryRows" value="<% $ARGS{SummaryRows} %>" /> <input type="submit" class="button" value="<%loc('Save')%>" />
 </form>
 </&>
 <%INIT>

Modified: rt/branches/3.5-TESTING/html/Search/Elements/EditFormat
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Elements/EditFormat	(original)
+++ rt/branches/3.5-TESTING/html/Search/Elements/EditFormat	Wed Jul  6 22:06:47 2005
@@ -86,7 +86,7 @@
 </select>
 </td>
 <td>
-<input type=submit name="AddCol" value="->">
+<input type="submit" class="button" name="AddCol" value="->">
 </td>
 <td valign=top>
 <select size=4 name="CurrentDisplayColumns">
@@ -98,9 +98,9 @@
 </select>
 <br>
 <center>
-<input type="submit" name="ColUp" value="^">
-<input type="submit" name="ColDown" value="v">
-<input type="submit" name="RemoveCol" value="<%loc('Delete')%>">
+<input type="submit" class="button" name="ColUp" value="^">
+<input type="submit" class="button" name="ColDown" value="v">
+<input type="submit" class="button" name="RemoveCol" value="<%loc('Delete')%>">
 </center>
 </td>
 <td colspan=3 align=center>

Modified: rt/branches/3.5-TESTING/html/Search/Elements/EditQuery
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Elements/EditQuery	(original)
+++ rt/branches/3.5-TESTING/html/Search/Elements/EditQuery	Wed Jul  6 22:06:47 2005
@@ -49,13 +49,13 @@
 % $m->out($optionlist);
 </select>
 <p align="center">
-<input type=submit name="Up" value="^">
-<input type=submit name="Down" value="v">
-<input type=submit name="Left" value="<">
-<input type=submit name="Right" value=">">
-<input type=submit name="Toggle" value="<&|/l&>And/Or</&>">
-<input type=submit name="DeleteClause" value="<&|/l&>Delete</&>">
-%#<input type=submit name="EditQuery" value="Advanced">
+<input type="submit" class="button" name="Up" value="^">
+<input type="submit" class="button" name="Down" value="v">
+<input type="submit" class="button" name="Left" value="<">
+<input type="submit" class="button" name="Right" value=">">
+<input type="submit" class="button" name="Toggle" value="<&|/l&>And/Or</&>">
+<input type="submit" class="button" name="DeleteClause" value="<&|/l&>Delete</&>">
+%#<input type="submit" class="button" name="EditQuery" value="Advanced">
 </p>
 </&>
 <%ARGS>

Modified: rt/branches/3.5-TESTING/html/Search/Elements/EditSearches
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Elements/EditSearches	(original)
+++ rt/branches/3.5-TESTING/html/Search/Elements/EditSearches	Wed Jul  6 22:06:47 2005
@@ -58,16 +58,16 @@
 <nobr>
 % if ($SearchId ne 'new') {
 % if ($Dirty) {
-<input type="submit" name="Revert" value="<%loc('Revert')%>">
+<input type="submit" class="button" name="Revert" value="<%loc('Revert')%>">
 % }
-<input type="submit" name="Delete" value="<%loc('Delete')%>">
-<input type="submit" name="CopySearch" value="<%loc('Copy')%>">
+<input type="submit" class="button" name="Delete" value="<%loc('Delete')%>">
+<input type="submit" class="button" name="CopySearch" value="<%loc('Copy')%>">
 </nobr>
 
 % }
 
 % if ($Dirty or $SearchId eq 'new') {
-<input type="submit" name="Save" value="<%loc('Save')%>">
+<input type="submit" class="button" name="Save" value="<%loc('Save')%>">
 % }
 <hr>
 % }

Modified: rt/branches/3.5-TESTING/html/Search/Results.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Results.html	(original)
+++ rt/branches/3.5-TESTING/html/Search/Results.html	Wed Jul  6 22:06:47 2005
@@ -74,7 +74,7 @@
 <input type="hidden" class="hidden" name="OrderBy" value="<%$OrderBy%>" />
 <input type="hidden" class="hidden" name="Order" value="<%$Order%>" />
 <& /Elements/Refresh, Name => 'TicketsRefreshInterval', Default => $session {'tickets_refresh_interval'} &>
-<input type="submit" value="<&|/l&>Go!</&>">
+<input type="submit" class="button" value="<&|/l&>Go!</&>">
 </form>
 </div>
 <div align="right">
@@ -92,7 +92,7 @@
 <&|/l, $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy') &>grouped by [_1]</&>
 <&|/l, $m->scomp('Elements/SelectChartType', Name => 'ChartStyle') &>style: [_1]</&>
 
-<input type="submit" value="<%loc('Go')%>"/>
+<input type="submit" class="button" value="<%loc('Go')%>"/>
 </form>
 <& /Elements/Callback, _CallbackName => 'SearchActions', QueryString => $QueryString&>
 </div>

Modified: rt/branches/3.5-TESTING/html/Search/Simple.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Simple.html	(original)
+++ rt/branches/3.5-TESTING/html/Search/Simple.html	Wed Jul  6 22:06:47 2005
@@ -62,7 +62,7 @@
 <br>
 <br>
 <div align="center">
-<input name="q" size="60" /><input type="submit" Value="<&|/l&>Search</&>" />
+<input name="q" size="60" /><input type="submit" class="button" Value="<&|/l&>Search</&>" />
 </div>
 
 <%INIT>

Modified: rt/branches/3.5-TESTING/html/SelfService/Elements/GotoTicket
==============================================================================
--- rt/branches/3.5-TESTING/html/SelfService/Elements/GotoTicket	(original)
+++ rt/branches/3.5-TESTING/html/SelfService/Elements/GotoTicket	Wed Jul  6 22:06:47 2005
@@ -43,4 +43,4 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<form ACTION="<%$RT::WebPath%>/SelfService/Display.html"><input type=submit value="<&|/l&>Goto ticket</&>">&nbsp;<input size=4 name=id></form>
+<form ACTION="<%$RT::WebPath%>/SelfService/Display.html"><input type="submit" class="button" value="<&|/l&>Goto ticket</&>">&nbsp;<input size=4 name=id></form>

Modified: rt/branches/3.5-TESTING/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Create.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Create.html	Wed Jul  6 22:06:47 2005
@@ -141,7 +141,7 @@
 </td>
 <td class="value" colspan="5">
 <input type="FILE" name="Attach">
-<input type="SUBMIT" name="AddMoreAttach" value="<&|/l&>Add More Files</&>">
+<input type="SUBMIT" class="button" name="AddMoreAttach" value="<&|/l&>Add More Files</&>">
 </td>
 </tr>
 <tr>

Modified: rt/branches/3.5-TESTING/html/Ticket/Elements/EditPeople
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Elements/EditPeople	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Elements/EditPeople	Wed Jul  6 22:06:47 2005
@@ -50,11 +50,11 @@
 <h3><&|/l&>New watchers</&></h3>
 <&|/l&>Find people whose</&><br/>
 <& /Elements/SelectUsers &>
-<input type=submit name="OnlySearchForPeople" value="<&|/l&>Go!</&>">
+<input type="submit" class="button" name="OnlySearchForPeople" value="<&|/l&>Go!</&>">
 <br/>
 <&|/l&>Find groups whose</&><br/>
 <& /Elements/SelectGroups &>
-<input type=submit name="OnlySearchForGroup" value="<&|/l&>Go!</&>">
+<input type="submit" class="button" name="OnlySearchForGroup" value="<&|/l&>Go!</&>">
 
 <& AddWatchers, Ticket => $Ticket, UserString => $UserString,
         UserOp => $UserOp, UserField => $UserField,

Modified: rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Elements/ShowSummary	Wed Jul  6 22:06:47 2005
@@ -78,7 +78,7 @@
 		 color => "#666699" &>
             <form action="<%$RT::WebPath%>/Ticket/Display.html" method="post">
 	  <& /Ticket/Elements/Reminders, Ticket => $Ticket, ShowCompleted => 0 &>
-        <div align="right"><input type="submit" value="Save" /></div>
+        <div align="right"><input type="submit" class="button" value="Save" /></div>
         </form>
 	  </&>
         <br />

Modified: rt/branches/3.5-TESTING/html/Ticket/Update.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Update.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Update.html	Wed Jul  6 22:06:47 2005
@@ -114,7 +114,7 @@
 %    } # end if while
 % } # end of if
 
-<tr><td align="right"><&|/l&>Attach</&>:</td><td><input name="Attach" type="file"><input type="SUBMIT" name="AddMoreAttach" value="<&|/l&>Add More Files</&>"><input type="hidden" class="hidden" name="UpdateAttach" value="1">
+<tr><td align="right"><&|/l&>Attach</&>:</td><td><input name="Attach" type="file"><input type="SUBMIT" class="button" name="AddMoreAttach" value="<&|/l&>Add More Files</&>"><input type="hidden" class="hidden" name="UpdateAttach" value="1">
 </td></tr>
 <tr><td align="right" valign="top"><&|/l&>Message</&>:</td><td>
 <& /Elements/Callback, _CallbackName => 'BeforeMessageBox', %ARGS &>

Modified: rt/branches/3.5-TESTING/html/Tools/Offline.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Tools/Offline.html	(original)
+++ rt/branches/3.5-TESTING/html/Tools/Offline.html	Wed Jul  6 22:06:47 2005
@@ -88,7 +88,7 @@
 </td>
 <td>
 <input name="Template" type="file" value="foo">
-<input type="SUBMIT" name="Parse" value="<&|/l&>Go</&>">
+<input type="SUBMIT" class="button" name="Parse" value="<&|/l&>Go</&>">
 </td>
 </tr>
 </table>

Modified: rt/branches/3.5-TESTING/html/Widgets/SelectionBox
==============================================================================
--- rt/branches/3.5-TESTING/html/Widgets/SelectionBox	(original)
+++ rt/branches/3.5-TESTING/html/Widgets/SelectionBox	Wed Jul  6 22:06:47 2005
@@ -190,7 +190,7 @@
 <option value="<% $_->[0] %>"><% $_->[1] %></option>
 % }
 </select>
-<input name="add" type="submit" value="->"/>
+<input name="add" type="submit" class="button" value="->"/>
 <select name="<%$name%>-Selected" id="<%$name%>-Selected" size="<%$size%>" multiple="multiple">
 % for (@{$self->{Current}}) {
 <option value="<% $_ %>"
@@ -200,9 +200,9 @@
 ><% $self->{_item_map}{$_} %></option>
 % }
 </select>
- <input name="moveup" type="submit" value="^"/>
- <input name="movedown" type="submit" value="v"/>
- <input name="remove" type="submit" value="<&|/l&>Delete</&>"/>
+ <input name="moveup" type="submit" class="button" value="^"/>
+ <input name="movedown" type="submit" class="button" value="v"/>
+ <input name="remove" type="submit" class="button" value="<&|/l&>Delete</&>"/>
 
 % my $caption = "";
 % unless ($self->{'AutoSave'}) {


More information about the Rt-commit mailing list