can add box on member index page
This commit is contained in:
parent
6fad38db57
commit
bd874a136e
@ -479,35 +479,19 @@ print '</div></div></div>';
|
|||||||
|
|
||||||
// boxes
|
// boxes
|
||||||
print '<div class="clearboth"></div>';
|
print '<div class="clearboth"></div>';
|
||||||
|
|
||||||
print '<div class="fichecenter fichecenterbis">';
|
print '<div class="fichecenter fichecenterbis">';
|
||||||
|
|
||||||
|
$boxlist = '<div class="twocolumns">';
|
||||||
/*
|
|
||||||
* Show widgets (boxes)
|
|
||||||
*/
|
|
||||||
|
|
||||||
$boxlist .= '<div class="twocolumns">';
|
|
||||||
|
|
||||||
$boxlist .= '<div class="firstcolumn fichehalfleft boxhalfleft" id="boxhalfleft">';
|
$boxlist .= '<div class="firstcolumn fichehalfleft boxhalfleft" id="boxhalfleft">';
|
||||||
if (!empty($nbworkboardcount)) {
|
|
||||||
$boxlist .= $boxwork;
|
|
||||||
}
|
|
||||||
|
|
||||||
$boxlist .= $resultboxes['boxlista'];
|
$boxlist .= $resultboxes['boxlista'];
|
||||||
|
$boxlist .= '</div>'."\n";
|
||||||
$boxlist .= '</div>';
|
|
||||||
|
|
||||||
$boxlist .= '<div class="secondcolumn fichehalfright boxhalfright" id="boxhalfright">';
|
$boxlist .= '<div class="secondcolumn fichehalfright boxhalfright" id="boxhalfright">';
|
||||||
|
|
||||||
$boxlist .= $boxstat;
|
|
||||||
$boxlist .= $resultboxes['boxlistb'];
|
$boxlist .= $resultboxes['boxlistb'];
|
||||||
|
$boxlist .= '</div>'."\n";
|
||||||
|
|
||||||
$boxlist .= '</div>';
|
$boxlist .= '</div>';
|
||||||
$boxlist .= "\n";
|
|
||||||
|
|
||||||
$boxlist .= '</div>';
|
|
||||||
|
|
||||||
|
|
||||||
print $boxlist;
|
print $boxlist;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user