1
|
<!-- BEGIN main_block -->
|
2
|
{REGISTER_EDIT_AREA}
|
3
|
<form action="{WB_URL}/modules/{ADDON_NAME}/save.php" method="post">
|
4
|
<input type="hidden" name="page_id" value="{PAGE_ID}" />
|
5
|
<input type="hidden" name="section_id" value="{SECTION_ID}" />
|
6
|
{FTAN}
|
7
|
<textarea cols="2" id="content{SECTION}" name="content" style="width: 100%; height: 20.225em">{CONTENT}</textarea>
|
8
|
|
9
|
<table style="width: 100%;">
|
10
|
<tr>
|
11
|
<td>
|
12
|
<input type="submit" value="{TEXT_SAVE}" style="min-width: 100px; margin-top: 5px;" />
|
13
|
<input name="pagetree" type="submit" value="{TEXT_SAVE} & {TEXT_BACK}" style="min-width: 100px; margin-top: 5px;" />
|
14
|
</td>
|
15
|
<td style="float: right;">
|
16
|
<input type="button" value="{TEXT_CANCEL}" onclick="window.location = 'index.php';" style="width: 100px; margin-top: 5px;" />
|
17
|
</td>
|
18
|
</tr>
|
19
|
</table>
|
20
|
</form>
|
21
|
<p> </p>
|
22
|
<!-- END main_block -->
|