- 27 Dec 2014, 23:39
#1885
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> </td></tr>
and it will look nicer.
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> </td></tr>
and it will look nicer.