]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_register.php
More rewrites/templates swapped out:
[mailer.git] / inc / modules / admin / what-config_register.php
index 4cba9e31e0f586254a849fad3a5f506c91b5a801..0744101ffcd8a986c932942b5320640480875f2f 100644 (file)
@@ -73,16 +73,10 @@ while ($content = SQL_FETCHARRAY($result)) {
 
        // Add more data
        $content['sw']        = $SW;
-       $content['selection'] = addSelectionBox('yn', $content['field_required'], "sel[".$content['id']."]");
+       $content['selection'] = addSelectionBox('yn', $content['field_required'], 'sel[' . $content['id'] . ']');
 
        // @TODO Move this HTML code into a template
-       $OUT .= "<tr>
-       <td align=\"center\" class=\"switch_sw".$content['sw']." bottom right\">".$content['id']."</td>
-       <td class=\"switch_sw".$content['sw']." bottom right\">".$content['field_name']."</td>
-       <td align=\"center\" class=\"switch_sw".$content['sw']." bottom right\">
-               ".$content['selection']."
-       </td>
-</tr>\n";
+       $OUT .= loadTemplate('admin_config_register_row', true, $content);
 
        // Switch color
        $SW = 3 - $SW;