]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_amenu_edit_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_amenu_edit_row.tpl
index 2ff6ea8aea7094e476ba03380a6845c272ec0ecf..bf98e436ae1967e78828f652486c27fbb21504f2 100644 (file)
@@ -1,37 +1,37 @@
 <tr>
-       <td colspan="2" class="admin_edit switch_sw$content[sw]">
+       <td colspan="2" class="admin_edit {%template,ColorSwitch%}">
                $content[cnt]. {--ENTRY_MODIFY--}:
        </td>
 </tr>
 <tr>
-       <td align="right" class="admin_edit switch_sw$content[sw]">
+       <td align="right" class="admin_edit {%template,ColorSwitch%}">
                {--EDIT_ACTION--}:
        </td>
-       <td class="admin_edit switch_sw$content[sw]">
+       <td class="admin_edit {%template,ColorSwitch%}">
                $content[action]
        </td>
 </tr>
 <tr>
-       <td class="admin_edit switch_sw$content[sw]" align="right">
+       <td class="admin_edit {%template,ColorSwitch%}" align="right">
                {--EDIT_WHAT--}:
        </td>
-       <td class="admin_edit switch_sw$content[sw]">
+       <td class="admin_edit {%template,ColorSwitch%}">
                $content[what]
        </td>
 </tr>
 <tr>
-       <td class="admin_edit switch_sw$content[sw]" align="right">
+       <td class="admin_edit {%template,ColorSwitch%}" align="right">
                {--EDIT_TITLE--}:
        </td>
-       <td class="admin_edit switch_sw$content[sw]">
+       <td class="admin_edit {%template,ColorSwitch%}">
                <input type="text" name="sel[$content[sel]]" value="$content[menu]" class="admin_normal" size="30" maxlength="50" />
        </td>
 </tr>
 <tr>
-       <td class="admin_edit switch_sw$content[sw] bottom" align="right">
+       <td class="admin_edit {%template,ColorSwitch%} bottom" align="right">
                {--EDIT_DESCR--}:
        </td>
-       <td class="admin_edit switch_sw$content[sw] bottom">
+       <td class="admin_edit {%template,ColorSwitch%} bottom">
                <textarea name="sel_desc[$content[sel]]" class="admin_normal" rows="10" cols="30">$content[descr]</textarea>
        </td>
 </tr>