From: Andreas Gohr Date: Tue, 19 Jun 2007 14:15:18 +0000 (+0200) Subject: help formatting X-Git-Tag: 0.7.1~61 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a9338fec7ce3f4c722906de20508ec1260839e2;p=contagged help formatting darcs-hash:20070619141518-6e07b-399a16449f37be0c609728298ad76fad172a33ae.gz --- diff --git a/styles/layout.css b/styles/layout.css index dcffc41..da79d8f 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -54,6 +54,10 @@ div#toolbar ul li.sep { width: 1em; } +div#toolbar ul li.right { + float: right; +} + /* A-Z filters */ div#filterrow { @@ -85,6 +89,29 @@ div#content { 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; diff --git a/templates/help.tpl b/templates/help.tpl index 018aafa..f93203a 100644 --- a/templates/help.tpl +++ b/templates/help.tpl @@ -1,5 +1,6 @@ {include file="header.tpl"} +

Adding LDAP-Access to your Mailclient

Public Addressbook

@@ -8,13 +9,13 @@
LDAP-Server
{$conf.ldapserver}
- +
Bind-DN
leave empty (anonymous bind)
- +
Bind-Password
leave empty (anonymous bind)
- +
Base/Search-DN
{$conf.publicbook}
@@ -26,13 +27,13 @@
LDAP-Server
{$conf.ldapserver}
- +
Bind-DN
{$binddn}
- +
Bind-Password
your password (The one you used to login here)
- +
Base/Search-DN
{$conf.privatebook},{$binddn}
@@ -40,4 +41,6 @@

Login to see this data

{/if} +
+ {include file="footer.tpl"} diff --git a/templates/toolbar.tpl b/templates/toolbar.tpl index e282640..a5683c3 100644 --- a/templates/toolbar.tpl +++ b/templates/toolbar.tpl @@ -1,10 +1,5 @@