select_box cosmetic font

This commit is contained in:
Dany De Bontridder 2020-10-12 18:38:02 +02:00
parent 5a9c4eeab9
commit f880de5045

View file

@ -157,7 +157,7 @@ class Select_Box
// display the button
printf('<input type="button" class="smallbutton icon " id="%s_bt" value="%s &#x25BE;" >',
printf('<input type="button" class="smallbutton " id="%s_bt" value="%s &#x25BE;" >',
$this->id, $this->value);
printf('<input type="hidden" id="%s" name="%s" value="%s">', $this->id,
$this->id, $this->default_value);