Files
WrenchBackOffice/application/views/jobs/view_completejob.php
T
2021-10-09 21:59:14 -04:00

43 lines
1.1 KiB
PHP

<!-- Main content -->
<form method="post" name="post_nav_find" action="">
<input type="hidden" name="jobID" value="">
</form>
<script type="text/javascript">
<!--
function post_nav_find_action(what, value) {
// alert(what);
document.post_nav_find.action = what + '';
document.post_nav_find.jobID.value = value;
document.post_nav_find.submit();
return false;
}
// -->
</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>
</div>
</div>
<!-- /marketing campaigns -->
</div>
<!-- /main content -->