Page 1 of 1

When editing a company the fields at the right side isn't li

Posted: 27 Dec 2014, 23:39
by manuel
I've been fooled. It's only a problem in IE11. Sorry!!!!!

When you are at tab: Companies: Edit Company you see that the field on the right side are showed to low.
Adding a small line will "solve" this problem.
Edit the file: Modules/companies/Edit.tpl

Insert at row 173:
<?php /* These empty row forces the right rows to group at the top and align with the left-side table. */ ?>
<tr><td>&nbsp;</td></tr>


and it will look nicer.