width: 1em;
}
+div#toolbar ul li.right {
+ float: right;
+}
+
/* A-Z filters */
div#filterrow {
height: 45em;
}
+/* help screen */
+
+div#help h2,
+div#help h3 {
+ margin-bottom: 1em;
+}
+
+div#help p {
+ margin: 0.5em 0;
+}
+
+div#help dl {
+ margin: 0.5em 2em;
+}
+
+div#help dd {
+ margin: 0.3em 1em;
+}
+
+div#help code {
+ font-size: 14px;
+}
+
/* list of contacts or organizations */
table.list tr:hover {
background-color: #DCDCDC !important;
{include file="header.tpl"}
+<div id="help">
<h2>Adding LDAP-Access to your Mailclient</h2>
<h3>Public Addressbook</h3>
<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>
<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>
<p>Login to see this data</p>
{/if}
+</div>
+
{include file="footer.tpl"}
<ul>
- <!-- help -->
- <li>
- <a href="help.php" class="ed_help">{$lang.help}</a>
- </li>
-
<!-- company list -->
<li>
<a href="orgs.php" class="ed_orgs">{$lang.orgs}</a>
{/if}
+ <!-- help -->
+ <li class="right">
+ <a href="help.php" class="ed_help">{$lang.help}</a>
+ </li>
+
+
</ul>