"remove checkbox from empty line"

This commit is contained in:
Ralf Becker 2010-05-19 12:25:33 +00:00
parent 16d9b79965
commit ffc36027ba

View File

@ -178,6 +178,7 @@ class filemanager_select
} }
++$n; ++$n;
} }
if (!$n) $readonlys['selected[]'] = true; // remove checkbox from empty line
closedir($d); closedir($d);
} }
$content['js'] = '<script type="text/javascript"> $content['js'] = '<script type="text/javascript">