[Rt-commit] r3864 - in rt/branches/3.5-TESTING: . html/Admin/Elements

jesse at bestpractical.com jesse at bestpractical.com
Tue Sep 20 17:16:05 EDT 2005


Author: jesse
Date: Tue Sep 20 17:16:05 2005
New Revision: 3864

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects
Log:
 r15931 at hualien:  jesse | 2005-09-20 17:14:57 -0400
 * Merge bug in "PickObjects" - Spotted by Ruslan


Modified: rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects
==============================================================================
--- rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects	(original)
+++ rt/branches/3.5-TESTING/html/Admin/Elements/PickObjects	Tue Sep 20 17:16:05 2005
@@ -51,16 +51,14 @@
 % foreach my $Object (@Objects) {
 <tr>
 %   my $id = "Object-".$Object->id."-CF-".$id;
-%   my $id = "Object-".$Object->id."-CF-".$id;
 %   if (!$ReadOnly) {
-  <TD valign="TOP">
+  <td valign="TOP">
 <input type="checkbox" id="<% $id %>" name="<% $id %>" value="1" <% $Checked ? 'CHECKED' : ''%>
 >
   </td>
 %   }
   <td valign="TOP">
     <label for="<% $id %>">
-    <label for="<% $id %>">
 % if ($Object->Name) {
     <b><%$Object->Name%></b><br>
 % } else {
@@ -68,10 +66,6 @@
 % }
     <%$Object->can('Description') && $Object->Description%>
     </label>
-  </TD>
-%#  <TD valign="TOP">
-%#    <i><% $CustomFieldObj->FriendlyTypeComposite %></i>
-%#  </td>
   </td>
 </tr>
 % }


More information about the Rt-commit mailing list