]> git.sur5r.net Git - contagged/commitdiff
help formatting
authorAndreas Gohr <gohr@cosmocode.de>
Tue, 19 Jun 2007 14:15:18 +0000 (16:15 +0200)
committerAndreas Gohr <gohr@cosmocode.de>
Tue, 19 Jun 2007 14:15:18 +0000 (16:15 +0200)
darcs-hash:20070619141518-6e07b-399a16449f37be0c609728298ad76fad172a33ae.gz

styles/layout.css
templates/help.tpl
templates/toolbar.tpl

index dcffc41784fe59e12e7cfc7d08f45f521dcfd7af..da79d8f4f003506dca2844cb2879cbebd43077d1 100644 (file)
@@ -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;
index 018aafa82cd68b00a7ef199cc114757da436c409..f93203ab968be647abfd75d2b7f8faed48ad1c51 100644 (file)
@@ -1,5 +1,6 @@
 {include file="header.tpl"}
 
+<div id="help">
 <h2>Adding LDAP-Access to your Mailclient</h2>
 
 <h3>Public Addressbook</h3>
@@ -8,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>
 <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>
@@ -40,4 +41,6 @@
 <p>Login to see this data</p>
 {/if}
 
+</div>
+
 {include file="footer.tpl"}
index e282640cfbdfb25e62d9da22260faab8a59454cc..a5683c3d483d0a9813b0e2dac92293dc53a76c22 100644 (file)
@@ -1,10 +1,5 @@
 <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>