branched
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_edit_email.tpl
diff --git a/0.2.1/templates/de/html/admin/admin_edit_email.tpl b/0.2.1/templates/de/html/admin/admin_edit_email.tpl
deleted file mode 100644 (file)
index 7f72fef..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=edit_emails"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed">
-       <TR>
-               <TD width="10" height="30" class="admin_title seperator">&nbsp;</TD>
-               <TD align="center" colspan="3" class="admin_title"><STRONG>{--ADMIN_EDIT_EMAIL--}:</STRONG>
-               ({!__ID_VALUE!})</TD>
-               <TD width="10" class="admin_title seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="top2 seperator" height="35">&nbsp;</TD>
-               <TD align="right" class="top2"><STRONG>{--EMAIL_EDIT_URL--}:</STRONG>
-               </TD>
-               <TD width="5" class="top2 seperator">&nbsp;</TD>
-               <TD class="top2"><INPUT type="text" name="url"
-                       class="admin_normal" size="30" maxlength="255"
-                       value="{!__URL_VALUE!}"></TD>
-               <TD width="10" class="top2 seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="top2 seperator" height="35">&nbsp;</TD>
-               <TD align="right" class="top2"><STRONG>{--EMAIL_EDIT_SUBJ--}:</STRONG>
-               </TD>
-               <TD width="5" class="top2" seperator>&nbsp;</TD>
-               <TD class="top2"><INPUT type="text" name="subj"
-                       class="admin_normal" size="30" maxlength="255"
-                       value="{!__SUBJ_VALUE!}"></TD>
-               <TD width="10" class="top2" seperator>&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" height="125" class="top2" seperator>&nbsp;</TD>
-               <TD align="right" class="top2"><STRONG>{--EMAIL_EDIT_TEXT--}:</STRONG>
-               </TD>
-               <TD width="5" class="top2 seperator">&nbsp;</TD>
-               <TD class="top2"><TEXTAREA name="text" class="admin_normal"
-                       rows="8" cols="28">{!__TEXT_VALUE!}</TEXTAREA></TD>
-               <TD width="10" class="top2 seperator">&nbsp;</TD>
-       </TR>
-       <TR>
-               <TD width="10" class="admin_footer seperator top2" height="35">&nbsp;</TD>
-               <TD align="center" height="30" colspan="3" class="admin_footer top2">
-               <INPUT type="hidden" name="id" value="{!__ID_VALUE!}"> <INPUT
-                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
-               <INPUT type="submit" name="save" class="admin_submit"
-                       value="{--ADMIN_CHANGE_EMAIL--}"></TD>
-               <TD width="10" class="admin_footer seperator top2">&nbsp;</TD>
-       </TR>
-</TABLE>
-</FORM>