A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / libs / rallye_functions.php
index 26babebf3f7a53819133c054e83188c2e1fd92d4..5aa0a1805cea0b682293eea8f3e348534ede309d 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="admin_select">';
+               $OUT  = '<select name="' . $name . '" size="1" class="form_select">';
                $OUT .= generateOptionList('/ARRAY/', array_keys($ral), array_values($ral), $default, '', 'none');
                $OUT .= '</select>';
        } else {