Code

Fixed layout bug.
[gosa.git] / ihtml / themes / default / setup_introduction.tpl
1 <h1>{t}Welcome to the GOsa setup!{/t}</h1>
3 <p>
4  {t}It looks like you're calling GOsa for the first time - no configuration was found. This setup like script will try to aid you in creating a working configuration by performing three major steps: first we'll check the PHP installation for required modules, than we're going to check for optional/needed programms and after you've provided basic informations for your LDAP connectivity, we're going to check your LDAP setup.{/t}
5 </p>
6 <p class="seperator">&nbsp;</p>
7 <div id='oldbox' style='background-color:#ffffff;'>
8 {$tests}
9 </div>
10 <p class="plugbottom">
11  <input type="hidden" name="next" value="2">
12  <input type='submit' name='continue' value='{t}Continue{/t}'>
13 </p>
15 <p class="seperator">&nbsp;</p>
16 <p style="width:90%;">
17  {t}You can also use the new and more-advanced way of inspecting your PHP-installation. It will give you information about the exact function that could not be found (functions that could be found are not mentioned). This is useful if you know what you're doing.{/t}
18 </p>
19 <button type='button' onClick='toggle("functionbox")'>{t}Toggle Show/Hide{/t}</button>
20 <div id='functionbox' style='background-color:#ffffff;position:absolute; z-index:0; visibility:hidden'>
21 {$detailed_tests}
22 </div>