|
@@ -19,21 +19,6 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
|
|
|
-<div class="table-responsive p-0 bg-white table-sm mb-3">
|
|
|
- <table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
|
|
|
- <thead>
|
|
|
- <tr>
|
|
|
- <th colspan="2" class="px-2">Company
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/pros/view/<?= $record->uid ?>/ACTION_putCompany' title='Change?optimised=1'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Change</span></a></span>
|
|
|
- </th>
|
|
|
- </tr>
|
|
|
- </thead>
|
|
|
- <tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">Company Id</td><td class="w-75 px-2 font-weight-bold"><?= $record->company_id ?></td></tr>
|
|
|
- </tbody>
|
|
|
- </table>
|
|
|
-</div>
|
|
|
-
|
|
|
<div class="table-responsive p-0 bg-white table-sm mb-3">
|
|
|
<table class="table table-hover text-nowrap table-striped border-left border-right border-bottom">
|
|
|
<thead>
|