fix
This commit is contained in:
@@ -1014,10 +1014,13 @@ $data = $this->getSessionArray();
|
||||
$data['new_message'] = $out['new_message'];
|
||||
|
||||
|
||||
|
||||
/*
|
||||
$this->load->view('users/view_header_user', $data);
|
||||
$this->load->view('jobs/view_mycompletejob', $data);
|
||||
$this->load->view('users/view_footer_user', $data);
|
||||
*/
|
||||
$data['page_title'] ="Previous Tasks";
|
||||
$this->renderSecurePage('jobs/view_mycompletejob', $data);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
<?php //include('../users/common/userstrip.php'); ?>
|
||||
|
||||
<!-- Main content -->
|
||||
<form method="post" name="post_nav_find" action="">
|
||||
<input type="hidden" name="jobID" value="">
|
||||
@@ -13,30 +15,27 @@
|
||||
}
|
||||
// -->
|
||||
</script>
|
||||
<div class="content-wrapper">
|
||||
<!-- Quick stats boxes -->
|
||||
<?php include('common/jobstrip.php'); ?>
|
||||
<!-- /quick stats boxes -->
|
||||
|
||||
<!-- Marketing campaigns -->
|
||||
<div class="panel panel-flat">
|
||||
<div class="panel-heading">
|
||||
|
||||
<h5> Completed Job(s)/Task(s)</h5>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="panel-heading" style="height: 550px;">
|
||||
<div class="table-responsive">
|
||||
<?php echo $job_table ?>
|
||||
|
||||
</div>
|
||||
<div class="panel-heading">
|
||||
<?php echo $links; ?>
|
||||
</div>
|
||||
<!--begin::Basic info-->
|
||||
<div class="card mb-5 mb-xl-10">
|
||||
<!--begin::Card header-->
|
||||
<div class="card-header border-0 cursor-pointer" role="button" data-bs-toggle="collapse" data-bs-target="#kt_account_profile_details" aria-expanded="true" aria-controls="kt_account_profile_details">
|
||||
<!--begin::Card title-->
|
||||
<div class="card-title m-0">
|
||||
<h3 class="fw-bolder m-0">Completed Job(s)/Task(s)</h3>
|
||||
</div>
|
||||
<!--end::Card title-->
|
||||
</div>
|
||||
<!-- /marketing campaigns -->
|
||||
<!--begin::Card header-->
|
||||
<!--begin::Content-->
|
||||
<div id="kt_account_settings_profile_details" class="collapse show">
|
||||
<!--begin::Form-->
|
||||
<?php echo $job_table ?>
|
||||
<!--end::Form-->
|
||||
</div>
|
||||
<!--end::Content-->
|
||||
<div> <?php echo $links; ?></div>
|
||||
</div>
|
||||
<!-- /main content -->
|
||||
<!--end::Basic info-->
|
||||
|
||||
|
||||
@@ -159,6 +159,13 @@ $server_name = 'https://'. $_SERVER['HTTP_HOST'];
|
||||
<i class="fas fa-exclamation-circle ms-2 fs-7" data-bs-toggle="tooltip" title="View your statements"></i></a>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
<!--begin::Menu item-->
|
||||
<div class="menu-item px-3">
|
||||
<a href="/proj/mycomplete" class="menu-link d-flex flex-stack px-5">Previous Tasks
|
||||
<i class="fas fa-exclamation-circle ms-2 fs-7" data-bs-toggle="tooltip" title="View your statements"></i></a>
|
||||
</div>
|
||||
<!--end::Menu item-->
|
||||
|
||||
<!--begin::Menu separator-->
|
||||
<div class="separator my-2"></div>
|
||||
<!--end::Menu separator-->
|
||||
@@ -638,13 +645,7 @@ $server_name = 'https://'. $_SERVER['HTTP_HOST'];
|
||||
</a>
|
||||
<!--end::Action-->
|
||||
|
||||
<!--begin::Action-->
|
||||
<a href="/proj/mycomplete" class="btn btn-sm btn-active-icon-primary" >
|
||||
<!--begin::Svg Icon | path: icons/duotune/files/fil003.svg-->
|
||||
<span class="fs-7 text-gray-700 fw-bolder pe-3 d-none d-xxl-block">Previous Tasks</span>
|
||||
<!--end::Svg Icon-->
|
||||
</a>
|
||||
<!--end::Action-->
|
||||
|
||||
|
||||
<!--begin::Action-->
|
||||
<a href="/refer/refagree" class="btn btn-sm btn-active-icon-primary" >
|
||||
|
||||
Reference in New Issue
Block a user