Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 956)
+++ trunk/CHANGELOG	(revision 957)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.0 -------------------------------------
+12-Apr-2009 Matthias Gallas
+#	Fixed Typo in group_form.htt (ticket #705)
 01-Mar-2009 Christian Sommer
 !	Added disclaimer to upgrade-script.php	
 28-Feb-2009 Christian Sommer
Index: trunk/wb/templates/classic/templates/groups_form.htt
===================================================================
--- trunk/wb/templates/classic/templates/groups_form.htt	(revision 956)
+++ trunk/wb/templates/classic/templates/groups_form.htt	(revision 957)
@@ -268,7 +268,7 @@
 		<input type="reset" name="reset" value="{TEXT_RESET}" />
 		</form>
 	</td>
-	<form name="advanced" action="{ADVANED_ACTION}" method="post">
+	<form name="advanced" action="{ADVANCED_ACTION}" method="post">
 	<input type="hidden" name="group_id" value="{GROUP_ID}" />
 	<input type="hidden" name="action" value="modify" />
 	<td width="200" align="right">
Index: trunk/wb/templates/wb_theme/templates/groups_form.htt
===================================================================
--- trunk/wb/templates/wb_theme/templates/groups_form.htt	(revision 956)
+++ trunk/wb/templates/wb_theme/templates/groups_form.htt	(revision 957)
@@ -268,7 +268,7 @@
 		<input type="reset" name="reset" value="{TEXT_RESET}" />
 		</form>
 	</td>
-	<form name="advanced" action="{ADVANED_ACTION}" method="post">
+	<form name="advanced" action="{ADVANCED_ACTION}" method="post">
 	<input type="hidden" name="group_id" value="{GROUP_ID}" />
 	<input type="hidden" name="action" value="modify" />
 	<td width="200" align="right">
