Code

Added missing file
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 10:16:34 +0000 (10:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 24 Jun 2005 10:16:34 +0000 (10:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@844 594d385d-05f5-0310-b6e9-bd551577e9d8

ihtml/themes/altlinux/setup_useradmin.tpl [new file with mode: 0644]

diff --git a/ihtml/themes/altlinux/setup_useradmin.tpl b/ihtml/themes/altlinux/setup_useradmin.tpl
new file mode 100644 (file)
index 0000000..bcbc823
--- /dev/null
@@ -0,0 +1,43 @@
+
+{if $exists == TRUE}
+   <h1>{t}You already have an Administrative Account and a Group.{/t}</h1>
+{else}
+
+<h1>{t}You're missing an administrative account for GOsa, you'll not be able to administrate anything!{/t}</h1>
+{/if}
+
+<p>
+{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}
+</p>
+
+<p class="seperator">
+  &nbsp;
+</p>
+
+<br>
+
+<table summary="">
+       <tr>
+               <td>
+               {t}Username{/t}
+               </td>
+               <td>
+                       <input type="text" value="" name="admin_name">  
+               </td>
+       </tr>
+       <tr>
+               <td>
+               {t}Password{/t}
+               </td>
+               <td>
+            <input type="password" value="" name="admin_pass">
+               </td>
+       </tr>
+</table>
+{$str_there}
+<p class="plugbottom">
+<input type="hidden" name="next" value="6">
+<input type='submit' name='back' value='{t}Back{/t}' >
+<input type="submit" name="new_admin" value="{t}Continue{/t}">
+</p>
+