session conversion
This commit is contained in:
parent
264352aec0
commit
fe3bcde088
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ sub menuWrapper {
|
||||||
my $session = shift;
|
my $session = shift;
|
||||||
my ($output, $key);
|
my ($output, $key);
|
||||||
my $i18n = WebGUI::International->new($session);
|
my $i18n = WebGUI::International->new($session);
|
||||||
$session{page}{useAdminStyle} = 1;
|
$session->style->useAdminStyle(1);
|
||||||
$output = '<table width="100%" border="0" cellpadding="5" cellspacing="0">
|
$output = '<table width="100%" border="0" cellpadding="5" cellspacing="0">
|
||||||
<tr><td width="70%" class="tableData" valign="top">';
|
<tr><td width="70%" class="tableData" valign="top">';
|
||||||
$output .= $_[0];
|
$output .= $_[0];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue