]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_theme_row_404.tpl
Rewrote some parts:
[mailer.git] / templates / de / html / admin / admin_edit_theme_row_404.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 {--ADMIN_THEME_NOT_READABLE--}
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 $content[link]
7         </td>
8         <td class="{%template,ColorSwitch%} bottom right" align="center">
9                 $content[theme_name]
10         </td>
11         <td class="{%template,ColorSwitch%} bottom right" align="center">
12                 {%pipe,translateYesNo=$content[theme_active]%}
13         </td>
14         <td class="{%template,ColorSwitch%} bottom right" align="center">
15                 $content[email]
16         </td>
17         <td class="{%template,ColorSwitch%} bottom right" align="center">
18                 <a href="{%pipe,generateDereferrerUrl=$content[theme_url]%}" target="_blank">$content[theme_url]</a>
19         </td>
20         <td class="{%template,ColorSwitch%} bottom" align="center">
21                 v$content[theme_version]
22         </td>
23 </tr>