mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Various <select> css fixes.
This commit is contained in:
@@ -176,7 +176,7 @@ if (!$sql->db_Select("news_category"))
|
||||
else
|
||||
{
|
||||
$text .= "
|
||||
<select name='cat_id' class='e-select tbox'>";
|
||||
<select name='cat_id' class='tbox'>";
|
||||
while (list($cat_id, $cat_name, $cat_icon) = $sql->db_Fetch(MYSQL_NUM))
|
||||
{
|
||||
$sel = (varset($_POST['cat_id'],'') == $cat_id) ? "selected='selected'" : "";
|
||||
|
Reference in New Issue
Block a user