rectification des colspan dans l'onglet des adresses
authorx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 12:52:01 +0000 (12:52 +0000)
committerx2001corpet <x2001corpet@839d8a87-29fc-0310-9880-83ba4fa771e5>
Mon, 24 Jul 2006 12:52:01 +0000 (12:52 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.10@625 839d8a87-29fc-0310-9880-83ba4fa771e5

templates/geoloc/form.address.tpl
templates/profil/adresses.tpl

index 0091eaa..853965e 100644 (file)
@@ -37,7 +37,7 @@
        </p>
     {else}
     <tr class="center">
-      <td class="cold" colspan="2">
+      <td class="cold" colspan="5">
         <input type="hidden" name="change{$adrid}" />
         <textarea name="txt[{$adrid}]" cols="43" rows="4" onchange="form.change{$adrid}.value=1"
        {if $adr.nouvelle != 'new' && !$adr.cityid}style="background:#FAA"{/if}
index c59395c..f66993e 100644 (file)
@@ -71,7 +71,7 @@
       <td class="colg">
         <span class="titre">Adresse:</span>
       </td>
-      <td class="cold">
+      <td class="cold" colspan="4">
         <input type="radio" name="temporaire[{$adrid}]" value="0" {if !$adr.temporaire}checked="checked"{/if} />
         permanente
         <input type="radio" name="temporaire[{$adrid}]" value="1" {if $adr.temporaire}checked="checked"{/if} />
@@ -82,7 +82,7 @@
       <td class="colg">
         &nbsp;
       </td>
-      <td class="cold">
+      <td class="cold" colspan="4">
         <input type="radio" name="secondaire[{$adrid}]" value="0" {if !$adr.secondaire}checked="checked"{/if} />
         ma rĂ©sidence principale
         <input type="radio" name="secondaire[{$adrid}]" value="1" {if $adr.secondaire}checked="checked"{/if} />
@@ -93,7 +93,7 @@
       <td class="colg">
         &nbsp;
       </td>
-      <td class="cold">
+      <td class="cold" colspan="4">
         <input type="checkbox" name="courrier[{$adrid}]" value="1" {if $adr.courrier}checked="checked"{/if} /> on peut m'y envoyer du courrier par la poste
       </td>
     </tr>