RELEASE 0.9.3

This commit is contained in:
Deon George
2009-06-30 18:10:17 +10:00
parent 92be67a1bf
commit 0a07abd27a
56 changed files with 2385 additions and 1012 deletions

View File

@@ -169,6 +169,11 @@ function autoFillHomeDir( form )
<?php draw_chooser_link( 'user_form.container' ); ?></td>
</td>
</tr>
<tr>
<td></td>
<td class="heading">Home Directory:</td>
<td><input type="text" name="home_dir" value="/home/" id="home_dir" /></td>
</tr>
<?php
// determining the next available uidNumber may take a moment.
// give them something to look at in the mean time
@@ -192,11 +197,6 @@ function autoFillHomeDir( form )
<option value="5000">guest (5000)</option>
</select></td>
</tr>
<tr>
<td></td>
<td class="heading">Home Directory:</td>
<td><input type="text" name="home_dir" value="/home/" id="home_dir" /></td>
</tr>
<tr>
<td colspan="3"><center><br /><input type="submit" value="Proceed" /></td>
</tr>