]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_theme_edit_row.tpl
More rewrites/templates swapped out:
[mailer.git] / templates / de / html / admin / admin_theme_edit_row.tpl
index 22dce6d40fde036bb9ae014e7c7edfaf725e04f3..a6d7ae2048e50f2f031a9c1d1a057b3393769b00 100644 (file)
@@ -1,16 +1,16 @@
 <tr>
        <td class="switch_sw$content[sw] bottom right" align="center">
                <input type="checkbox" name="sel[$content[id]]" title="{--ID_SELECT--} $content[id]" class="admin_normal" value="1" />
-               <input type="hidden" name="active[$content[id]]" value="$content[active]" />
+               <input type="hidden" name="active[$content[id]]" value="$content[theme_active]" />
        </td>
        <td class="switch_sw$content[sw] bottom right" align="center">
                $content[link]
        </td>
        <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[name]
+               $content[theme_name]
        </td>
        <td class="switch_sw$content[sw] bottom right" align="center">
-               $content[is_act]
+               {%pipe,translateYesNo=$content[theme_active]%}
        </td>
        <td class="switch_sw$content[sw] bottom right" align="center">
                $content[email]
@@ -19,6 +19,6 @@
                <a href="$content[url_link]" target="_blank">$content[url_title]</a>
        </td>
        <td class="switch_sw$content[sw] bottom" align="center">
-               v$content[ver]
+               v$content[theme_ver]
        </td>
 </tr>