]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_yoomedia_tm_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_yoomedia_tm_row.tpl
index 872f61ae16f64e7efa8a16aa95094fa1d03a6dbe..5058fa026016e4925977134a40e022708339dfe7 100644 (file)
@@ -1,11 +1,11 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[id]</td>
-       <td class="switch_sw$content[sw] bottom right">&nbsp;$content[name]</td>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[reload] {--_HOURS--}</td>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[wait] {--_SECONDS--}</td>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[remain]</td>
-       <td class="switch_sw$content[sw] bottom right" align="center">$content[pay] &euro;</td>
-       <td class="switch_sw$content[sw] bottom" align="center" style="padding-left:1px;padding-right:1px;padding-top:2px;padding-bottom:2px">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">$content[id]</td>
+       <td class="{%template,ColorSwitch%} bottom right">$content[name]</td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">$content[reload] {--_HOURS--}</td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">$content[wait] {--_SECONDS--}</td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">{%pipe,translateComma=$content[remain]%}</td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">$content[pay] &euro;</td>
+       <td class="{%template,ColorSwitch%} bottom" align="center" style="padding-left:1px;padding-right:1px;padding-top:2px;padding-bottom:2px">
                <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_yoomedia_tm%}" method="post">
                        <input type="hidden" name="id" value="$content[id]" />
                        <input type="hidden" name="name" value="$content[name]" />
@@ -14,8 +14,8 @@
                        <input type="hidden" name="reload" value="$content[reload]" />
                        <table border="0" cellspacing="0" cellpadding="1" width="100%">
                        <tr>
-                               <td><input type="submit" class="admin_submit" name="ok" value="{--ADMIN_YOOMEDIA_PREPARE_MAIL--}" /></td>
-                               <td><input type="submit" class="admin_delete" name="remove" value="{--ADMIN_YOOMEDIA_REMOVE_MAIL--}" /></td>
+                               <td><input type="submit" class="form_submit" name="ok" value="{--ADMIN_YOOMEDIA_PREPARE_MAIL--}" /></td>
+                               <td><input type="submit" class="form_delete" name="remove" value="{--ADMIN_YOOMEDIA_REMOVE_MAIL--}" /></td>
                        </tr>
                        </table>
                </form>