]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_edit_row.tpl
Naming convention applied to language strings, new API function added:
[mailer.git] / templates / de / html / admin / admin_list_country_edit_row.tpl
index 219aaffbd0c5ef42da57c67c12a3cb339ee774b0..386a364e816ee47368c8ea5715da3c05b86e2c5f 100644 (file)
@@ -1,15 +1,15 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom right"><strong>$content[id]</strong>
+       <td align="center" class="{%template,ColorSwitch%} bottom right"><strong>$content[id]</strong>
                <input type="hidden" name="id[$content[id]]" value="1" />
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <input type="text" name="code[$content[id]]" class="admin_normal" size="2" maxelength="2" value="$content[code]" />
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <input type="text" name="code[$content[id]]" class="form_field" size="2" maxelength="2" value="$content[code]" />
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom right">
-               <input type="text" name="descr[$content[id]]" class="admin_normal" size="20" maxelength="255" value="$content[descr]" />
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               <input type="text" name="descr[$content[id]]" class="form_field" size="20" maxelength="255" value="$content[descr]" />
        </td>
-       <td align="center" class="switch_sw$content[sw] bottom">
-               <select name="is_active[$content[id]]" class="admin_select" size="1">
+       <td align="center" class="{%template,ColorSwitch%} bottom">
+               <select name="is_active[$content[id]]" class="form_select" size="1">
                        $content[status]
                </select>
        </td>