1
0
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:
Cameron
2017-02-01 08:54:28 -08:00
parent 1a0907368c
commit 30092ef372
10 changed files with 130 additions and 81 deletions

View File

@@ -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();