Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 3 additions & 4 deletions modules/companies/Add.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<input type="hidden" name="postback" id="postback" value="postback" />

<p class="noteUnsized">Basic Information</p>
<table class="editTable" width="100%">
<table class="editTable">
<tr>
<td class="tdVertical">
<label id="nameLabel" for="name">Company Name:</label>
Expand All @@ -38,7 +38,6 @@
<?php eval(Hooks::get('CANDIDATE_TEMPLATE_BELOW_FREEFORM')); ?>
<?php echo($freeformBottom); ?>
</td>
<td width="200"></td>
</tr>

<tr>
Expand Down Expand Up @@ -141,9 +140,9 @@
</tr>
</table>

<p class="noteUnsized" style="margin-top: 5px;">Other</p>
<p class="note">Other</p>

<table class="editTable" width="100%">
<table class="editTable">

<?php for ($i = 0; $i < count($this->extraFieldRS); $i++): ?>
<tr>
Expand Down
6 changes: 3 additions & 3 deletions modules/companies/Edit.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<input type="hidden" name="postback" id="postback" value="postback" />
<input type="hidden" id="companyID" name="companyID" value="<?php echo($this->companyID); ?>" />

<table width="100%">
<table>
<tr>
<td valign="top" width="50%" height="285">
<p class="noteUnsized">Basic Information</p>
Expand Down Expand Up @@ -184,9 +184,9 @@
</tr>
</table>

<p class="noteUnsized">Other</p>
<p class="note">Other</p>

<table class="editTable" width="100%">
<table class="editTable">

<?php for ($i = 0; $i < count($this->extraFieldRS); $i++): ?>
<tr>
Expand Down