Naming convention applied, new API function introduced:
[mailer.git] / templates / de / html / admin / admin_edit_theme_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 <input type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" class="form_field" value="1" />
4                 <input type="hidden" name="active[$content[id]]" value="$content[theme_active]" />
5         </td>
6         <td class="{%template,ColorSwitch%} bottom right" align="center">
7                 $content[link]
8         </td>
9         <td class="{%template,ColorSwitch%} bottom right" align="center">
10                 $content[theme_name]
11         </td>
12         <td class="{%template,ColorSwitch%} bottom right" align="center">
13                 {%pipe,translateYesNo=$content[theme_active]%}
14         </td>
15         <td class="{%template,ColorSwitch%} bottom right" align="center">
16                 $content[email]
17         </td>
18         <td class="{%template,ColorSwitch%} bottom right" align="center">
19                 <a href="{%pipe,generateDerefererUrl=$content[url]%}" target="_blank">$content[url]</a>
20         </td>
21         <td class="{%template,ColorSwitch%} bottom" align="center">
22                 v$content[theme_version]
23         </td>
24 </tr>