Extension ext-repair extended, outdated calls DEBUG_LOG() fixed:
[mailer.git] / templates / de / html / admin / admin_theme_edit_row.tpl
1 <tr>
2         <td class="switch_sw$content[sw] bottom right" align="center" height="30">
3                 <input type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" class="admin_normal" value="1" />
4                 <input type="hidden" name="active[$content[id]]" value="$content[active]" />
5         </td>
6         <td class="switch_sw$content[sw] bottom right" align="center" height="30">
7                 $content[link]
8         </td>
9         <td class="switch_sw$content[sw] bottom right" align="center">
10                 $content[name]
11         </td>
12         <td class="switch_sw$content[sw] bottom right" align="center" height="30">
13                 $content[is_act]
14         </td>
15         <td class="switch_sw$content[sw] bottom right" align="center">
16                 $content[email]
17         </td>
18         <td class="switch_sw$content[sw] bottom right" align="center">
19                 <a href="$content[url_link]" target="_blank">$content[url_title]</a>
20         </td>
21         <td class="switch_sw$content[sw] bottom right" align="center">
22                 v$content[ver]
23         </td>
24 </tr>