[Rt-commit] r2259 - in rt/branches/3.4-RELEASE: . html/Admin/Elements

jesse at bestpractical.com jesse at bestpractical.com
Thu Feb 24 17:01:24 EST 2005


Author: jesse
Date: Thu Feb 24 17:01:23 2005
New Revision: 2259

Modified:
   rt/branches/3.4-RELEASE/   (props changed)
   rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
Log:
 r5944 at hualien:  jesse | 2005-02-24 16:43:05 -0500
 Minor stylistic cleanups for web components


Modified: rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields
==============================================================================
--- rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields	(original)
+++ rt/branches/3.4-RELEASE/html/Admin/Elements/PickCustomFields	Thu Feb 24 17:01:23 2005
@@ -55,7 +55,7 @@
 <input type="checkbox"
 name="Object-<%$id%>-CF-<%$CustomFieldObj->Id%>"
 value="1" 
-<% $Checked && 'CHECKED' %>
+<% $Checked ? 'CHECKED' : '' %>
 >
   </TD>
 %   }


More information about the Rt-commit mailing list