font-weight: bold;
padding: 3px;
}
-table.flags td.vert {
+table.flags td.vert, tr.flags td.vert {
background: green;
padding: 3px;
text-align: center;
}
-table.flags td.orange {
+table.flags td.orange, tr.flags td.orange {
background: #ff9900;
padding: 3px;
text-align: center;
}
-table.flags td.rouge {
+table.flags td.rouge, tr.flags td.rouge {
background: red;
padding: 3px;
text-align: center;
</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}
<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} />
<td class="colg">
</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} />
<td class="colg">
</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>