Merge
This commit is contained in:
parent
c4036345b8
commit
5bde2b3489
@ -5202,15 +5202,15 @@ class Form
|
||||
$out .= '<input type="submit" class="button smallpaddingimp" value="'.$langs->trans("Modify").'">';
|
||||
$out .= '</form>';
|
||||
} else {
|
||||
$out .= '<span class="project_head_block">';
|
||||
$out .= '<span class="project_head_block">';
|
||||
if ($selected) {
|
||||
$projet = new Project($this->db);
|
||||
$projet->fetch($selected);
|
||||
$out .= $projet->getNomUrl(1, '', 1);
|
||||
$out .= $projet->getNomUrl(1, '', 1);
|
||||
} else {
|
||||
$out .= " ";
|
||||
}
|
||||
$out .= '</span>';
|
||||
$out .= '</span>';
|
||||
}
|
||||
|
||||
if (empty($nooutput)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user