show users/group config
This commit is contained in:
parent
4f5e24a327
commit
6c400ce8c6
|
@ -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">
|
||||
|
@ -131,4 +131,4 @@ if(!$FIRSTRUN and false){//disabled for now?>
|
|||
<script type="text/javascript">
|
||||
dbtypechange()
|
||||
showBackupPath()
|
||||
</script>
|
||||
</script>
|
||||
|
|
|
@ -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…
Reference in New Issue