[Rt-commit] r6011 - in rtir/branches/2.1-EXPERIMENTAL: html/RTIR

ruz at bestpractical.com ruz at bestpractical.com
Wed Sep 20 22:38:48 EDT 2006


Author: ruz
Date: Wed Sep 20 22:38:47 2006
New Revision: 6011

Modified:
   rtir/branches/2.1-EXPERIMENTAL/   (props changed)
   rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Create.html

Log:
 r1604 at cubic-pc:  cubic | 2006-09-21 03:53:10 +0400
 * use Cols and Rows args


Modified: rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Create.html
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Create.html	(original)
+++ rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Create.html	Wed Sep 20 22:38:47 2006
@@ -242,7 +242,8 @@
         TicketObj => $TicketObj,
         QueueObj => $QueueObj, 
         Name => 'IP',
-        Default => $ARGS{'IP-Value'} || RT->Config->Get('_RTIR_IP_default'), &>
+        Cols => 40, Rows => 5,
+        Default => $ARGS{'IP-Value'} || RT->Config->Get('_RTIR_IP_default') || '', &>
     </td>
   </tr>
   <tr>


More information about the Rt-commit mailing list