Configuration of advertisement networks prepared, CSS cleaned up, HTML rewritten:
[mailer.git] / inc / libs / rallye_functions.php
index 5aa0a1805cea0b682293eea8f3e348534ede309d..71e3bf842d2ba116e05cd5171f92aa7eba5fdf07 100644 (file)
@@ -840,7 +840,7 @@ function addReferalRallyeTemplateSelection ($name = 'template', $default = '') {
        // Do we have found templates which we can link with the new rallye?
        if (!empty($ral[0])) {
                // Generate selection box for all found templates
-               $OUT  = '<select name="' . $name . '" size="1" class="form_select">';
+               $OUT  = '<select class="form_select" name="' . $name . '" size="1">';
                $OUT .= generateOptionList('/ARRAY/', array_keys($ral), array_values($ral), $default, '', 'none');
                $OUT .= '</select>';
        } else {