fix
This commit is contained in:
@@ -362,9 +362,10 @@ class Proj extends Users_Controller {
|
||||
if ($ajax == 1) {
|
||||
echo $res;
|
||||
} else {
|
||||
$this->load->view('users/view_header_user', $data);
|
||||
$this->load->view('jobs/view_latejob', $data);
|
||||
$this->load->view('users/view_footer_user', $data);
|
||||
// $this->load->view('users/view_header_user', $data);
|
||||
// $this->load->view('jobs/view_latejob', $data);
|
||||
// $this->load->view('users/view_footer_user', $data);
|
||||
$this->RenderUserPage('jobs/view_latejob', $data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<tr class="border-0">
|
||||
<th class="p-0 w-100px">Added/Expire</th>
|
||||
<th class="p-0 min-w-125px">Title/Target</th>
|
||||
<th class="p-0 min-w-90px">Status</th>
|
||||
<!-- th class="p-0 min-w-90px">Status</th -->
|
||||
<th class="p-0 min-w-50px"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -22,11 +22,11 @@
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" onclick="return post_nav_find_action('<?=$row->qpath?>','<?=$row->offer_code?>')" class="text-dark fw-bolder text-hover-primary mb-1 fs-6"> <?= $row->title ?></a>
|
||||
<span class="text-muted fw-bold d-block"><mark><?= $row->trec ?></mark></span>
|
||||
<span class="text-muted fw-bold d-block"><mark><?= $row->trec?></mark></span>
|
||||
</td>
|
||||
<td class="text-end">
|
||||
<!-- td class="text-end">
|
||||
<span class="badge badge-light-success"><?= $row->status ?></span>
|
||||
</td>
|
||||
</td -->
|
||||
<td class="text-end">
|
||||
<a href="#" onclick="return post_nav_find_action('<?=$row->qpath?>','<?=$row->offer_code?>')" class="btn btn-sm btn-icon btn-bg-primary btn-active-color-info">
|
||||
<span class="svg-icon svg-icon-2">
|
||||
|
||||
@@ -175,7 +175,8 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -193,14 +194,14 @@
|
||||
</div>
|
||||
<!-- /main charts -->
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12">
|
||||
<div class="panel panel-flat">
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- div class="col-md-3">
|
||||
<div class="thumbnail">
|
||||
<div class="thumbnail">
|
||||
<div class="caption">
|
||||
<div id="offer_result">
|
||||
<div class="alert alert-info no-border"> You have sent this job to <?php echo $job_sent_to; ?></div>
|
||||
|
||||
Reference in New Issue
Block a user