remove old forwardButton class and "Please Wait..." text

We'll add similar functionality using the YUI button stuff
This commit is contained in:
Doug Bell 2011-04-11 16:59:22 -05:00
parent 0168cb16a4
commit 67918361e6

View file

@ -61,10 +61,6 @@ sub new {
my ( $class, @args ) = @_;
my $self = $class->SUPER::new( @args );
$self->set( 'type' => 'submit' );
if ( !$self->get('extras') ) {
my $i18n = WebGUI::International->new($self->session, 'WebGUI');
$self->set( 'extras' => 'class="forwardButton" onclick="this.value\'' . $i18n->get(452) . '\'"' );
}
return $self;
}