diff options
author | ivan <ivan> | 2003-07-15 13:30:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-07-15 13:30:43 +0000 |
commit | ded0451e9582df33cae6099a2fb72b4ea25076cf (patch) | |
tree | 62f9855aace4bdb30674156fc0e5d8b758cde0aa /rt/webrt/Elements/SelectStatus | |
parent | 0ebeec96313dd7edfca340f01f8fbbbac1f4aa1d (diff) |
reverting to vendor branch rt 3.0.4, hopefully
Diffstat (limited to 'rt/webrt/Elements/SelectStatus')
-rwxr-xr-x | rt/webrt/Elements/SelectStatus | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/rt/webrt/Elements/SelectStatus b/rt/webrt/Elements/SelectStatus deleted file mode 100755 index 92df7c619..000000000 --- a/rt/webrt/Elements/SelectStatus +++ /dev/null @@ -1,17 +0,0 @@ -%# $Header: /home/cvs/cvsroot/freeside/rt/webrt/Elements/Attic/SelectStatus,v 1.1 2002-08-12 06:17:08 ivan Exp $ - -<SELECT NAME ="<%$Name%>"> -<OPTION VALUE="">-</OPTION> -%foreach my $status (@status) { -<OPTION VALUE="<%$status%>" <%($Default eq $status) && 'SELECTED'%>><%$status%></OPTION> -% } -</SELECT> -<%ONCE> -my $queue = new RT::Queue($session{'CurrentUser'}); -my @status = $queue->StatusArray(); -</%ONCE> -<%ARGS> -$Name => undef -$Default => undef - -</%ARGS> |