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

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


Author: trs
Date: Wed Jul  6 22:06:26 2005
New Revision: 3408

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Admin/CustomFields/GroupRights.html
   rt/branches/3.5-TESTING/html/Admin/CustomFields/Modify.html
   rt/branches/3.5-TESTING/html/Admin/CustomFields/Objects.html
   rt/branches/3.5-TESTING/html/Admin/CustomFields/UserRights.html
   rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomField
   rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomFields
   rt/branches/3.5-TESTING/html/Admin/Elements/EditScrip
   rt/branches/3.5-TESTING/html/Admin/Elements/EditScrips
   rt/branches/3.5-TESTING/html/Admin/Elements/EditTemplates
   rt/branches/3.5-TESTING/html/Admin/Elements/EditUserComments
   rt/branches/3.5-TESTING/html/Admin/Elements/SelectRights
   rt/branches/3.5-TESTING/html/Admin/Global/Template.html
   rt/branches/3.5-TESTING/html/Admin/Groups/GroupRights.html
   rt/branches/3.5-TESTING/html/Admin/Groups/Members.html
   rt/branches/3.5-TESTING/html/Admin/Groups/Modify.html
   rt/branches/3.5-TESTING/html/Admin/Groups/UserRights.html
   rt/branches/3.5-TESTING/html/Admin/Queues/GroupRights.html
   rt/branches/3.5-TESTING/html/Admin/Queues/Modify.html
   rt/branches/3.5-TESTING/html/Admin/Queues/People.html
   rt/branches/3.5-TESTING/html/Admin/Queues/Template.html
   rt/branches/3.5-TESTING/html/Admin/Queues/UserRights.html
   rt/branches/3.5-TESTING/html/Admin/Users/Modify.html
   rt/branches/3.5-TESTING/html/Elements/EditCustomField
   rt/branches/3.5-TESTING/html/Elements/Login
   rt/branches/3.5-TESTING/html/Elements/QuickCreate
   rt/branches/3.5-TESTING/html/Prefs/SearchOptions.html
   rt/branches/3.5-TESTING/html/Search/Build.html
   rt/branches/3.5-TESTING/html/Search/Bulk.html
   rt/branches/3.5-TESTING/html/Search/Edit.html
   rt/branches/3.5-TESTING/html/Search/Results.html
   rt/branches/3.5-TESTING/html/SelfService/Create.html
   rt/branches/3.5-TESTING/html/SelfService/Update.html
   rt/branches/3.5-TESTING/html/Ticket/Create.html
   rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
   rt/branches/3.5-TESTING/html/Ticket/Modify.html
   rt/branches/3.5-TESTING/html/Ticket/ModifyAll.html
   rt/branches/3.5-TESTING/html/Ticket/ModifyDates.html
   rt/branches/3.5-TESTING/html/Ticket/ModifyLinks.html
   rt/branches/3.5-TESTING/html/Ticket/ModifyPeople.html
   rt/branches/3.5-TESTING/html/Ticket/Update.html
   rt/branches/3.5-TESTING/html/User/Elements/DelegateRights
   rt/branches/3.5-TESTING/html/User/Groups/Members.html
   rt/branches/3.5-TESTING/html/User/Groups/Modify.html
   rt/branches/3.5-TESTING/html/User/Prefs.html
   rt/branches/3.5-TESTING/html/Widgets/SelectionBox
Log:
 r4839 at wintermute:  tom | 2005-07-06 20:10:29 -0400
 Added class="hidden" to all hidden inputs


Modified: rt/branches/3.5-TESTING/html/Admin/CustomFields/GroupRights.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/CustomFields/GroupRights.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/CustomFields/GroupRights.html	Wed Jul  6 22:06:26 2005
@@ -52,7 +52,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
   <form method="POST" action="GroupRights.html">
-    <input type="HIDDEN" name="id" value="<% $CustomFieldObj->id %>">
+    <input type="hidden" class="hidden" name="id" value="<% $CustomFieldObj->id %>">
       
       
 <h1><&|/l&>System groups</&></h1>

Modified: rt/branches/3.5-TESTING/html/Admin/CustomFields/Modify.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/CustomFields/Modify.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/CustomFields/Modify.html	Wed Jul  6 22:06:26 2005
@@ -52,7 +52,7 @@
 
 
 <form method="POST" action="Modify.html" name="ModifyCustomField">
-<input type="HIDDEN" name="id" value="<%$id %>">
+<input type="hidden" class="hidden" name="id" value="<%$id %>">
 <table>
 <tr>
 <td class="label"><&|/l&>Name</&></td>
@@ -94,7 +94,7 @@
 <tr>
 <td class="label">&nbsp;</td>
 <td>
-<input type="HIDDEN" name="SetEnabled" value="1">
+<input type="hidden" class="hidden" name="SetEnabled" value="1">
 <input type="CHECKBOX" name="Enabled" value="1" <%$EnabledChecked%>> <&|/l&>Enabled (Unchecking this box disables this custom field)</&>
 </td>
 </tr>

