[rt-commit] [svn] r618 - rt/branches/rt-3.1/html/Admin/Elements
leira at fsck.com
leira at fsck.com
Thu Mar 25 10:17:29 EST 2004
Author: leira
Date: Thu Mar 25 10:17:28 2004
New Revision: 618
Modified:
rt/branches/rt-3.1/html/Admin/Elements/SelectStage
Log:
add a "disabled" stage
Modified: rt/branches/rt-3.1/html/Admin/Elements/SelectStage
==============================================================================
--- rt/branches/rt-3.1/html/Admin/Elements/SelectStage (original)
+++ rt/branches/rt-3.1/html/Admin/Elements/SelectStage Thu Mar 25 10:17:28 2004
@@ -22,7 +22,7 @@
%#
%# END LICENSE BLOCK
<SELECT NAME=<%$Name%>>
-% foreach my $stage (qw(TransactionCreate TransactionBatch)) {
+% foreach my $stage (qw(TransactionCreate TransactionBatch Disabled)) {
<OPTION VALUE=<%$stage%>
<% ($stage eq $Default) && 'SELECTED' %>
><% loc($stage) %>
More information about the Rt-commit
mailing list