Fixed validation of /settings
In 'inc/templates/configform.php' * action attribute of form specified * put the hidden input in a div for validation
This commit is contained in:
parent
96e185f150
commit
7a7b2cdd1e
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ changepassset=function(){
|
|||
</form>
|
||||
<!--dissabled for now
|
||||
Groups:-->
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
<input type='hidden' name='creategroup' value='1'>
|
||||
<form method="post" enctype="multipart/form-data" action="#">
|
||||
<div><input type='hidden' name='creategroup' value='1' /></div>
|
||||
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
|
||||
<tr><td colspan='2' class='center'>Current groups</td></tr>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue