Code

Added new function test to setup_page1.
[gosa.git] / ihtml / themes / default / setup_introduction.tpl
index 4f8ada563e850c0c5d1917b1fff07652c2adcaa1..9d44eb4724ceb14b6b54ca7ce2f4f8eff745c972 100644 (file)
@@ -4,13 +4,20 @@
  {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}
 </p>
 <p class="seperator">&nbsp;</p>
-
+<div id='oldbox' style='background-color:#ffffff;'>
 {$tests}
-
+</div>
 <p class="plugbottom">
  <input type="hidden" name="next" value="2">
  <input type='submit' name='continue' value='{t}Continue{/t}'>
 </p>
 
-<br>
-<br>
+<p class="seperator">&nbsp;</p>
+<p>
+ {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}
+</p>
+<button type='button' onClick='toggle("functionbox")'>{t}Toggle Show/Hide{/t}</button>
+<div id='functionbox' style='background-color:#ffffff;position:absolute; z-index:0; visibility:hidden'>
+{$detailed_tests}
+</div>