This is perfect.  Just what I needed.

Thanks,

ski

On 04/09/2010 09:20 AM, Jerrad Pierce wrote:
<tr>
       <td class="label">
           <&|/l&>Status</&>
       </td>
       <td class="value">
           <&  /Elements/SelectStatus, Name=>"Status", DefaultLabel =>
loc("[_1] (Unchanged)", loc($Ticket->Status)), Default =>  $ARGS{'Status'} ||
($Ticket->Status
eq $DefaultStatus ? undef : $DefaultStatus)&>
       </td>
   </tr>

Probably better to change

            <&  /Elements/SelectStatus, Name=>"Status", DefaultLabel =>
  loc("[_1] (Unchanged)", loc($Ticket->Status)), Default =>  $ARGS{'Status'} ||
  ($Ticket->Status eq $DefaultStatus ? undef : $DefaultStatus)&>

To

            <%perl>  print $Ticket->Status</%perl>


--
"When we try to pick out anything by itself, we find it
 connected to the entire universe"            John Muir

Chris "Ski" Kacoroski, ckacoro...@nsd.org, 206-501-9803
or ski98033 on most IM services

Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Reply via email to