Update user_edit.php (#4274)
This commit is contained in:
parent
79037e1941
commit
02bdd2e7aa
|
|
@ -851,7 +851,7 @@
|
|||
echo " <td class='vtable'><input type='text' class='formfld' name='contact_name_family' value='".escape($contact_name_family)."'></td>";
|
||||
echo " </tr>";
|
||||
echo " <tr>";
|
||||
echo " <td class='vncell'>".$text['label-company_name']."</td>";
|
||||
echo " <td class='vncell'>".$text['label-organization']."</td>";
|
||||
echo " <td class='vtable'><input type='text' class='formfld' name='contact_organization' value='".escape($contact_organization)."'></td>";
|
||||
echo " </tr>";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue