Look
This commit is contained in:
parent
79be7c4111
commit
9affdb5b07
@ -574,7 +574,16 @@ if (empty($action) || $action == 'file_manager' || eregi('refresh',$action) || $
|
|||||||
// If nothing to show
|
// If nothing to show
|
||||||
if ($nbofentries == 0)
|
if ($nbofentries == 0)
|
||||||
{
|
{
|
||||||
print '<tr '.$bc[false].'><td colspan="6">'.$langs->trans("ECMNoDirecotyYet").'</td></tr>';
|
print '<tr>';
|
||||||
|
print '<td class="left"><table class="nobordernopadding"><tr class="nobordernopadding"><td>'.img_picto_common('','treemenu/branchbottom.gif').'</td>';
|
||||||
|
print '<td>'.img_picto('',DOL_URL_ROOT.'/theme/common/treemenu/minustop3.gif','',1).'</td>';
|
||||||
|
print '<td valign="middle">';
|
||||||
|
print $langs->trans("ECMNoDirecotyYet");
|
||||||
|
print '</td>';
|
||||||
|
print '<td> </td>';
|
||||||
|
print '</table></td>';
|
||||||
|
print '<td colspan="5"> </td>';
|
||||||
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</table>";
|
print "</table>";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user