Fix: W3C warning
This commit is contained in:
parent
28afd2e3c6
commit
69634d4742
@ -143,11 +143,11 @@ function displayBox($selectedDate,$month,$year){
|
||||
$xyz=0;
|
||||
}
|
||||
?>
|
||||
<table class="dp" cellspacing="0" cellpadding="0" border="0">
|
||||
<table class="dp">
|
||||
<tr>
|
||||
<td colspan="6" class="dpHead"><?php
|
||||
$selectMonth = dol_date("F", $thedate);
|
||||
$selectYear = dol_date("Y", $thedate);
|
||||
$selectMonth = dol_print_date($thedate, '%m');
|
||||
$selectYear = dol_print_date($thedate, '%Y');
|
||||
echo $langs->trans($selectMonth).", ".$selectYear;
|
||||
?></td>
|
||||
<td class="dpHead">
|
||||
|
||||
@ -1495,6 +1495,9 @@ table.dp {
|
||||
border-<?php print $left; ?>: solid 2px #DDDDDD;
|
||||
border-<?php print $right; ?>: solid 1px #222222;
|
||||
border-bottom: solid 1px #222222;
|
||||
padding: 0px;
|
||||
border-spacing: 0px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
|
||||
/* Barre titre */
|
||||
|
||||
@ -1559,6 +1559,9 @@ table.dp {
|
||||
border-<?php print $left; ?>: solid 2px #DDDDDD;
|
||||
border-<?php print $right; ?>: solid 1px #222222;
|
||||
border-bottom: solid 1px #222222;
|
||||
padding: 0px;
|
||||
border-spacing: 0px;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
.dp td, .tpHour td, .tpMinute td{padding:2px; font-size:10px;}
|
||||
/* Barre titre */
|
||||
@ -1575,7 +1578,6 @@ table.dp {
|
||||
background-color:#617389;
|
||||
color:#FFFFFF;
|
||||
font-weight:bold;
|
||||
border: 1px outset black;
|
||||
cursor:pointer;
|
||||
}
|
||||
.dpButtons:Active,.tpButtons:Active{border: 1px outset black;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user