Displays the list's full name in the confirmation mail.
[platal.git] / templates / lists / soptions.tpl
index 5e73818..f2896af 100644 (file)
@@ -28,6 +28,7 @@
 </h1>
 
 <form method='post' action='{$platal->pl_self(1)}'>
+  {xsrf_token_field}
   <table class='bicol' cellpadding='2' cellspacing='0'>
     <tr><th colspan='2'>Options de la liste {$details.addr}</th></tr>
     <tr class='impair'>
@@ -36,7 +37,7 @@
         <span class='smaller'>ajouté au début de tous les messages.</span>
       </td>
       <td>
-        <textarea cols='40' rows='8' name='msg_header'>{$options.msg_header|utf8_encode}</textarea>
+        <textarea cols='40' rows='8' name='msg_header'>{$options.msg_header|smarty:nodefaults|utf8_encode}</textarea>
       </td>
     </tr>
     <tr class='impair'>
@@ -45,7 +46,7 @@
         <span class='smaller'>ajouté à la fin de tous les messages.</span>
       </td>
       <td>
-        <textarea cols='40' rows='8' name='msg_footer'>{$options.msg_footer|utf8_encode}</textarea>
+        <textarea cols='40' rows='8' name='msg_footer'>{$options.msg_footer|smarty:nodefaults|utf8_encode}</textarea>
       </td>
     </tr>
     <tr><th colspan='2'>Options avancées de la liste {$details.addr}</th></tr>