Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1006)
+++ trunk/CHANGELOG	(revision 1007)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.0 -------------------------------------
+22-June-2009 Matthias Gallas
+-	removed obsolete code/modify.html
 22-June-2009 Dietrich Roland Pehlke
 #	Changes on module "code": add the section_id to the name of the textarea,
 	to keep the functionality if you are using more than one code-section on a page.
Index: trunk/wb/modules/code/modify.html
===================================================================
--- trunk/wb/modules/code/modify.html	(revision 1006)
+++ trunk/wb/modules/code/modify.html	(nonexistent)
@@ -1,24 +0,0 @@
-{REGISTER_EDIT_AREA}
-
-<!-- BEGIN main_block -->
-<form action="{WB_URL}/modules/code/save.php" method="post">
-
-<input type="hidden" name="page_id" value="{PAGE_ID}" />
-<input type="hidden" name="section_id" value="{SECTION_ID}" />
-
-<textarea id="content" name="content" style="WIDTH: 100%; HEIGHT: 380px">{CONTENT}</textarea>
-
-<table cellpadding="0" cellspacing="0" border="0" width="100%">
-<tr>
-	<td align="left">
-		<input type="submit" value="{TEXT_SAVE}" style="width: 100px; margin-top: 5px;" />
-	</td>
-	<td align="right">
-		</form>
-		<input type="button" value="{TEXT_CANCEL}" onclick="javascript: window.location = 'index.php';" style="width: 100px; margin-top: 5px;" />
-	</td>
-</tr>
-</table>
-
-</form>
-<!-- END main_block -->
\ No newline at end of file

Property changes on: trunk/wb/modules/code/modify.html
___________________________________________________________________
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
