correction of syntax error in tpl
This commit is contained in:
parent
c5fe895dce
commit
34022de1de
@ -100,7 +100,7 @@ if ($conf->marges->enabled) {
|
|||||||
|
|
||||||
|
|
||||||
<?php if ($conf->service->enabled && $dateSelector) {
|
<?php if ($conf->service->enabled && $dateSelector) {
|
||||||
if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER)
|
if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER))
|
||||||
$colspan = 10;
|
$colspan = 10;
|
||||||
else
|
else
|
||||||
$colspan = 9;
|
$colspan = 9;
|
||||||
|
|||||||
@ -109,7 +109,7 @@ if ($conf->marges->enabled) {
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php if ($conf->service->enabled && $dateSelector) {
|
<?php if ($conf->service->enabled && $dateSelector) {
|
||||||
if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER)
|
if(! empty($conf->global->MAIN_VIEW_LINE_NUMBER))
|
||||||
$colspan = 10;
|
$colspan = 10;
|
||||||
else
|
else
|
||||||
$colspan = 9;
|
$colspan = 9;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user