1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Styling issue on download error message

This commit is contained in:
Tijn Kuyper
2017-02-09 11:16:47 +01:00
committed by GitHub
parent 030c7571ed
commit c80bb4c407

View File

@@ -211,7 +211,7 @@ class download
if ($dlcat->down_count == 0) if ($dlcat->down_count == 0)
{ {
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); return $ns->tablerender(LAN_PLUGIN_DOWNLOAD_NAME, "<div class='alert alert-warning' style='text-align:center'>".LAN_NO_RECORDS_FOUND."</div>",'download-categories',true);
} }
$download_cat_table_string = ""; $download_cat_table_string = "";