[Rt-commit] r17954 - in rt/3.999/branches/merge_to_3.8.2: share/html/Admin/Elements

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Jan 28 03:13:33 EST 2009


Author: sunnavy
Date: Wed Jan 28 03:13:33 2009
New Revision: 17954

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Elements/AddCustomFieldValue

Log:
 r19096 at sunnavys-mb:  sunnavy | 2009-01-28 16:02:36 +0800
 merged share/html/Admin/Elements/AddCustomFieldValue


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Elements/AddCustomFieldValue
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Elements/AddCustomFieldValue	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Admin/Elements/AddCustomFieldValue	Wed Jan 28 03:13:33 2009
@@ -61,8 +61,8 @@
 % my $paramtag = "CustomField-". $custom_field->id ."-value-new";
 <tr>
 <td><input type="text" size="3"  name="<% $paramtag %>-sort_order"   /></td>
-<td><input type="text" size="30" name="<% $paramtag %>-name"        /></td>
-<td><input type="text" size="50" name="<% $paramtag %>-description" /></td>
+<td><input type="text" size="25" name="<% $paramtag %>-name"        /></td>
+<td><input type="text" size="45" name="<% $paramtag %>-description" /></td>
 % if ( $custom_field->type ne 'Combobox' ) {
 <td><input type="text" size="10" name="<% $paramtag %>-category"    /></td>
 % }


More information about the Rt-commit mailing list