]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_country_edit_row.tpl
Naming convention applied
[mailer.git] / templates / de / html / admin / admin_list_country_edit_row.tpl
index 459db3d8db967dbfc0612161f4312fc906b804fe..607fb30d966fe0bc677feb92bdfebfa076fd691e 100644 (file)
@@ -3,14 +3,14 @@
                <input type="hidden" name="id[$content[id]]" value="1" />
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               <input type="text" name="code[$content[id]]" class="admin_normal" size="2" maxelength="2" value="$content[code]" />
+               <input type="text" class="form_field" name="code[$content[id]]" size="2" maxelength="2" value="$content[code]" />
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom right">
-               <input type="text" name="descr[$content[id]]" class="admin_normal" size="20" maxelength="255" value="$content[descr]" />
+               <input type="text" class="form_field" name="descr[$content[id]]" size="20" maxelength="255" value="$content[descr]" />
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom">
-               <select name="is_active[$content[id]]" class="admin_select" size="1">
-                       $content[status]
+               <select name="is_active[$content[id]]" class="form_select" size="1">
+                       $content[is_active]
                </select>
        </td>
 </tr>