Fix bad position of picto
This commit is contained in:
parent
ddcb4c149a
commit
dafc7d2617
@ -694,8 +694,9 @@ if (!empty($conference->id) && $conference->status==ConferenceOrBooth::STATUS_CO
|
|||||||
|
|
||||||
// Email company for invoice
|
// Email company for invoice
|
||||||
if ($project->price_registration) {
|
if ($project->price_registration) {
|
||||||
|
print '<tr><td>' . $langs->trans("EmailCompanyForInvoice") . '</td><td>';
|
||||||
print img_picto('', 'email', 'class="pictofixedwidth"');
|
print img_picto('', 'email', 'class="pictofixedwidth"');
|
||||||
print '<tr><td>' . $langs->trans("EmailCompanyForInvoice") . '</td><td><input type="text" name="emailcompany" maxlength="255" class="minwidth200" value="' . dol_escape_htmltag(GETPOST('emailcompany')) . '"></td></tr>' . "\n";
|
print '<input type="text" name="emailcompany" maxlength="255" class="minwidth200" value="' . dol_escape_htmltag(GETPOST('emailcompany')) . '"></td></tr>' . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Address
|
// Address
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user