mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Update download_class.php
This commit is contained in:
@@ -211,7 +211,7 @@ class download
|
|||||||
|
|
||||||
if ($dlcat->down_count == 0)
|
if ($dlcat->down_count == 0)
|
||||||
{
|
{
|
||||||
return $ns->tablerender(LAN_PLUGIN_DOWNLOAD_NAME, "<div style='text-align:center'>".LAN_NO_RECORDS_FOUND."</div>",'download-categories',true);
|
return $ns->tablerender(LAN_PLUGIN_DOWNLOAD_NAME, "<div ".(deftrue('BOOTSTRAP')?"class='alert alert-warning' >":"")."style='text-align:center'>".LAN_NO_RECORDS_FOUND."</div>",'download-categories',true);
|
||||||
}
|
}
|
||||||
|
|
||||||
$download_cat_table_string = "";
|
$download_cat_table_string = "";
|
||||||
|
Reference in New Issue
Block a user