1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Minor UI fix to Downloads plugin

This commit is contained in:
Moc
2013-03-07 13:24:48 +01:00
parent 4aae3fece8
commit b76c06db45

View File

@@ -1048,6 +1048,7 @@ $columnInfo = array(
$sql = e107::getDb();
$tp = e107::getParser();
$fl = e107::getFile();
$mes = e107::getMessage();
// print_a($this);
@@ -1096,7 +1097,8 @@ $columnInfo = array(
if (!$sql->db_Select("download_category"))
{
$ns->tablerender(ADLAN_24, "<div style='text-align:center'>".DOWLAN_5."</div>");
//$ns->tablerender(ADLAN_24, "<div style='text-align:center'>".DOWLAN_5."</div>");
$mes->addInfo(DOWLAN_5);
return;
}
$download_active = 1;