]> git.sur5r.net Git - contagged/blobdiff - templates/help.tpl
supress ldap_bind errors
[contagged] / templates / help.tpl
index efa29af3cbb5a9b2d540258c357fdde3772390f4..f93203ab968be647abfd75d2b7f8faed48ad1c51 100644 (file)
@@ -1,4 +1,6 @@
+{include file="header.tpl"}
 
+<div id="help">
 <h2>Adding LDAP-Access to your Mailclient</h2>
 
 <h3>Public Addressbook</h3>
@@ -7,13 +9,13 @@
 <dl>
   <dt>LDAP-Server</dt>
   <dd><code>{$conf.ldapserver}</code></dd>
-  
+
   <dt>Bind-DN</dt>
   <dd><code>leave empty</code> (anonymous bind)</dd>
-  
+
   <dt>Bind-Password</dt>
   <dd><code>leave empty</code> (anonymous bind)</dd>
-  
+
   <dt>Base/Search-DN</dt>
   <dd><code>{$conf.publicbook}</code></dd>
 </dl>
 <h3>Private Addressbook</h3>
 
 {if $binddn}
-<p>To access your persanal addressdata use these settings:</p>
+<p>To access your personal address data use these settings:</p>
 <dl>
   <dt>LDAP-Server</dt>
   <dd><code>{$conf.ldapserver}</code></dd>
-  
+
   <dt>Bind-DN</dt>
   <dd><code>{$binddn}</code></dd>
-  
+
   <dt>Bind-Password</dt>
   <dd><code>your password</code> (The one you used to login here)</dd>
-  
+
   <dt>Base/Search-DN</dt>
   <dd><code>{$conf.privatebook},{$binddn}</code></dd>
 </dl>
@@ -39,5 +41,6 @@
 <p>Login to see this data</p>
 {/if}
 
+</div>
 
-<br><br>
+{include file="footer.tpl"}