]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_rallye_prices.php
More fixes for rallye prices
[mailer.git] / inc / modules / admin / what-config_rallye_prices.php
index 96cefc7879cba5a11516c2b9532b939181aa2d34..7b606ece565a664b7d8dd8a4c4b27c9094833e32 100644 (file)
@@ -247,17 +247,13 @@ ORDER BY
                // List found rallyes
                $OUT = ''; $SW = 2;
                while ($content = SQL_FETCHARRAY($result)) {
-                       $select = "<input type=\"checkbox\" name=\"sel[".$content['id']."]\" class=\"admin_normal\" value=\"1\">";
-                       if ($content['is_active'] == 'Y') $select = "<div class=\"big\">".$content['id']."</div>";
-
                        // Prepare data for the row template
                        $content = array(
                                'sw'         => $SW,
                                'id'         => $content['id'],
-                               'select'     => $select,
                                'title'      => $content['title'],
                                'admin_id'   => $content['admin_id'],
-                               'email_link' => generateEmailLink($content['admin_id']),
+                               'admin_link' => generateAdminLink($content['admin_id']),
                                'login'      => $content['login'],
                                'start'      => generateDateTime($content['start_time'], 3),
                                'end'        => generateDateTime($content['end_time'], 3),