Close #648 and #649: Layout of nl/show (and ax/show)
[platal.git] / templates / axletter / show.tpl
index 25ed9e0..08a46c6 100644 (file)
@@ -20,7 +20,7 @@
 {*                                                                        *}
 {**************************************************************************}
 
-<h1>
+<h1 style="clear: both">
   {if $am->_date}
   Lettre de l'AX du {$am->_date|date_format}
   {else}
@@ -28,8 +28,7 @@
   {/if}
 </h1>
 
-<p>
-[<a href='ax'>liste des lettres</a>]
+<p style="float: left">
 {if $smarty.get.text}
 [<a href='{$platal->pl_self()}'>version HTML</a>]
 {else}
 {/if}
 </p>
 
+{include file="include/massmailer-nav.tpl" mm=$am base=ax}
+
 <form method="post" action="{$platal->path}">
-  <div class='center'>
+  <div class='center' style="clear: both">
     <input type='submit' value="me l'envoyer" name='send' />
   </div>
 </form>
 
-<fieldset>
-<legend>{$am->title(true)}</legend>
-  {include file="axletter/letter.tpl"}
+<table class="bicol">
+  <tr><th>{$am->title(true)}</th></tr>
+  <tr>
+    <td>
+      {include file="axletter/letter.tpl"}
+    </td>
+  </tr>
 </fieldset>
 
 {* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}