More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_edit_email.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=edit_emails" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" align="center"
3         class="admin_table dashed">
4         <tr>
5                 <td width="10" height="30" class="admin_title seperator">&nbsp;</td>
6                 <td align="center" colspan="3" class="admin_title"><strong>{--ADMIN_EDIT_EMAIL--}:</strong>
7                 ({!__ID_VALUE!})</td>
8                 <td width="10" class="admin_title seperator">&nbsp;</td>
9         </tr>
10         <tr>
11                 <td width="10" class="top2 seperator" height="35">&nbsp;</td>
12                 <td align="right" class="top2"><strong>{--EDIT_URL--}:</strong>
13                 </td>
14                 <td width="5" class="top2 seperator">&nbsp;</td>
15                 <td class="top2"><input type="text" name="url"
16                         class="admin_normal" size="30" maxlength="255"
17                         value="{!__URL_VALUE!}"></td>
18                 <td width="10" class="top2 seperator">&nbsp;</td>
19         </tr>
20         <tr>
21                 <td width="10" class="top2 seperator" height="35">&nbsp;</td>
22                 <td align="right" class="top2"><strong>{--EMAIL_EDIT_SUBJ--}:</strong>
23                 </td>
24                 <td width="5" class="top2" seperator>&nbsp;</td>
25                 <td class="top2"><input type="text" name="subj"
26                         class="admin_normal" size="30" maxlength="255"
27                         value="{!__SUBJ_VALUE!}"></td>
28                 <td width="10" class="top2" seperator>&nbsp;</td>
29         </tr>
30         <tr>
31                 <td width="10" height="125" class="top2" seperator>&nbsp;</td>
32                 <td align="right" class="top2"><strong>{--EMAIL_EDIT_TEXT--}:</strong>
33                 </td>
34                 <td width="5" class="top2 seperator">&nbsp;</td>
35                 <td class="top2"><textarea name="text" class="admin_normal"
36                         rows="8" cols="28">{!__TEXT_VALUE!}</textarea></td>
37                 <td width="10" class="top2 seperator">&nbsp;</td>
38         </tr>
39         <tr>
40                 <td width="10" class="admin_footer seperator top2" height="35">&nbsp;</td>
41                 <td align="center" height="30" colspan="3" class="admin_footer top2">
42                         <input type="hidden" name="id" value="{!__ID_VALUE!}"/ >
43                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
44                         <input type="submit" name="save" class="admin_submit" value="{--ADMIN_CHANGE_EMAIL--}" />
45                 </td>
46                 <td width="10" class="admin_footer seperator top2">&nbsp;</td>
47         </tr>
48 </table>
49 </form>