]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-admins_mails.php
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / inc / modules / admin / what-admins_mails.php
index 6873a5889edd11ad95947e928be4676aa90e3fd7..3d1c1daa58de73a41fab5382ba6f2a9b5927422f 100644 (file)
@@ -47,7 +47,7 @@ addMenuDescription('admin', __FILE__);
 
 if (isFormSent('edit')) {
        // Check if entires are checked
-       if (countPostSelection() > 0) {
+       if (ifPostContainsSelections()) {
                // Add option for events
                $adminsList = generateOptionList('admins', 'id', 'login', '', 'email');
                $rows = '';
@@ -59,7 +59,7 @@ if (isFormSent('edit')) {
                        $adminId2 = '0'; $id = '0';
                        while ($content = SQL_FETCHARRAY($result)) {
                                // @TODO Can this be rewritten to an API function?
-                               $OUT .= '<select name="admin_id[' . $content['id'] . ']" size="1" class="admin_select">
+                               $OUT .= '<select name="admin_id[' . $content['id'] . ']" size="1" class="form_select">
 <option value="0"';
                                if ($content['admin_id'] == '0') $OUT .= ' selected="selected"';
                                $OUT .= '>{--ADMINS_ALL_ADMINS--}</option>';
@@ -118,7 +118,7 @@ ORDER BY
        m.admin_id ASC,
        m.mail_template ASC", __FILE__, __LINE__);
 
-       if (SQL_NUMROWS($result) > 0) {
+       if (!SQL_HASZERONUMS($result)) {
                // Shall I change entries?
                if (isFormSent('change')) {
                        // Init SQLs