Internationalized the "Send" button on the Mail Form wobject.
This commit is contained in:
parent
e5cf2a33e2
commit
b3c71232d0
2 changed files with 4 additions and 2 deletions
|
|
@ -309,8 +309,7 @@ sub www_view {
|
|||
}
|
||||
$f->raw($row);
|
||||
}
|
||||
|
||||
$f->submit("Send");
|
||||
$f->submit(WebGUI::International::get(73, $namespace));
|
||||
$output .= $f->print;
|
||||
|
||||
return $_[0]->processMacros($output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue