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