]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_email_del_row.tpl
New (template) wrapper function fixEmptyContentToDashes() introduced, EL rewrites:
[mailer.git] / templates / de / html / admin / admin_config_email_del_row.tpl
index 0adc260c4d640ff242314f76700ebcd3a2e6d03d..3330987605815149dc88d20c5fc13307c04ba629 100644 (file)
@@ -1,22 +1,11 @@
-<TR>
-       <TD height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw]" align="center"><STRONG>{--MRECEIVE_ID--}
-       $content[id]:</STRONG></TD>
-</TR>
-<TR>
-       <TD height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
-</TR>
-<TR>
-       <TD class="switch_sw$content[sw]" align="center">$content[value]
-       ($content[comment]) <INPUT type="hidden" name="id[$content[id]]"
-               value="1" size="35"></TD>
-</TR>
-<TR>
-       <TD height="5" class="switch_sw$content[sw] bottom"
-               style="font-size: 1px">&nbsp;</TD>
-</TR>
-<TR>
-       <TD height="5" class="switch_sw$content[sw] seperator">&nbsp;</TD>
-</TR>
+<tr>
+       <td class="switch_sw$content[sw]" align="center">
+               <strong>{--MRECEIVE_ID--} $content[id]:</strong>
+       </td>
+</tr>
+<tr>
+       <td class="switch_sw$content[sw] bottom" align="center">
+               $content[value] ({%pipe,fixEmptyContentToDashes=$content[comment]%})
+               <input type="hidden" name="id[$content[id]]" value="1" />
+       </td>
+</tr>