forked from extern/egroupware
use the new format for prefs
This commit is contained in:
parent
5d9fbc99f9
commit
d53632ec09
@ -1488,8 +1488,16 @@
|
||||
++$i;
|
||||
} while ($valid);
|
||||
|
||||
if ($this->tmpl->stable)
|
||||
{
|
||||
echo parse_navbar();
|
||||
$GLOBALS['phpgw']->template->pfp('phpgw_body','info_admin');
|
||||
}
|
||||
else
|
||||
{
|
||||
$GLOBALS['phpgw']->template->fp('phpgw_body','info_admin');
|
||||
}
|
||||
}
|
||||
|
||||
function preferences( )
|
||||
{
|
||||
@ -1551,8 +1559,16 @@
|
||||
}
|
||||
$GLOBALS['phpgw']->template->parse('pref_lines','pref_line',True);
|
||||
}
|
||||
if ($this->tmpl->stable)
|
||||
{
|
||||
echo parse_navbar();
|
||||
$GLOBALS['phpgw']->template->pfp('phpgw_body','info_prefs');
|
||||
}
|
||||
else
|
||||
{
|
||||
$GLOBALS['phpgw']->template->fp('phpgw_body','info_prefs');
|
||||
}
|
||||
}
|
||||
|
||||
/*!
|
||||
@function writeLangFile
|
||||
|
Loading…
Reference in New Issue
Block a user