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 .= '<input type="submit" class="button smallpaddingimp" value="'.$langs->trans("Modify").'">';
|
||||||
$out .= '</form>';
|
$out .= '</form>';
|
||||||
} else {
|
} else {
|
||||||
$out .= '<span id="project_head_block">';
|
$out .= '<span class="project_head_block">';
|
||||||
if ($selected) {
|
if ($selected) {
|
||||||
$projet = new Project($this->db);
|
$projet = new Project($this->db);
|
||||||
$projet->fetch($selected);
|
$projet->fetch($selected);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user