A better fix.
authorStéphane Jacob <sj@m4x.org>
Thu, 10 Mar 2011 18:18:53 +0000 (19:18 +0100)
committerStéphane Jacob <sj@m4x.org>
Thu, 10 Mar 2011 18:18:53 +0000 (19:18 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/lists/create.tpl

index 86ad1b8..d50c603 100644 (file)
@@ -86,10 +86,10 @@ liste&nbsp;:
         <input type='text' name='desc' size='50' value='{$smarty.post.desc}' />
       </td>
     </tr>
-    <tr>
+    <tr style="white-space: nowrap">
       <td class='titre'>Propriétés&nbsp;:</td>
       <td>visibilité&nbsp;:</td>
-      <td style="width: 6em"><label><input type='radio' name='advertise' value='0'
+      <td><label><input type='radio' name='advertise' value='0'
         {if $smarty.post.advertise eq 0 && $smarty.post}checked='checked'{/if} />publique</label></td>
       <td><label><input type='radio' name='advertise' value='1'
         {if $smarty.post.advertise neq 0 || !$smarty.post}checked='checked'{/if} />privée</label></td>