]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_themes_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / member / member_themes_row.tpl
index 7e59f67e739cf266dc3272ce4df519f82d9cdf2f..bb410b7b8162029a74175e063e05ae098036545c 100644 (file)
@@ -1,13 +1,17 @@
 <tr>
-       <td class="{%template,ColorSwitch%} bottom right" align="center" height="30">
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
                <input type="radio" class="form_field" name="member_theme" value="$content[unix]"$content[default] />
        </td>
-       <td class="{%template,ColorSwitch%} bottom right" align="center">$content[theme_name]</td>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
-       <a href="mailto:$content[theme_email]?Subject=[Theme:] $content[theme_name] ($content[unix])">$content[theme_author]</a>
+               $content[theme_name]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <a href="mailto:$content[theme_email]?Subject=[Theme:] $content[theme_name] ($content[unix])">$content[theme_author]</a>
        </td>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
                <a href="{%pipe,generateDereferrerUrl=$content[theme_url]%}" target="_blank">$content[theme_url]</a>
        </td>
-       <td class="{%template,ColorSwitch%} bottom" align="center">v$content[theme_version]</td>
+       <td class="{%template,ColorSwitch%} bottom" align="center">
+               v$content[theme_version]
+       </td>
 </tr>