more bugfixes. last of this round of syntaxCheck.t fixes.
This commit is contained in:
parent
9b867ab627
commit
f8de599f35
11 changed files with 40 additions and 31 deletions
|
|
@ -69,7 +69,7 @@ sub toHtml {
|
|||
my $self = shift;
|
||||
my $value = $self->fixQuotes($self->get("value"));
|
||||
my $i18n = WebGUI::International->new($self->session);
|
||||
$self->{_params}{extras}; ||= 'onclick="this.value=\''.$i18n->get(452).'\'"';
|
||||
$self->{_params}{extras} ||= 'onclick="this.value=\''.$i18n->get(452).'\'"';
|
||||
my $html = '<input type="submit" ';
|
||||
$html .= 'name="'.$self->get("name").'" ' if ($self->get("name"));
|
||||
$html .= 'id="'.$self->get('id').'" ' unless ($self->get('id') eq "_formId");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue