Fixing style errors.
This commit is contained in:
parent
eccff256b1
commit
e8a5a2cc62
@ -72,11 +72,9 @@ $coldisplay = 0;
|
|||||||
<td class="linecollabel"><?php $coldisplay++; ?><div id="line_<?php print $line->id; ?>"></div>
|
<td class="linecollabel"><?php $coldisplay++; ?><div id="line_<?php print $line->id; ?>"></div>
|
||||||
<?php
|
<?php
|
||||||
if ($line->fk_skill > 0) {
|
if ($line->fk_skill > 0) {
|
||||||
|
|
||||||
$skill = new Skill($this->db);
|
$skill = new Skill($this->db);
|
||||||
$resSkill = $skill->fetch($line->fk_skill);
|
$resSkill = $skill->fetch($line->fk_skill);
|
||||||
if ($resSkill > 0) print $skill->getNomUrl(1);
|
if ($resSkill > 0) print $skill->getNomUrl(1);
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@ -80,8 +80,6 @@ $permission = $user->rights->ecm->setup;
|
|||||||
if (!empty($object->table_element_line)) {
|
if (!empty($object->table_element_line)) {
|
||||||
// Show object lines
|
// Show object lines
|
||||||
$result = $object->getLinesArray();
|
$result = $object->getLinesArray();
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user