Modified: rt/branches/3.5-TESTING/html/Admin/CustomFields/Objects.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/CustomFields/Objects.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/CustomFields/Objects.html	Wed Jul  6 22:06:26 2005
@@ -53,8 +53,8 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form action="Objects.html" method="POST">
-<input type="HIDDEN" name="id" value="<% $id %>">
-<input type="HIDDEN" name="UpdateObjs" value="1">
+<input type="hidden" class="hidden" name="id" value="<% $id %>">
+<input type="hidden" class="hidden" name="UpdateObjs" value="1">
 
 <h2><&|/l&>Selected objects</&></h2>
 <& /Admin/Elements/PickObjects, Objects => \@AssignedObjs, id => $id, Checked => 1 &>

Modified: rt/branches/3.5-TESTING/html/Admin/CustomFields/UserRights.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/CustomFields/UserRights.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/CustomFields/UserRights.html	Wed Jul  6 22:06:26 2005
@@ -50,7 +50,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
   <form method="POST" action="UserRights.html">
-    <input type="HIDDEN" name="id" value="<% $CustomFieldObj->id %>">
+    <input type="hidden" class="hidden" name="id" value="<% $CustomFieldObj->id %>">
       
       
 <table>

Modified: rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomField
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomField	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomField	Wed Jul  6 22:06:26 2005
@@ -47,8 +47,8 @@
 
 
 <form METHOD=POST ACTION="CustomField.html">
-<input TYPE=HIDDEN NAME="CustomField" VALUE="<%$id %>">
-<input TYPE=HIDDEN name="Queue" value="<%$Queue%>">
+<input type="hidden" class="hidden" NAME="CustomField" VALUE="<%$id %>">
+<input type="hidden" class="hidden" name="Queue" value="<%$Queue%>">
 
 <table WIDTH="100%" BORDER="0">
 <tr><td ALIGN="RIGHT">
@@ -68,7 +68,7 @@
 </td></tr>
 <tr><td>
 </td><td>
-<input TYPE=HIDDEN NAME="SetEnabled" VALUE="1">
+<input type="hidden" class="hidden" NAME="SetEnabled" VALUE="1">
 <input TYPE=CHECKBOX NAME="Enabled" VALUE="1" <%$EnabledChecked%>> <&|/l&>Enabled (Unchecking this box disables this custom field)</&>
 </td></tr>
 </table>

