Index: trunk/wb/modules/code/htt/modify.htt
===================================================================
--- trunk/wb/modules/code/htt/modify.htt	(nonexistent)
+++ trunk/wb/modules/code/htt/modify.htt	(revision 1006)
@@ -0,0 +1,24 @@
+{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{SECTION}" 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>
+<p>&nbsp;</p>
+<!-- END main_block -->
\ No newline at end of file

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