summaryrefslogtreecommitdiffstats
path: root/frontends/php/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/config.php')
-rw-r--r--frontends/php/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/config.php b/frontends/php/config.php
index 2ce00ace..e061e7f5 100644
--- a/frontends/php/config.php
+++ b/frontends/php/config.php
@@ -176,7 +176,7 @@
echo "Type";
show_table2_h_delimiter();
// echo "<select class=\"biginput\" name=\"type\" size=\"1\" onChange=\"doSelect(this,'sel_dmk')\">";
- echo "<select name=\"type\" size=\"1\" onChange=\"submit()\">";
+ echo "<select class=\"select\" name=\"type\" size=\"1\" onChange=\"submit()\">";
if($type==0)
{
echo "<option value=\"0\" selected>Email";