remove old forwardButton class and "Please Wait..." text
We'll add similar functionality using the YUI button stuff
This commit is contained in:
parent
0168cb16a4
commit
67918361e6
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue