mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Minor UI fix to Downloads plugin
This commit is contained in:
@@ -1048,6 +1048,7 @@ $columnInfo = array(
|
|||||||
$sql = e107::getDb();
|
$sql = e107::getDb();
|
||||||
$tp = e107::getParser();
|
$tp = e107::getParser();
|
||||||
$fl = e107::getFile();
|
$fl = e107::getFile();
|
||||||
|
$mes = e107::getMessage();
|
||||||
|
|
||||||
// print_a($this);
|
// print_a($this);
|
||||||
|
|
||||||
@@ -1096,7 +1097,8 @@ $columnInfo = array(
|
|||||||
|
|
||||||
if (!$sql->db_Select("download_category"))
|
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;
|
return;
|
||||||
}
|
}
|
||||||
$download_active = 1;
|
$download_active = 1;
|
||||||
|
Reference in New Issue
Block a user