use the new format for prefs

This commit is contained in:
Ralf Becker 2002-11-23 20:44:05 +00:00
parent 5d9fbc99f9
commit d53632ec09

View File

@ -1488,8 +1488,16 @@
++$i; ++$i;
} while ($valid); } 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'); $GLOBALS['phpgw']->template->fp('phpgw_body','info_admin');
} }
}
function preferences( ) function preferences( )
{ {
@ -1551,8 +1559,16 @@
} }
$GLOBALS['phpgw']->template->parse('pref_lines','pref_line',True); $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'); $GLOBALS['phpgw']->template->fp('phpgw_body','info_prefs');
} }
}
/*! /*!
@function writeLangFile @function writeLangFile