Browse Source

show users/group config

remotes/origin/stable
Sandro 16 years ago
parent
commit
6c400ce8c6
  1. 2
      inc/templates/adminform.php
  2. 4
      inc/templates/configform.php

2
inc/templates/adminform.php

@ -115,7 +115,7 @@ foreach($dbtypes as $dbtype){
<tr><td></td><td><input type="submit" name="set_config" alt="save" value="save" class="formstyle" /></td></tr>
</table></form><br/>
<?php
if(!$FIRSTRUN and false){//disabled for now?>
if(!$FIRSTRUN ){//disabled for now?>
<br/>
<form method="post" enctype="multipart/form-data">
<table cellpadding="5" cellspacing="5" border="0" class="loginform">

4
inc/templates/configform.php

@ -34,7 +34,7 @@ changepassset=function(){
</table>
</form>
<!--dissabled for now
Groups:
Groups:-->
<form method="post" enctype="multipart/form-data">
<input type='hidden' name='creategroup' value='1'>
<table cellpadding="5" cellspacing="5" border="0" class="loginform">
@ -50,4 +50,4 @@ foreach($groups as $group){
<tr><td colspan='2' class='center'>Create new group</td></tr>
<tr><td><input type='text' name='groupname' class="formstyle"></input></td><td><input type='submit' value='create' class="formstyle"></input></td></tr>
</table>
</form>-->
</form>
Loading…
Cancel
Save