Replace id by class
This commit is contained in:
parent
aabfdfa212
commit
ad5a18996d
@ -5199,7 +5199,7 @@ class Form
|
||||
$out .= '<input type="submit" class="button smallpaddingimp" value="'.$langs->trans("Modify").'">';
|
||||
$out .= '</form>';
|
||||
} else {
|
||||
$out .= '<span id="project_head_block">';
|
||||
$out .= '<span class="project_head_block">';
|
||||
if ($selected) {
|
||||
$projet = new Project($this->db);
|
||||
$projet->fetch($selected);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user