Revision 1007
Added by Matthias over 16 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
| 14 |
22-June-2009 Matthias Gallas |
|
| 15 |
- removed obsolete code/modify.html |
|
| 14 | 16 |
22-June-2009 Dietrich Roland Pehlke |
| 15 | 17 |
# Changes on module "code": add the section_id to the name of the textarea, |
| 16 | 18 |
to keep the functionality if you are using more than one code-section on a page. |
| trunk/wb/modules/code/modify.html | ||
|---|---|---|
| 1 |
{REGISTER_EDIT_AREA}
|
|
| 2 |
|
|
| 3 |
<!-- BEGIN main_block --> |
|
| 4 |
<form action="{WB_URL}/modules/code/save.php" method="post">
|
|
| 5 |
|
|
| 6 |
<input type="hidden" name="page_id" value="{PAGE_ID}" />
|
|
| 7 |
<input type="hidden" name="section_id" value="{SECTION_ID}" />
|
|
| 8 |
|
|
| 9 |
<textarea id="content" name="content" style="WIDTH: 100%; HEIGHT: 380px">{CONTENT}</textarea>
|
|
| 10 |
|
|
| 11 |
<table cellpadding="0" cellspacing="0" border="0" width="100%"> |
|
| 12 |
<tr> |
|
| 13 |
<td align="left"> |
|
| 14 |
<input type="submit" value="{TEXT_SAVE}" style="width: 100px; margin-top: 5px;" />
|
|
| 15 |
</td> |
|
| 16 |
<td align="right"> |
|
| 17 |
</form> |
|
| 18 |
<input type="button" value="{TEXT_CANCEL}" onclick="javascript: window.location = 'index.php';" style="width: 100px; margin-top: 5px;" />
|
|
| 19 |
</td> |
|
| 20 |
</tr> |
|
| 21 |
</table> |
|
| 22 |
|
|
| 23 |
</form> |
|
| 24 |
<!-- END main_block --> |
|
| 25 | 0 | |
Also available in: Unified diff
Removed obsolete code/modify.html