]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admin_add.php
Naming convention applied to language strings, new API function added:
[mailer.git] / inc / modules / admin / what-admin_add.php
index 7e66899d8255772e00366d569d3a41ecaa06d892..c5ae169766daf58e12dc92da595d2360c360a90f 100644 (file)
@@ -135,8 +135,8 @@ if (!isFormSent()) {
                }
        }
 
-       $OUT = '    <select class="admin_select" name="sort" size="1">
-      <option value="0">{--IS_FIRST_MENU--}</option>';
+       $OUT = '    <select class="form_select" name="sort" size="1">
+      <option value="0">{--ADMIN_IS_FIRST_MENU--}</option>';
        foreach ($below as $key => $m) {
                if (is_array($m)) {
                        foreach ($m as $key2 => $m2) {