|
@@ 354-365 (lines=12) @@
|
| 351 |
|
|
| 352 |
|
public $contain_rows = false; |
| 353 |
|
|
| 354 |
|
public function __construct(absences_AgentRight $agentright, $layout = null) |
| 355 |
|
{ |
| 356 |
|
parent::__construct(null, $layout); |
| 357 |
|
|
| 358 |
|
$this->agentright = $agentright; |
| 359 |
|
|
| 360 |
|
|
| 361 |
|
$this->addClass('absences-dynamicright-cardframe'); |
| 362 |
|
$this->addClass(Func_Icons::ICON_LEFT_16); |
| 363 |
|
|
| 364 |
|
$this->loadPage(); |
| 365 |
|
} |
| 366 |
|
|
| 367 |
|
|
| 368 |
|
|
|
@@ 456-467 (lines=12) @@
|
| 453 |
|
|
| 454 |
|
public $contain_rows = false; |
| 455 |
|
|
| 456 |
|
public function __construct(absences_AgentRight $agentright, $layout = null) |
| 457 |
|
{ |
| 458 |
|
parent::__construct(null, $layout); |
| 459 |
|
|
| 460 |
|
$this->agentright = $agentright; |
| 461 |
|
|
| 462 |
|
|
| 463 |
|
$this->addClass('absences-dynamicright-cardframe'); |
| 464 |
|
$this->addClass(Func_Icons::ICON_LEFT_16); |
| 465 |
|
|
| 466 |
|
$this->loadPage(); |
| 467 |
|
} |
| 468 |
|
|
| 469 |
|
|
| 470 |
|
|