Modified: rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomFields
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomFields	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Elements/EditCustomFields	Wed Jul  6 22:06:26 2005
@@ -46,10 +46,10 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form ACTION="<%$RT::WebPath%><% $m->request_comp->path |n %>" METHOD="POST" NAME="EditCustomFields">
-<input TYPE=HIDDEN NAME="id" VALUE="<% $Object->Id %>"/>
-<input TYPE=HIDDEN NAME="ObjectType" VALUE="<% $ObjectType %>"/>
-<input TYPE=HIDDEN NAME="SubType" VALUE="<% $SubType %>"/>
-<input TYPE=HIDDEN NAME="UpdateCFs" VALUE="1"/>
+<input type="hidden" class="hidden" NAME="id" VALUE="<% $Object->Id %>"/>
+<input type="hidden" class="hidden" NAME="ObjectType" VALUE="<% $ObjectType %>"/>
+<input type="hidden" class="hidden" NAME="SubType" VALUE="<% $SubType %>"/>
+<input type="hidden" class="hidden" NAME="UpdateCFs" VALUE="1"/>
 
 % if ($Object->Id) {
 <h2><&|/l&>Global Custom Fields</&></h2>

Modified: rt/branches/3.5-TESTING/html/Admin/Elements/EditScrip
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Elements/EditScrip	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Elements/EditScrip	Wed Jul  6 22:06:26 2005
@@ -47,8 +47,8 @@
 
   
 <form METHOD=POST ACTION="Scrip.html">
-<input type="hidden" name="id" value="<%$id%>">
-<input type="hidden" name="Queue" value="<%$Queue%>">
+<input type="hidden" class="hidden" name="id" value="<%$id%>">
+<input type="hidden" class="hidden" name="Queue" value="<%$Queue%>">
 <&| /Widgets/TitleBox, title => loc('Scrip Fields') &>
 <table>
 <tr>

Modified: rt/branches/3.5-TESTING/html/Admin/Elements/EditScrips
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Elements/EditScrips	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Elements/EditScrips	Wed Jul  6 22:06:26 2005
@@ -46,7 +46,7 @@
 <& /Elements/ListActions, actions => \@actions &>
 
 <form action="Scrips.html" method="post">
-<input type="hidden" name="id" value="<%$id%>">
+<input type="hidden" class="hidden" name="id" value="<%$id%>">
 
 <h2><&|/l&>Current Scrips</&></h2>
 % if ($Scrips->Count == 0 ) {

Modified: rt/branches/3.5-TESTING/html/Admin/Elements/EditTemplates
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Elements/EditTemplates	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Elements/EditTemplates	Wed Jul  6 22:06:26 2005
@@ -46,7 +46,7 @@
 <& /Elements/ListActions, actions => \@actions &>
 
 <form METHOD=GET ACTION="Templates.html">
-<input TYPE="Hidden" NAME="id" VALUE="<%$id%>">
+<input type="hidden" class="hidden" NAME="id" VALUE="<%$id%>">
 
 % if ($Templates->Count == 0 ) {
 <p><i><&|/l&>(No templates)</&></i></p>

Modified: rt/branches/3.5-TESTING/html/Admin/Elements/EditUserComments
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Elements/EditUserComments	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Elements/EditUserComments	Wed Jul  6 22:06:26 2005
@@ -45,7 +45,7 @@
 %# END BPS TAGGED BLOCK }}}
 <& /Elements/Header, Title => "Comments about $name" &>
 <&|/l&>These comments aren't generally visible to the user</&>:<br>
-<input type="hidden" name="id" value="<%$id%>">
+<input type="hidden" class="hidden" name="id" value="<%$id%>">
 <textarea COLS=60 ROWS=15 WRAP=SOFT NAME="Comments"><% $UserObj->Comments %></textarea>
 </form>
 

Modified: rt/branches/3.5-TESTING/html/Admin/Elements/SelectRights
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Elements/SelectRights	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Elements/SelectRights	Wed Jul  6 22:06:26 2005
@@ -43,7 +43,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<input TYPE=HIDDEN NAME="CheckACL"  VALUE="<%$ACLDesc%>">
+<input type="hidden" class="hidden" NAME="CheckACL"  VALUE="<%$ACLDesc%>">
      <table BORDER=0>
 <tr>
 <td valign=top width="180" align="left"> 

Modified: rt/branches/3.5-TESTING/html/Admin/Global/Template.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Global/Template.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Global/Template.html	Wed Jul  6 22:06:26 2005
@@ -54,13 +54,13 @@
 
 <form method="POST" action="Template.html">
 %if ($Create ) {
-<input type="HIDDEN" name="Template" value="new">
+<input type="hidden" class="hidden" name="Template" value="new">
 % } else {
-<input type="HIDDEN" name="Template" value="<%$TemplateObj->Id%>">
+<input type="hidden" class="hidden" name="Template" value="<%$TemplateObj->Id%>">
 % }
 
 %# hang onto the queue id
-<input type="HIDDEN" name="Queue" value="<%$Queue%>">
+<input type="hidden" class="hidden" name="Queue" value="<%$Queue%>">
 
 <& /Admin/Elements/ModifyTemplate, Name => $TemplateObj->Name, Description => $TemplateObj->Description, Content => $TemplateObj->Content &>
 

Modified: rt/branches/3.5-TESTING/html/Admin/Groups/GroupRights.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Groups/GroupRights.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Groups/GroupRights.html	Wed Jul  6 22:06:26 2005
@@ -51,7 +51,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
   <form method="POST" action="GroupRights.html">
-    <input type="HIDDEN" name="id" value="<% $GroupObj->id %>">
+    <input type="hidden" class="hidden" name="id" value="<% $GroupObj->id %>">
       
 <&| /Widgets/TitleBox, title => loc('Modify group rights for group [_1]', $GroupObj->Name) &>
       

Modified: rt/branches/3.5-TESTING/html/Admin/Groups/Members.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Groups/Members.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Groups/Members.html	Wed Jul  6 22:06:26 2005
@@ -53,7 +53,7 @@
 <&| /Widgets/TitleBox, title => loc('Editing membership for group [_1]', $Group->Name) &>
 
 <form action="<%$RT::WebPath%>/Admin/Groups/Members.html" method="POST">
-<input type="HIDDEN" name="id" value="<%$Group->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$Group->Id%>">
 <table width="100%">
 <tr>
 <td>

Modified: rt/branches/3.5-TESTING/html/Admin/Groups/Modify.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Groups/Modify.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Groups/Modify.html	Wed Jul  6 22:06:26 2005
@@ -56,9 +56,9 @@
 <form action="<%$RT::WebPath%>/Admin/Groups/Modify.html" method="POST" enctype="multipart/form-data">
 
 %unless ($Group->Id) {
-<input type="HIDDEN" name="id" value="new">
+<input type="hidden" class="hidden" name="id" value="new">
 % } else {
-<input type="HIDDEN" name="id" value="<%$Group->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$Group->Id%>">
 % }
 <table>
 <tr><td align="RIGHT">
@@ -80,7 +80,7 @@
 % }
 <tr>
 <td colspan="2">
-<input type="HIDDEN" name="SetEnabled" value="1">
+<input type="hidden" class="hidden" name="SetEnabled" value="1">
 <input type="CHECKBOX" name="Enabled" value="1" <%$EnabledChecked%>> <&|/l&>Enabled (Unchecking this box disables this group)</&><br/>
 </tr>
 <& /Elements/Callback, GroupObj => $Group, results => \@results, %ARGS &>

Modified: rt/branches/3.5-TESTING/html/Admin/Groups/UserRights.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Groups/UserRights.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Groups/UserRights.html	Wed Jul  6 22:06:26 2005
@@ -51,7 +51,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
   <form method="POST" action="UserRights.html">
-    <input type="HIDDEN" name="id" value="<% $GroupObj->id %>">
+    <input type="hidden" class="hidden" name="id" value="<% $GroupObj->id %>">
       
 <&| /Widgets/TitleBox, title => loc('Modify user rights for group [_1]', $GroupObj->Name) &>
       

Modified: rt/branches/3.5-TESTING/html/Admin/Queues/GroupRights.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Queues/GroupRights.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Queues/GroupRights.html	Wed Jul  6 22:06:26 2005
@@ -51,7 +51,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
   <form method="POST" action="GroupRights.html">
-    <input type="HIDDEN" name="id" value="<% $QueueObj->id %>">
+    <input type="hidden" class="hidden" name="id" value="<% $QueueObj->id %>">
       
       
 <h1><&|/l&>System groups</&></h1>

Modified: rt/branches/3.5-TESTING/html/Admin/Queues/Modify.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Queues/Modify.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Queues/Modify.html	Wed Jul  6 22:06:26 2005
@@ -54,9 +54,9 @@
 
 <form action="<%$RT::WebPath%>/Admin/Queues/Modify.html" method="POST">
 %if ($Create ) { 
-<input type="HIDDEN" name="id" value="new">
+<input type="hidden" class="hidden" name="id" value="new">
 % } else {
-<input type="HIDDEN" name="id" value="<%$QueueObj->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$QueueObj->Id%>">
 % }
 
 <table>
@@ -101,7 +101,7 @@
 <tr>
 <td>
 </td>
-<td colspan="4"><input type="HIDDEN" name="SetEnabled" value="1">
+<td colspan="4"><input type="hidden" class="hidden" name="SetEnabled" value="1">
 <input type="CHECKBOX" name="Enabled" value="1" <%$EnabledChecked%>> <&|/l&>Enabled (Unchecking this box disables this queue)</&><br/>
 <& /Elements/Callback, QueueObj => $QueueObj, results => \@results, %ARGS &>
 </td>

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:26 2005
@@ -53,7 +53,7 @@
 
  
 <form method="POST" action="People.html">
-<input type="HIDDEN" name="id" value="<%$QueueObj->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$QueueObj->Id%>">
 
 <table width="100%">
 <tr>

Modified: rt/branches/3.5-TESTING/html/Admin/Queues/Template.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Queues/Template.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Queues/Template.html	Wed Jul  6 22:06:26 2005
@@ -54,13 +54,13 @@
 
 <form method="POST" action="Template.html">
 %if ($Create ) {
-<input type="HIDDEN" name="Template" value="new">
+<input type="hidden" class="hidden" name="Template" value="new">
 % } else {
-<input type="HIDDEN" name="Template" value="<%$TemplateObj->Id%>">
+<input type="hidden" class="hidden" name="Template" value="<%$TemplateObj->Id%>">
 % }
 
 %# hang onto the queue id
-<input type="HIDDEN" name="Queue" value="<%$Queue%>">
+<input type="hidden" class="hidden" name="Queue" value="<%$Queue%>">
 <& /Admin/Elements/ModifyTemplate, Name => $TemplateObj->Name, Description =>
 $TemplateObj->Description, Content => $TemplateObj->Content &> 
 <& /Elements/Submit, Label => loc('Create'), Reset => 1 &>

Modified: rt/branches/3.5-TESTING/html/Admin/Queues/UserRights.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Queues/UserRights.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Queues/UserRights.html	Wed Jul  6 22:06:26 2005
@@ -51,7 +51,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
   <form method="POST" action="UserRights.html">
-    <input type="HIDDEN" name="id" value="<% $QueueObj->id %>">
+    <input type="hidden" class="hidden" name="id" value="<% $QueueObj->id %>">
       
       
 <table>

Modified: rt/branches/3.5-TESTING/html/Admin/Users/Modify.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Users/Modify.html	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Users/Modify.html	Wed Jul  6 22:06:26 2005
@@ -54,9 +54,9 @@
 
 <form action="<%$RT::WebPath%>/Admin/Users/Modify.html" method="POST" enctype="multipart/form-data">
 %if ($Create) {
-<input type="HIDDEN" name="id" value="new">
+<input type="hidden" class="hidden" name="id" value="new">
 % } else {
-<input type="HIDDEN" name="id" value="<%$UserObj->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$UserObj->Id%>">
 % }
 <table width="100%" border="0">
 <tr>
@@ -104,12 +104,12 @@
 </&>
 <br/>
 <&| /Widgets/TitleBox, title => loc('Access control') &>
-<input type="HIDDEN" name="SetEnabled" value="1">
+<input type="hidden" class="hidden" name="SetEnabled" value="1">
 <input type="CHECKBOX" name="Enabled" value="1" <%$EnabledChecked%>>
 <&|/l&>Let this user access RT</&><br/>
 
 
-<input type="HIDDEN" name="SetPrivileged" value="1">
+<input type="hidden" class="hidden" name="SetPrivileged" value="1">
 <input type="CHECKBOX" name="Privileged" value="1" <%$PrivilegedChecked%>> <&|/l&>Let this user be granted rights</&><br/>
 		    
 % unless ($RT::WebExternalAuth and !$RT::WebFallbackToInternalAuth) {

Modified: rt/branches/3.5-TESTING/html/Elements/EditCustomField
==============================================================================
--- rt/branches/3.5-TESTING/html/Elements/EditCustomField	(original)
+++ rt/branches/3.5-TESTING/html/Elements/EditCustomField	Wed Jul  6 22:06:26 2005
@@ -63,7 +63,7 @@
 }
 # The "Magic" hidden input causes RT to know that we were trying to edit the field, even if 
 # we don't see a value later, since browsers aren't compelled to submit empty form fields
-$m->out("\n".'<input type="hidden" name="'.$NamePrefix.$CustomField->Id.'-Values-Magic" value="1">'."\n");
+$m->out("\n".'<input type="hidden" class="hidden" name="'.$NamePrefix.$CustomField->Id.'-Values-Magic" value="1">'."\n");
 
 return $m->comp(
     "EditCustomField$Type",

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:26 2005
@@ -97,11 +97,11 @@
 %  if (($key ne 'user') and ($key ne 'pass')) {
 % 	if (ref($ARGS{$key}) =~ /ARRAY/) {
 % 		foreach $val (@{$ARGS{$key}}) {
-<input type="hidden" name="<%$key %>" value="<% $val %>">
+<input type="hidden" class="hidden" name="<%$key %>" value="<% $val %>">
 % 		}
 % 	}
 %	else {
-<input type="hidden" name="<% $key %>" value="<% $ARGS{$key} %>">
+<input type="hidden" class="hidden" name="<% $key %>" value="<% $ARGS{$key} %>">
 % 	}
 %  }
 % }

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:26 2005
@@ -46,7 +46,7 @@
 <div class="quick-create">
 <&| /Widgets/TitleBox, title => loc('Quick ticket creation') &>
 <form method="post" action="<%$RT::WebPath%>/index.html">
-<input type="hidden" name="QuickCreate" value="1">
+<input type="hidden" class="hidden" name="QuickCreate" value="1">
 <table>
 <tr><td>
 <&|/l&>Subject</&>:<br><input size="15" name="Subject"/>

Modified: rt/branches/3.5-TESTING/html/Prefs/SearchOptions.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Prefs/SearchOptions.html	(original)
+++ rt/branches/3.5-TESTING/html/Prefs/SearchOptions.html	Wed Jul  6 22:06:26 2005
@@ -51,7 +51,7 @@
 &>
 
 <form method="POST" action="SearchOptions.html">
-<input type="hidden" name="Format" value="<%$Format%>">
+<input type="hidden" class="hidden" name="Format" value="<%$Format%>">
     <& /Search/Elements/DisplayOptions, %ARGS, 
             Format=> $Format, 
             AvailableColumns => $AvailableColumns,  

Modified: rt/branches/3.5-TESTING/html/Search/Build.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Build.html	(original)
+++ rt/branches/3.5-TESTING/html/Search/Build.html	Wed Jul  6 22:06:26 2005
@@ -75,9 +75,9 @@
 &>
 
 <form method="POST" action="Build.html" name="BuildQuery">
-<input type="hidden" name="SearchId" value="<%$SearchId%>">
-<input type="hidden" name="Query" value="<%$Query%>">
-<input type="hidden" name="Format" value="<%$Format%>">
+<input type="hidden" class="hidden" name="SearchId" value="<%$SearchId%>">
+<input type="hidden" class="hidden" name="Query" value="<%$Query%>">
+<input type="hidden" class="hidden" name="Format" value="<%$Format%>">
 <table width="100%" border="0" cellpadding="5">
 <tr valign="top">
 <td class="boxcontainer" rowspan="2" width="65%">

Modified: rt/branches/3.5-TESTING/html/Search/Bulk.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Bulk.html	(original)
+++ rt/branches/3.5-TESTING/html/Search/Bulk.html	Wed Jul  6 22:06:26 2005
@@ -56,7 +56,7 @@
 <& /Elements/ListActions, actions => \@results &>
 <form method="POST" action="<%$RT::WebPath%>/Search/Bulk.html" enctype="multipart/form-data">
 % foreach my $var qw(Query Format OrderBy Order Rows Page) {
-<input type="hidden" name="<%$var%>" value="<%$ARGS{$var}%>">
+<input type="hidden" class="hidden" name="<%$var%>" value="<%$ARGS{$var}%>">
 %}
 <& /Elements/TicketList, Query => $Query,
     DisplayFormat => $Format,

Modified: rt/branches/3.5-TESTING/html/Search/Edit.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Search/Edit.html	(original)
+++ rt/branches/3.5-TESTING/html/Search/Edit.html	Wed Jul  6 22:06:26 2005
@@ -56,7 +56,7 @@
 <& Elements/NewListActions, actions => \@actions &>
 
 <form method="post" action="Build.html">
-<input type="hidden" name="SearchId" value="<%$SearchId%>">
+<input type="hidden" class="hidden" name="SearchId" value="<%$SearchId%>">
 <textarea name="Query" rows="8" cols="72"><%$Query%></textarea>
 <br/>
 <textarea name="Format" rows="8" cols="72"><%$Format%></textarea>

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:26 2005
@@ -66,13 +66,13 @@
    &>
 <div align="right">
 <form method="get" action="<%$RT::WebPath%>/Search/Results.html">
-<input type="hidden" name="Query" value="<%$Query%>" />
-<input type="hidden" name="Format" value="<%$Format%>" />
-<input type="hidden" name="HideResults" value="<%$HideResults%>" />
-<input type="hidden" name="Rows" value="<%$Rows%>" />
-<input type="hidden" name="Page" value="<%$Page%>" />
-<input type="hidden" name="OrderBy" value="<%$OrderBy%>" />
-<input type="hidden" name="Order" value="<%$Order%>" />
+<input type="hidden" class="hidden" name="Query" value="<%$Query%>" />
+<input type="hidden" class="hidden" name="Format" value="<%$Format%>" />
+<input type="hidden" class="hidden" name="HideResults" value="<%$HideResults%>" />
+<input type="hidden" class="hidden" name="Rows" value="<%$Rows%>" />
+<input type="hidden" class="hidden" name="Page" value="<%$Page%>" />
+<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!</&>">
 </form>
@@ -86,7 +86,7 @@
 <form method="get" action="<%$RT::WebPath%>/Search/Chart.html"><&|/l&>chart</&>
 % my @vars = (Query => $Query, Format => $Format,  Rows => $Rows, OrderBy => $OrderBy,  Order => $Order);
 %while (my $var = shift (@vars)) {
-<input type="hidden" name="<%$var%>" value="<%shift(@vars)%>"/>
+<input type="hidden" class="hidden" name="<%$var%>" value="<%shift(@vars)%>"/>
 %}
 </%perl>
 <&|/l, $m->scomp('Elements/SelectGroupBy', Name => 'PrimaryGroupBy') &>grouped by [_1]</&>

Modified: rt/branches/3.5-TESTING/html/SelfService/Create.html
==============================================================================
--- rt/branches/3.5-TESTING/html/SelfService/Create.html	(original)
+++ rt/branches/3.5-TESTING/html/SelfService/Create.html	Wed Jul  6 22:06:26 2005
@@ -46,7 +46,7 @@
 <& Elements/Header, Title => loc("Create a ticket") &>
 
 <form action="Display.html" method="POST" enctype="multipart/form-data">
-<input type="HIDDEN" Name="id" value="new">
+<input type="hidden" class="hidden" Name="id" value="new">
 
 <table>
 <tr>
@@ -54,7 +54,7 @@
 <&|/l&>Queue</&>:
 </td>
 <td class="value">
-    <input type="hidden" name="Queue" value="<%$queue_obj->id%>">
+    <input type="hidden" class="hidden" name="Queue" value="<%$queue_obj->id%>">
     <strong><%$queue_obj->Name%></strong> (<%$queue_obj->Description%>)
 </td>
 </tr>

Modified: rt/branches/3.5-TESTING/html/SelfService/Update.html
==============================================================================
--- rt/branches/3.5-TESTING/html/SelfService/Update.html	(original)
+++ rt/branches/3.5-TESTING/html/SelfService/Update.html	Wed Jul  6 22:06:26 2005
@@ -49,8 +49,8 @@
 
 
 <form action="Display.html" method="POST" enctype="multipart/form-data">
-<input type="hidden" name="UpdateType" value="response">
-<input type="hidden" name="id" value="<%$Ticket->Id%>">
+<input type="hidden" class="hidden" name="UpdateType" value="response">
+<input type="hidden" class="hidden" name="id" value="<%$Ticket->Id%>">
 <table>
     <tr>
         <td class="label">
@@ -88,7 +88,7 @@
     </td>
     <td class="value">
             <input name="Attach" type="file">
-            <input type="hidden" name="UpdateAttach" value="1">
+            <input type="hidden" class="hidden" name="UpdateAttach" value="1">
     </td>
   </tr>
 </table>

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:26 2005
@@ -48,7 +48,7 @@
     current_toptab => "Ticket/Create.html", 
     Title => loc("Create a new ticket") &>
 <form action="<%$RT::WebPath%>/Ticket/Create.html" method="POST" enctype="multipart/form-data" name="TicketCreate">
-<input type="HIDDEN" Name="id" value="new">
+<input type="hidden" class="hidden" Name="id" value="new">
 <a name="top">
 	
 	
@@ -58,7 +58,7 @@
 <table border="0" cellpadding="0" cellspacing="0">
 <tr><td class="label"><&|/l&>Queue</&>:</td>
 <td class="value"><% $QueueObj->Name %>
-<input type="HIDDEN" name="Queue" Value="<%$QueueObj->Name%>">
+<input type="hidden" class="hidden" name="Queue" Value="<%$QueueObj->Name%>">
 </td>
 <td class="label"><&|/l&>Status</&>:
 </td>

Modified: rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Elements/Reminders	Wed Jul  6 22:06:26 2005
@@ -54,11 +54,11 @@
 
 $reminder_collection = $Ticket->Reminders->Collection;
 </%init>
-<input type="hidden" name="id" value="<% $Ticket->id %>" />
-<input type="hidden" name="update-reminders" value="1" />
+<input type="hidden" class="hidden" name="id" value="<% $Ticket->id %>" />
+<input type="hidden" class="hidden" name="update-reminders" value="1" />
 % while (my $reminder = $reminder_collection->Next) {
 %   if ($reminder->Status eq 'resolved' && !$ShowCompleted) {
-<input type="hidden" name="Complete-Reminder-<% $reminder->id %>" value="1" />
+<input type="hidden" class="hidden" name="Complete-Reminder-<% $reminder->id %>" value="1" />
 %   } elsif ($Edit) {
 <& SELF:EditEntry, Reminder => $reminder, Ticket => $Ticket &>
 %   } else {

Modified: rt/branches/3.5-TESTING/html/Ticket/Modify.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Modify.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/Modify.html	Wed Jul  6 22:06:26 2005
@@ -50,7 +50,7 @@
 
 <& /Elements/ListActions, actions => \@results &>
 <form method="POST" action="Modify.html" enctype="multipart/form-data">
-<input type="HIDDEN" name="id" value="<%$TicketObj->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$TicketObj->Id%>">
 
 <&| /Widgets/TitleBox, title => loc('Modify ticket #[_1]',$TicketObj->Id) &>
 <& Elements/EditBasics, TicketObj => $TicketObj &>

Modified: rt/branches/3.5-TESTING/html/Ticket/ModifyAll.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/ModifyAll.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/ModifyAll.html	Wed Jul  6 22:06:26 2005
@@ -52,7 +52,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form method="POST" action="ModifyAll.html" enctype="multipart/form-data">
-<input type="HIDDEN" name="id" value="<%$Ticket->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$Ticket->Id%>">
 
 
 <&| /Widgets/TitleBox, title => loc('Modify ticket # [_1]', $Ticket->Id) &>

Modified: rt/branches/3.5-TESTING/html/Ticket/ModifyDates.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/ModifyDates.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/ModifyDates.html	Wed Jul  6 22:06:26 2005
@@ -52,7 +52,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form method="POST" action="ModifyDates.html">
-<input type="HIDDEN" name="id" value="<%$TicketObj->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$TicketObj->Id%>">
 <&| /Widgets/TitleBox,title => loc('Modify dates for ticket # [_1]', $TicketObj->Id) &>
 <& Elements/EditDates, TicketObj => $TicketObj &>
 </&>

Modified: rt/branches/3.5-TESTING/html/Ticket/ModifyLinks.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/ModifyLinks.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/ModifyLinks.html	Wed Jul  6 22:06:26 2005
@@ -52,7 +52,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form action="ModifyLinks.html" method="post">
-<input type="hidden" name="id" value="<%$Ticket->id%>">
+<input type="hidden" class="hidden" name="id" value="<%$Ticket->id%>">
 
 <&| /Widgets/TitleBox, title => loc('Edit Links') &>
 <& /Elements/EditLinks, Object => $Ticket, Merge => 1 &>

Modified: rt/branches/3.5-TESTING/html/Ticket/ModifyPeople.html
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/ModifyPeople.html	(original)
+++ rt/branches/3.5-TESTING/html/Ticket/ModifyPeople.html	Wed Jul  6 22:06:26 2005
@@ -52,7 +52,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form method="POST" action="ModifyPeople.html">
-<input type="HIDDEN" name="id" value="<%$Ticket->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$Ticket->Id%>">
 <&| /Widgets/TitleBox, title => loc('Modify people related to ticket #[_1]', $Ticket->Id),   width => "100%", color=> "#333399" &>
 <& Elements/EditPeople, Ticket => $Ticket, UserField => $UserField, UserString => $UserString, UserOp => $UserOp, GroupString => $GroupString, GroupOp => $GroupOp, GroupField => $GroupField &> 
 </&>

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:26 2005
@@ -50,9 +50,9 @@
 
 <form action="Update.html" name="TicketUpdate" 
 	METHOD=POST enctype="multipart/form-data">
-<input type="hidden" name="QuoteTransaction" value="<% $ARGS{QuoteTransaction} %>">
-<input type="hidden" name="DefaultStatus" value="<% $DefaultStatus %>">
-<input type="hidden" name="Action" value="<% $ARGS{Action} %>">
+<input type="hidden" class="hidden" name="QuoteTransaction" value="<% $ARGS{QuoteTransaction} %>">
+<input type="hidden" class="hidden" name="DefaultStatus" value="<% $DefaultStatus %>">
+<input type="hidden" class="hidden" name="Action" value="<% $ARGS{Action} %>">
 
 <table border="0">
 
@@ -68,7 +68,7 @@
 % my $skip;
 <& /Elements/Callback, _CallbackName => 'BeforeUpdateType', skip => \$skip, %ARGS &>
 % if (!$skip) {
-<input type="HIDDEN" name="id" value="<%$TicketObj->Id%>"><br/>
+<input type="hidden" class="hidden" name="id" value="<%$TicketObj->Id%>"><br/>
 % }
 <tr><td align="right"><&|/l&>Update Type</&>:</td>
 <td><select name="UpdateType">
@@ -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" name="UpdateAttach" value="1">
+<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">
 </td></tr>
 <tr><td align="right" valign="top"><&|/l&>Message</&>:</td><td>
 <& /Elements/Callback, _CallbackName => 'BeforeMessageBox', %ARGS &>

Modified: rt/branches/3.5-TESTING/html/User/Elements/DelegateRights
==============================================================================
--- rt/branches/3.5-TESTING/html/User/Elements/DelegateRights	(original)
+++ rt/branches/3.5-TESTING/html/User/Elements/DelegateRights	Wed Jul  6 22:06:26 2005
@@ -83,7 +83,7 @@
 <td align=center>
         <input name="Delegate-ACE-<% $right->Id %>-to-<% $pg->PrincipalId%>" type=checkbox value="1" <%$ del_hash->{$pg->PrincipalId} && 'CHECKED' %>>
 % if ( $del_hash->{$pg->PrincipalId}) {
-<input type=hidden name="Delegate-Existing-ACE-<% $right->Id %>-to-<% $pg->PrincipalId%>-as-<%$del_hash->{$pg->PrincipalId}->Id%>">
+<input type="hidden" class="hidden" name="Delegate-Existing-ACE-<% $right->Id %>-to-<% $pg->PrincipalId%>-as-<%$del_hash->{$pg->PrincipalId}->Id%>">
 % }
 </td>
 % }

Modified: rt/branches/3.5-TESTING/html/User/Groups/Members.html
==============================================================================
--- rt/branches/3.5-TESTING/html/User/Groups/Members.html	(original)
+++ rt/branches/3.5-TESTING/html/User/Groups/Members.html	Wed Jul  6 22:06:26 2005
@@ -53,7 +53,7 @@
 
 
 <form action="<%$RT::WebPath%>/User/Groups/Members.html" method="POST">
-<input type="HIDDEN" name="id" value="<%$Group->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$Group->Id%>">
 <table width="100%">
 <tr>
 <td>

Modified: rt/branches/3.5-TESTING/html/User/Groups/Modify.html
==============================================================================
--- rt/branches/3.5-TESTING/html/User/Groups/Modify.html	(original)
+++ rt/branches/3.5-TESTING/html/User/Groups/Modify.html	Wed Jul  6 22:06:26 2005
@@ -56,9 +56,9 @@
 <form action="<%$RT::WebPath%>/User/Groups/Modify.html" method="POST">
 
 %unless ($Group->Id) {
-<input type="HIDDEN" name="id" value="new">
+<input type="hidden" class="hidden" name="id" value="new">
 % } else {
-<input type="HIDDEN" name="id" value="<%$Group->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$Group->Id%>">
 % }
 <table>
 <tr><td align="RIGHT">
@@ -70,7 +70,7 @@
 <&|/l&>Description</&>:</td><td colspan="3"><input name="Description" value="<%$Group->Description%>" size="60"></td>
 </tr><tr>
 <td colspan="2">
-<input type="HIDDEN" name="SetEnabled" value="1">
+<input type="hidden" class="hidden" name="SetEnabled" value="1">
 <input type="CHECKBOX" name="Enabled" value="1" <%$EnabledChecked%>> <&|/l&>Enabled (Unchecking this box disables this group)</&><br/>
 </tr>
 </table>

Modified: rt/branches/3.5-TESTING/html/User/Prefs.html
==============================================================================
--- rt/branches/3.5-TESTING/html/User/Prefs.html	(original)
+++ rt/branches/3.5-TESTING/html/User/Prefs.html	Wed Jul  6 22:06:26 2005
@@ -51,7 +51,7 @@
 <& /Elements/ListActions, actions => \@results &>
 
 <form action="<%$RT::WebPath%>/User/Prefs.html" method="POST">
-<input type="HIDDEN" name="id" value="<%$UserObj->Id%>">
+<input type="hidden" class="hidden" name="id" value="<%$UserObj->Id%>">
 
 <table width="100%" border="0">
 <tr>
@@ -59,7 +59,7 @@
 <td valign="TOP" class="boxcontainer">
 <&| /Widgets/TitleBox, title => loc('Identity') &>
 
-<input type="hidden" name="Name" value="<%$UserObj->Name%>">
+<input type="hidden" class="hidden" name="Name" value="<%$UserObj->Name%>">
 <table callspacing="0" cellpadding="0">
   <tr>
     <td class="label"><&|/l&>Email</&>: </td>

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:26 2005
@@ -164,7 +164,7 @@
 
 <%method current>
 % for (@{$self->{Current}}) {
-<input type="hidden" name="<% $self->{Name} %>-Current" value="<%$_%>">
+<input type="hidden" class="hidden" name="<% $self->{Name} %>-Current" value="<%$_%>">
 % }
 <%INIT>
 </%INIT>
@@ -180,9 +180,9 @@
 onSubmit="list_<% $name %>.selectAll();"
 % }
 >
-<input type="hidden" name="<% $self->{Name} %>-Submit" value="1">
+<input type="hidden" class="hidden" name="<% $self->{Name} %>-Submit" value="1">
 <& SelectionBox:current, self => $self &>
-<input type="hidden" name="fromjs" value="0">
+<input type="hidden" class="hidden" name="fromjs" value="0">
 <&|/l&>Available</&>:
 <br>
 <select name="<%$name%>-Available" id="<%$name%>-Available" size="<%$size%>" multiple="multiple">


More information about the Rt-commit mailing list