mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 14:13:03 +02:00
GUI styling fixes. Theme thumbnail preview corrected on missing preview images.
This commit is contained in:
@@ -924,7 +924,7 @@ class download
|
||||
return "Error reading categories<br />";
|
||||
exit;
|
||||
}
|
||||
$boxinfo .= "<select name='{$name}' id='download_category' class='tbox'>
|
||||
$boxinfo .= "<select name='{$name}' id='download_category' class='tbox form-control'>
|
||||
<option value=''>{$blankText}</option>\n";
|
||||
// Its a structured display option - need a 2-step process to create a tree
|
||||
$catlist = array();
|
||||
|
Reference in New Issue
Block a user