]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_theme_import_row.tpl
Changed all admin getter, closed internal TODOs:
[mailer.git] / templates / de / html / admin / admin_theme_import_row.tpl
index c98d5b1a5f0df7d0956ce505a08e1e86dcfc9d51..90ab8273451b0b220eabecd4e5b43760f7c06055 100644 (file)
@@ -1,14 +1,14 @@
 <tr>
-  <td class="switch_sw$content[sw] bottom2 right2" align="center" height="30">$content[unix]</td>
-  <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[name]</td>
-  <td class="switch_sw$content[sw] bottom2 right2" align="center">
-    <a href="mailto:$content[email]?Subject=[Theme:] $content[name] ($content[unix])"."">$content[author]</a>
-  </td>
-  <td class="switch_sw$content[sw] bottom2 right2" align="center">
-    <a href="$content[link]" target="_blank">$content[url]</a>
-  </td>
-  <td class="switch_sw$content[sw] bottom2 right2" align="center">v$content[version]</td>
-  <td class="switch_sw$content[sw] bottom2" align="center">
-    $content[form]
-  </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">$content[unix]</td>
+       <td class="switch_sw$content[sw] bottom right" align="center">$content[theme_name]</td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <a href="mailto:$content[theme_email]?Subject=[Theme:] $content[name] ($content[unix])">$content[theme_author]</a>
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">
+               <a href="{%pipe,generateDerefererUrl=$content[theme_url]%}" target="_blank">$content[theme_url]</a>
+       </td>
+       <td class="switch_sw$content[sw] bottom right" align="center">v$content[theme_ver]</td>
+       <td class="switch_sw$content[sw] bottom" align="center">
+               $content[form_content]
+       </td>
 </tr>