|
@@ 447-452 (lines=6) @@
|
| 444 |
|
$t[] = " <td style='display: table-cell;vertical-align: middle; '> {$unite} </td>"; |
| 445 |
|
} |
| 446 |
|
//------------------------------------------------------- |
| 447 |
|
if ($this->getMinMaxVisible()) { |
| 448 |
|
$onMouseDownMin = "spinSetValue(\"{$prefixe}\", \"{$prefixe2}\", \"Min\", {$this->getMin()}, {$delai}, \"{$sFolderImg}spinMin1.gif\");"; |
| 449 |
|
$t[] = " <td width='63%' align='center' {$styleArrow}>"; |
| 450 |
|
$t[] = " <img border='0' name='{$prefixe2}_imgMin' src='{$sFolderImg}spinMin0.gif' onmousedown='{$onMouseDownMin}'><br>"; |
| 451 |
|
$t[] = ' </td>'; |
| 452 |
|
} |
| 453 |
|
//------------------------------------------------------- |
| 454 |
|
$t[] = " <td width='63%' align='center' {$styleArrow}>"; |
| 455 |
|
|
|
@@ 462-467 (lines=6) @@
|
| 459 |
|
$t[] = ' </td>'; |
| 460 |
|
|
| 461 |
|
//------------------------------------------------------- |
| 462 |
|
if ($this->getMinMaxVisible()) { |
| 463 |
|
$onMouseDownMax = "spinSetValue(\"{$prefixe}\", \"{$prefixe2}\", \"Max\", {$this->getMax()}, {$delai}, \"{$sFolderImg}spinMax1.gif\");"; |
| 464 |
|
$t[] = " <td width='63%' align='center' {$styleArrow}>"; |
| 465 |
|
$t[] = " <img border='0' name='{$prefixe2}_imgMax' src='{$sFolderImg}spinMax0.gif' onmousedown='{$onMouseDownMax}'><br>"; |
| 466 |
|
$t[] = ' </td>'; |
| 467 |
|
} |
| 468 |
|
//------------------------------------------------------- |
| 469 |
|
|
| 470 |
|
$t[] = ' </tr>'; |