[Rt-commit] r2438 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . html/Admin/Elements

jesse at bestpractical.com jesse at bestpractical.com
Mon Mar 14 03:01:22 EST 2005


Author: jesse
Date: Mon Mar 14 03:01:22 2005
New Revision: 2438

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
Log:
 r8598 at hualien:  jesse | 2005-03-14 02:42:34 -0500
  r8486 at hualien:  jesse | 2005-03-14 02:27:42 -0500
   r5944 at hualien:  jesse | 2005-02-24 16:43:05 -0500
   Minor stylistic cleanups for web components
  
 


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Elements/PickCustomFields	Mon Mar 14 03:01:22 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