]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_reflevel_row.tpl
Fix for missing language string and variable renamed to better naming convention
[mailer.git] / templates / de / html / admin / admin_edit_reflevel_row.tpl
index dd2aac26619a1a382c1b167cbc2135427e0ffa59..df3df3c338972dac82167bc0f2acb141218eabf3 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td colspan="2" align="center" class="admin_title bottom">
+       <td colspan="2" align="center" class="table_header bottom">
                <strong>{--ADMIN_REFERAL_DEPTHS_ID--} $content[id]:</strong>
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%}" align="right">{--REFERAL_LEVEL--}:&nbsp;</td>
        <td class="{%template,ColorSwitch%}" align="left">
-               <input type="text" name="level[$content[id]]" class="admin_normal" value="$content[level]" size="3" maxlength="5" />
+               <input type="text" class="form_field" name="level[$content[id]]" value="$content[level]" size="3" maxlength="5" />
        </td>
 </tr>
 <tr>
        <td class="{%template,ColorSwitch%} bottom" align="right">{--REFERAL_PERCENT--}:&nbsp;</td>
        <td class="{%template,ColorSwitch%} bottom" align="left">
-               <input type="text" name="perc[$content[id]]" class="admin_normal" value="{%pipe,translateComma=$content[percents]%}" size="3" maxlength="5" />&#37;
+               <input type="text" class="form_field" name="perc[$content[id]]" value="{%pipe,translateComma=$content[percents]%}" size="3" maxlength="5" />&#37;
        </td>
 </tr>