%# $Header: /home/cvs/cvsroot/freeside/rt/webrt/Elements/Attic/SelectWatcherType,v 1.1 2002-08-12 06:17:08 ivan Exp $ %# portions Copyright 2000 Tobias Brox %# Request Tracker is Copyright 1996-2000 Jesse Vincent <%INIT> my @types; if ($Scope =~ 'queue') { @types = qw(Cc AdminCc); } else { @types = qw(Requestor Cc AdminCc); } <%ARGS> $Default=>undef $Scope => 'ticket' $Name => 'WatcherType'