Code

bcbc8239637b3b0b3b68bb3c166fae181ec0b288
[gosa.git] / ihtml / themes / default / setup_useradmin.tpl
2 {if $exists == TRUE}
3    <h1>{t}You already have an Administrative Account and a Group.{/t}</h1>
4 {else}
6 <h1>{t}You're missing an administrative account for GOsa, you'll not be able to administrate anything!{/t}</h1>
7 {/if}
9 <p>
10 {t}To provide full administrative access to GOsa, you need to create a special group which contains the administrative user. The setup program can assist you with this task. Enter the desired username and the password below to create the missing entries.{/t}
11 </p>
13 <p class="seperator">
14   &nbsp;
15 </p>
17 <br>
19 <table summary="">
20         <tr>
21                 <td>
22                 {t}Username{/t}
23                 </td>
24                 <td>
25                         <input type="text" value="" name="admin_name">  
26                 </td>
27         </tr>
28         <tr>
29                 <td>
30                 {t}Password{/t}
31                 </td>
32                 <td>
33             <input type="password" value="" name="admin_pass">
34                 </td>
35         </tr>
36 </table>
37 {$str_there}
38 <p class="plugbottom">
39 <input type="hidden" name="next" value="6">
40 <input type='submit' name='back' value='{t}Back{/t}' >
41 <input type="submit" name="new_admin" value="{t}Continue{/t}">
42 </p>