Merge branch 'xorg/maint' into xorg/master
[platal.git] / templates / lists / create.tpl
index 86ad1b8..d50c603 100644 (file)
@@ -86,10 +86,10 @@ liste :
         <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>