Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions modules/companies/Edit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@

<table width="100%">
<tr>
<td valign="top" width="50%" height="285">
<td valign="top" width="50%" height="100%">
<p class="noteUnsized">Basic Information</p>

<table class="editTable" width="100%" height="100%">
<table class="editTable" width="100%" height="285">
<tr>
<td class="tdVertical">
<label id="nameLabel" for="name">Company Name:</label>
Expand Down Expand Up @@ -105,10 +105,10 @@
</table>
</td>

<td width="50%" valign="top" height="285">
<td width="50%" valign="top" height="100%">
<p class="noteUnsized">Contact Information</p>

<table class="editTable" width="100%" height="100%">
<table class="editTable" width="100%" height="285">
<tr>
<td class="tdVertical">
<label id="phone1Label" for="phone1">Primary Phone:</label>
Expand Down