Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1069)
+++ trunk/CHANGELOG	(revision 1070)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 15-July 2009 Matthias Gallas
+!	changed in wrapper modul modify.html to modify.htt
 #	Fixed some validiation bugs in core and different modules (Thanks to luisehahne)
 #	fixed display issue of jscalendar in news modul (Thanks to Aldus)
 !	changed modules/admin.php to also make use of backend theme templates
Index: trunk/wb/modules/wrapper/modify.html
===================================================================
--- trunk/wb/modules/wrapper/modify.html	(revision 1069)
+++ trunk/wb/modules/wrapper/modify.html	(nonexistent)
@@ -1,41 +0,0 @@
-<!-- BEGIN main_block -->
-
-<form action="{WB_URL}/modules/wrapper/save.php" method="post">
-
-<input type="hidden" name="page_id" value="{PAGE_ID}" />
-<input type="hidden" name="section_id" value="{SECTION_ID}" />
-
-<table cellpadding="0" cellspacing="0" border="0" width="100%">
-<tr>
-	<td align="left" width="50">
-		{TEXT_URL}:
-	</td>
-	<td>
-		<input type="text" name="url" value="{URL}" style="width: 100%;" />
-	</td>
-</tr>
-<tr>
-	<td align="left" width="50">
-		{TEXT_HEIGHT}:
-	</td>
-	<td>
-		<input type="text" name="height" value="{HEIGHT}" maxlength="4" style="width: 100%;" />
-	</td>
-</tr>
-</table>
-
-<table cellpadding="0" cellspacing="0" border="0" width="100%">
-<tr>
-	<td align="left">
-		<input type="submit" value="{TEXT_SAVE}" style="width: 200px; 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/wrapper/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
Index: trunk/wb/modules/wrapper/modify.htt
===================================================================
--- trunk/wb/modules/wrapper/modify.htt	(nonexistent)
+++ trunk/wb/modules/wrapper/modify.htt	(revision 1070)
@@ -0,0 +1,41 @@
+<!-- BEGIN main_block -->
+
+<form action="{WB_URL}/modules/wrapper/save.php" method="post">
+
+<input type="hidden" name="page_id" value="{PAGE_ID}" />
+<input type="hidden" name="section_id" value="{SECTION_ID}" />
+
+<table cellpadding="0" cellspacing="0" border="0" width="100%">
+<tr>
+	<td align="left" width="50">
+		{TEXT_URL}:
+	</td>
+	<td>
+		<input type="text" name="url" value="{URL}" style="width: 100%;" />
+	</td>
+</tr>
+<tr>
+	<td align="left" width="50">
+		{TEXT_HEIGHT}:
+	</td>
+	<td>
+		<input type="text" name="height" value="{HEIGHT}" maxlength="4" style="width: 100%;" />
+	</td>
+</tr>
+</table>
+
+<table cellpadding="0" cellspacing="0" border="0" width="100%">
+<tr>
+	<td align="left">
+		<input type="submit" value="{TEXT_SAVE}" style="width: 200px; 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/wrapper/modify.htt
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/wrapper/modify.php
===================================================================
--- trunk/wb/modules/wrapper/modify.php	(revision 1069)
+++ trunk/wb/modules/wrapper/modify.php	(revision 1070)
@@ -25,7 +25,7 @@
 
 // Setup template object
 $template = new Template(WB_PATH.'/modules/wrapper');
-$template->set_file('page', 'modify.html');
+$template->set_file('page', 'modify.htt');
 $template->set_block('page', 'main_block', 'main');
 
 // Get page content
