]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rewrite_rows.tpl
Introduced 'per-what-word-wrapping
[mailer.git] / templates / de / html / admin / admin_config_rewrite_rows.tpl
index d55eba6409fc8ea5b7db99d400eead5cc9516ab2..6e25dbb981669fd3669c9d743809576ff62f9612 100644 (file)
@@ -1,8 +1,12 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[module]</td>
-       <td class="switch_sw$content[sw] bottom right">{%pipe,fixEmptyContentToDashes=$content[title]%}</td>
-       <td class="switch_sw$content[sw] bottom" align="center">
-               <input type="radio" name="mod[$content[module]]" class="admin_normal" value="Y"$content[y_default] /> {--YES--}<br />
-               <input type="radio" name="mod[$content[module]]" class="admin_normal" value="N"$content[n_default] /> {--NO--}
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[module]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,fixEmptyContentToDashes=$content[title]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               <input type="radio" class="form_field" name="mod[$content[module]]" value="Y"$content[y_default] /> {--YES--}<br />
+               <input type="radio" class="form_field" name="mod[$content[module]]" value="N"$content[n_default] /> {--NO--}
        </td>
 </tr>