]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_email.tpl
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / admin / admin_edit_email.tpl
index 2751038d701d8fd8b8b7cef9561479f2b83fe7dd..466de2de6b81b4e58b2e96fb2fc32551471fd7f3 100644 (file)
@@ -6,34 +6,34 @@
                </td>
        </tr>
        <tr>
-               <td align="right" class="top2">
+               <td align="right" class="top">
                        <strong>{--EDIT_URL--}:</strong>
                </td>
-               <td width="5" class="top2 seperator">&nbsp;</td>
-               <td class="top2">
+               <td width="5" class="top seperator">&nbsp;</td>
+               <td class="top">
                        <input type="text" name="url" class="admin_normal" size="30" maxlength="255" value="$content[url]" />
                </td>
        </tr>
        <tr>
-               <td align="right" class="top2">
+               <td align="right" class="top">
                        <strong>{--EMAIL_EDIT_SUBJ--}:</strong>
                </td>
-               <td width="5" class="top2" seperator>&nbsp;</td>
-               <td class="top2">
+               <td width="5" class="top" seperator>&nbsp;</td>
+               <td class="top">
                        <input type="text" name="subject" class="admin_normal" size="30" maxlength="255" value="$content[subject]" />
                </td>
        </tr>
        <tr>
-               <td align="right" class="top2">
+               <td align="right" class="top">
                        <strong>{--EMAIL_EDIT_TEXT--}:</strong>
                </td>
-               <td width="5" class="top2 seperator">&nbsp;</td>
-               <td class="top2">
+               <td width="5" class="top seperator">&nbsp;</td>
+               <td class="top">
                        <textarea name="text" class="admin_normal" rows="8" cols="28">$content[text]</textarea>
                </td>
        </tr>
        <tr>
-               <td align="center" height="30" colspan="3" class="admin_footer top2">
+               <td align="center" height="30" colspan="3" class="admin_footer top">
                        <input type="hidden" name="id" value="$content[id]"/ >
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="save" class="admin_submit" value="{--ADMIN_CHANGE_EMAIL--}" />