Bläddra i källkod

fixed pro dashboard page

Josh 4 år sedan
förälder
incheckning
d9110d2d63
2 ändrade filer med 0 tillägg och 16 borttagningar
  1. 0 1
      generatecv/tree.txt
  2. 0 15
      resources/views/admin/pros_SINGLE/SUB_dashboard.blade.php

+ 0 - 1
generatecv/tree.txt

@@ -1083,7 +1083,6 @@ ADMIN
         SUB
             dashboard
                 !grp:Pro Type:pro_type:Change:circle=>/pros/view/$uid/ACTION_setProType
-                !grp:Company:company_id:Change:circle=>/pros/view/$uid/ACTION_putCompany
                 !grp:Initiative:initiatives:Change:circle=>/pros/view/$uid/ACTION_setInitiative
                 !grp:Profile Slug:slug:Change:circle=>/pros/view/$uid/ACTION_putSlug
                 !grp:Profile Image:profile_image_file_path:Change:circle=>/pros/view/$uid/ACTION_updateProfileImage

+ 0 - 15
resources/views/admin/pros_SINGLE/SUB_dashboard.blade.php

@@ -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>&nbsp;<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>