A lot naming conventions applied, TODOs.txt updated
[mailer.git] / templates / de / html / admin / admin_config_email_edit_row.tpl
index 8f6514093b272df02706eb512386e36808290bd4..ee665b540c9d3536f2fe60b9b8826d99fa254648 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
        <td class="{%template,ColorSwitch%}" colspan="2" align="center">
-               <strong>{--MRECEIVE_ID--} $content[id]:</strong>
+               <strong>{--ADMIN_MAX_RECEIVE_ID--} $content[id]:</strong>
                <input type="hidden" name="id[$content[id]]" value="1" />
        </td>
 </tr>
 <tr>
-       <td class="{%template,ColorSwitch%}" align="right">{--MREC_VALUE--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%}" align="right">{--ADMIN_MAX_RECEIVE_VALUE--}:&nbsp;</td>
        <td class="{%template,ColorSwitch%}">
                <input type="text" name="val[$content[id]]" class="admin_normal" value="$content[value]" size="3" maxlength="5" />
        </td>
 </tr>
 <tr>
-       <td class="{%template,ColorSwitch%} bottom" align="right">{--MREC_COMMENT--}:&nbsp;</td>
+       <td class="{%template,ColorSwitch%} bottom" align="right">{--ADMIN_MAX_RECEIVE_COMMENT--}:&nbsp;</td>
        <td class="{%template,ColorSwitch%} bottom">
                <input type="text" name="comm[$content[id]]" class="admin_normal" value="$content[comment]" size="25" maxlength="255" />
        </td>