Huge rewrite of default parameters, ext-network continued:
[mailer.git] / templates / de / html / admin / admin_list_yoomedia_tm_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[id]</td>
3         <td class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[name]</td>
4         <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[reload] {--_HOURS--}</td>
5         <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[wait] {--_SECONDS--}</td>
6         <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[remain]</td>
7         <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[pay] &euro;</td>
8         <td class="switch_sw$content[sw] bottom2" align="center" style="padding-left:1px;padding-right:1px;padding-top:2px;padding-bottom:2px">
9                 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_yoomedia_tm" method="post" style="padding-bottom:0px">
10                         <input type="hidden" name="id" value="$content[id]" />
11                         <input type="hidden" name="name" value="$content[name]" />
12                         <input type="hidden" name="wait" value="$content[wait]" />
13                         <input type="hidden" name="text" value="$content[text]" />
14                         <input type="hidden" name="reload" value="$content[reload]" />
15                         <table border="0" cellspacing="0" cellpadding="1" width="100%">
16                         <tr>
17                                 <td><input type="submit" class="admin_submit" name="ok" value="{--ADMIN_YOOMEDIA_PREPARE_MAIL--}" /></td>
18                                 <td><input type="submit" class="admin_delete" name="remove" value="{--ADMIN_YOOMEDIA_REMOVE_MAIL--}" /></td>
19                         </tr>
20                         </table>
21                 </form>
22         </td>
23 </tr>