[Rt-commit] r11675 - in rt/branches/3.8-TESTING/html: Admin/Elements Elements

ruz at bestpractical.com ruz at bestpractical.com
Thu Apr 10 16:43:15 EDT 2008


Author: ruz
Date: Thu Apr 10 16:43:15 2008
New Revision: 11675

Modified:
   rt/branches/3.8-TESTING/html/Admin/Elements/SelectCustomFieldLookupType
   rt/branches/3.8-TESTING/html/Admin/Elements/SelectCustomFieldType
   rt/branches/3.8-TESTING/html/Elements/SelectBoolean
   rt/branches/3.8-TESTING/html/Elements/SelectDateRelation
   rt/branches/3.8-TESTING/html/Elements/SelectEqualityOperator
   rt/branches/3.8-TESTING/html/Elements/SelectLang
   rt/branches/3.8-TESTING/html/Elements/SelectLinkType
   rt/branches/3.8-TESTING/html/Elements/SelectMatch
   rt/branches/3.8-TESTING/html/Elements/SelectStatus
   rt/branches/3.8-TESTING/html/Elements/SelectTimeUnits
   rt/branches/3.8-TESTING/html/Elements/SelectWatcherType
   rt/branches/3.8-TESTING/html/Search/Elements/SelectPersonType

Log:
* apply Jason's xhtml cleanups

Modified: rt/branches/3.8-TESTING/html/Admin/Elements/SelectCustomFieldLookupType
==============================================================================
--- rt/branches/3.8-TESTING/html/Admin/Elements/SelectCustomFieldLookupType	(original)
+++ rt/branches/3.8-TESTING/html/Admin/Elements/SelectCustomFieldLookupType	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 %for my $option ($cf->LookupTypes) {
 <option value="<%$option%>" <%defined ($Default) && ($option eq $Default) && "SELECTED"%>><% $cf->FriendlyLookupType($option) %></option>
 %}

Modified: rt/branches/3.8-TESTING/html/Admin/Elements/SelectCustomFieldType
==============================================================================
--- rt/branches/3.8-TESTING/html/Admin/Elements/SelectCustomFieldType	(original)
+++ rt/branches/3.8-TESTING/html/Admin/Elements/SelectCustomFieldType	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 %for my $option ($cf->TypeComposites) {
 <option value="<%$option%>" <%$option eq $Default && "SELECTED"%>><% $cf->FriendlyTypeComposite($option) %></option>
 %}

Modified: rt/branches/3.8-TESTING/html/Elements/SelectBoolean
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectBoolean	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectBoolean	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 <option value="<%$TrueVal%>" <%$TrueDefault%>><%$True%></option>
 <option value="<%$FalseVal%>" <%$FalseDefault%>><%$False%></option>
 </select>

Modified: rt/branches/3.8-TESTING/html/Elements/SelectDateRelation
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectDateRelation	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectDateRelation	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 <option value="&lt;"><%$Before%></option>
 <option value="="><%$On%></option>
 <option value="&gt;"><%$After%></option>

Modified: rt/branches/3.8-TESTING/html/Elements/SelectEqualityOperator
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectEqualityOperator	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectEqualityOperator	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 % while (my $option = shift @Options) {
 % my $value = shift @Values;
 <option value="<%$value%>"

Modified: rt/branches/3.8-TESTING/html/Elements/SelectLang
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectLang	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectLang	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 % if ($ShowNullOption) {
 <option value="">-</option>
 % }

Modified: rt/branches/3.8-TESTING/html/Elements/SelectLinkType
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectLinkType	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectLinkType	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 <option value="MemberOf"><&|/l&>Member of</&></option>
 <option value="DependsOn"><&|/l&>Depends on</&></option>
 <option value="RefersTo"><&|/l&>Refers to</&></option>

Modified: rt/branches/3.8-TESTING/html/Elements/SelectMatch
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectMatch	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectMatch	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 <option value="LIKE" <%$LikeDefault%>><%$Like%></option>
 <option value="NOT LIKE" <%$NotLikeDefault%>><%$NotLike%></option>
 <option value="=" <%$TrueDefault%>><%$True%></option>

Modified: rt/branches/3.8-TESTING/html/Elements/SelectStatus
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectStatus	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectStatus	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 %if ($DefaultValue) {
 <option <% !$Default && "SELECTED" %> value=""><%$DefaultLabel%></option>
 %}

Modified: rt/branches/3.8-TESTING/html/Elements/SelectTimeUnits
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectTimeUnits	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectTimeUnits	Thu Apr 10 16:43:15 2008
@@ -46,7 +46,7 @@
 %# 
 %# END BPS TAGGED BLOCK }}}
 <select name="<% $Name %>">
-<option value="minutes" selected><% loc('Minutes') %></option>
+<option value="minutes" selected="selected"><% loc('Minutes') %></option>
 <option value="hours"><% loc('Hours') %></option>
 </select>
 <%INIT>

Modified: rt/branches/3.8-TESTING/html/Elements/SelectWatcherType
==============================================================================
--- rt/branches/3.8-TESTING/html/Elements/SelectWatcherType	(original)
+++ rt/branches/3.8-TESTING/html/Elements/SelectWatcherType	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 % if ($AllowNull) {
 <option value="">-</option>
 % }

Modified: rt/branches/3.8-TESTING/html/Search/Elements/SelectPersonType
==============================================================================
--- rt/branches/3.8-TESTING/html/Search/Elements/SelectPersonType	(original)
+++ rt/branches/3.8-TESTING/html/Search/Elements/SelectPersonType	Thu Apr 10 16:43:15 2008
@@ -45,7 +45,7 @@
 %# those contributions and any derivatives thereof.
 %# 
 %# END BPS TAGGED BLOCK }}}
-<select NAME ="<%$Name%>">
+<select name="<%$Name%>">
 % if ($AllowNull) {
 <option value="">-</option>
 % }


More information about the Rt-commit mailing list