Code

Added snmp-community to setup
[gosa.git] / setup / setup_welcome.tpl
index ea5ed236fcdea4c1aedf3f55f4b7f6d565eafb33..e6f76c7b6a94c07740b94613c11270fab818d98b 100644 (file)
@@ -3,7 +3,6 @@
        <p>
        {t}This seems to be the first time you start GOsa - we didn't find any configuration right now. This simple wizard intends to help you while setting it up.{/t}
        </p>
-       <p>
        
        <p style='border-top:1px solid #AAAAAA; padding-top:10px;'>
        <b>{t}What will the wizard do for you?{/t}</b>
@@ -22,7 +21,6 @@
         <li>{t}Migrate every possible LDAP setup - create backup dumps!{/t}</li>
        </ul>
 
-       </p>
        <p style='border-top:1px solid #AAAAAA; padding-top:10px;'>
        <b>{t}To continue...{/t}</b>
        </p>
@@ -30,7 +28,7 @@
        {t}For security reasons you need to authenticate for the installation by creating the file '/tmp/gosa.auth', containing the current session ID on the servers local filesystem. This can be done by executing the following command:{/t}
        </p>
        <tt>
-       echo -n <b>{$auth_id}</b> &gt; /tmp/gosa.auth
+       echo -n <b>{$auth_id}</b> &gt; /tmp/gosa.auth
        </tt>
        <p>
        {t}Click the 'Continue' button when you've finished.{/t}