mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fixed another layout problem with small views
This commit is contained in:
parent
de7f8f3182
commit
d017544925
7
home.php
7
home.php
@ -344,6 +344,7 @@
|
|||||||
{
|
{
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
$tropen = 0;
|
$tropen = 0;
|
||||||
|
//$curcol = 1;
|
||||||
}
|
}
|
||||||
if(!$tropen)
|
if(!$tropen)
|
||||||
{
|
{
|
||||||
@ -358,9 +359,14 @@
|
|||||||
if(($thisd!=2 || ($thisd==2&&$lastd==2)) && $tropen)
|
if(($thisd!=2 || ($thisd==2&&$lastd==2)) && $tropen)
|
||||||
{
|
{
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
$tropen = 0;
|
||||||
|
$lastd = 0;
|
||||||
$curcol = 1;
|
$curcol = 1;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
$lastd = $thisd;
|
$lastd = $thisd;
|
||||||
|
}
|
||||||
$neworder[] = $appname;
|
$neworder[] = $appname;
|
||||||
}
|
}
|
||||||
$done[$appname] = 1;
|
$done[$appname] = 1;
|
||||||
@ -380,6 +386,7 @@
|
|||||||
}
|
}
|
||||||
$GLOBALS['phpgw_info']['user']['preferences'] = $GLOBALS['phpgw']->preferences->save_repository();
|
$GLOBALS['phpgw_info']['user']['preferences'] = $GLOBALS['phpgw']->preferences->save_repository();
|
||||||
}
|
}
|
||||||
|
//_debug_array($GLOBALS['phpgw_info']['user']['preferences']);
|
||||||
|
|
||||||
//$phpgw->common->debug_phpgw_info();
|
//$phpgw->common->debug_phpgw_info();
|
||||||
//$phpgw->common->debug_list_core_functions();
|
//$phpgw->common->debug_list_core_functions();
|
||||||
|
Loading…
Reference in New Issue
Block a user