<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Richard,<br>
<br>
<br>
I was given the following code to modify the way Custom Fileds are
presented:<br>
<br>
<p class="MsoNormal">#<span style=""> </span>To modify the way
certain Custom Fields are set up for entering data,<br>
#<span style=""> </span>the following code
should be <b style="">added</b> after line #76 and
before the last “return”<br>
#<span style=""> </span>command in the
directory /$RTHOME/rt-3.6.4/local/html/Elements/<b style="">EditCustomField<br>
#<br>
</b><b style=""></b></p>
<p class="MsoNormal"><o:p> </o:p>if ($Type eq "Text")<br>
{<span style=""><br>
</span>$Rows = 8;<span style=""><br>
</span>$Cols = 50;<br>
}<br>
elsif ($Type eq "Wikitext")<br>
{<br>
<span style=""> </span>$Rows = 8;<br>
<span style=""> </span>$Cols = 50;<br>
}<br>
elsif ($Type eq "Select" and $MaxValues == 1)<br>
{<br>
<span style=""> </span>$Rows = 1;<br>
<span style=""> </span>$Cols = 30;<br>
}<br>
</p>
<p class="MsoNormal"> Hope this helps.<br>
</p>
<p class="MsoNormal"><br>
Kenn<br>
LBNL<br>
</p>
On 3/26/2009 10:37 AM, Richard Foley wrote:
<blockquote cite="mid:200903261837.44942.Richard.Foley@rfi.net"
type="cite">
<pre wrap="">Hi Ken,
Yes please, that sounds perfect :-)
</pre>
</blockquote>
</body>
</html>