Making www_addInternationalMessage aware of auth modules.
This commit is contained in:
parent
7b881a65ca
commit
5758178866
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ sub www_addInternationalMessage {
|
|||
$output = '<h1>Add English Message</h1>';
|
||||
$namespace = $session{wobject};
|
||||
$namespace->{WebGUI} = 'WebGUI';
|
||||
$namespace = {%{$namespace}, map {'Auth/'.$_ => 'Authentication: '.$session{authentication}->{$_}} keys(%{$session{authentication}})};
|
||||
$f = WebGUI::HTMLForm->new();
|
||||
$f->hidden("lid",1);
|
||||
$f->hidden("op","addInternationalMessageSave");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue