Fix missing css
This commit is contained in:
parent
0c342284f0
commit
079ed88119
@ -1125,7 +1125,7 @@ class Form
|
|||||||
$resql=$this->db->query($sql);
|
$resql=$this->db->query($sql);
|
||||||
if ($resql)
|
if ($resql)
|
||||||
{
|
{
|
||||||
print '<select class="flat" name="'.$htmlname.'">';
|
print '<select class="flat maxwidthonsmartphone" name="'.$htmlname.'">';
|
||||||
$num = $this->db->num_rows($resql);
|
$num = $this->db->num_rows($resql);
|
||||||
|
|
||||||
$qualifiedlines=$num;
|
$qualifiedlines=$num;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user