Explorar o código

Remove RHS, expand leftnav by default

Vijayakrishnan Krishnan %!s(int64=4) %!d(string=hai) anos
pai
achega
088d03b936

+ 1 - 1
resources/views/layouts/pro-logged-in.blade.php

@@ -30,7 +30,7 @@
     {{-- stag theme --}}
     <link rel="stylesheet" href="/css/theme.css">
 </head>
-<body class="hold-transition sidebar-mini layout-fixed sidebar-collapse">
+<body class="hold-transition sidebar-mini layout-fixed">
 <div class="wrapper">
 
     <!-- Navbar -->

+ 4 - 4
resources/views/mc.blade.php

@@ -15,7 +15,7 @@
 </head>
 <body class="h-100 mc-page">
     <div class="row mx-0 h-100">
-        <div class="col-9 px-0 app-left-panel">
+        <div class="col-12 px-0 app-left-panel">
             <iframe id="stag_lhs" src="{{ $page }}" frameborder="0" class="h-100 w-100"></iframe>
         </div>
         {{--<div id="meetingsApp" class="pro col-3 border-left app-right-panel">
@@ -24,15 +24,15 @@
                 :meeting-prop="{!! str_replace('"','\'',str_replace('\'','\\\'',json_encode($meeting))) !!}"
                 ></meetings-app-root>
         </div>--}}
-        <div class="col-3 border-left app-right-panel pr-1">
+        {{--<div class="col-3 border-left app-right-panel pr-1">
             <iframe id="stag_rhs" src="/pro/meet" frameborder="0" class="h-100 w-100"></iframe>
-        </div>
+        </div>--}}
     </div>
     <script src="/AdminLTE-3.0.5/plugins/jquery/jquery.min.js"></script>
     <link rel="stylesheet" href="/v-splitter-px/v-splitter.css">
     <script src="/v-splitter-px/v-splitter.js"></script>
     <script>
-        initVSplitter('stag-mc-main', $('.app-left-panel'), $('.app-right-panel'));
+        // initVSplitter('stag-mc-main', $('.app-left-panel'), $('.app-right-panel'));
         window.openInRHS = function(_url) {
             $('#stag_rhs').attr('src', _url);
             return false;

+ 9 - 5
resources/views/pro/clients/info.blade.php

@@ -1,4 +1,6 @@
-<? 
+<?php /*
+
+<?
     $client = $record;
     $thumbnail = $client->profile_picture_base64;
     $initials = !$thumbnail ? substr($client->name_first, 0, 1).substr($client->name_last, 0, 1) : '';
@@ -73,15 +75,17 @@
 </header>
 </a></section>
 
-<!-- <h4 class="d-flex my-3 px-3 stag-heading stag-heading-info">
+<h4 class="d-flex my-3 px-3 stag-heading stag-heading-info">
     <div>
         Clients: [<?= $client->name_display() ?>]
         @if($client->is_duplicate)
             <div>
-                <p> This client is a duplicate of 
-                <a href="{{route('clients_SINGLE-SUB_dashboard', $client->duplicateOfClient->uid)}}">{{$client->duplicateOfClient->name_display()}}</a>. 
+                <p> This client is a duplicate of
+                <a href="{{route('clients_SINGLE-SUB_dashboard', $client->duplicateOfClient->uid)}}">{{$client->duplicateOfClient->name_display()}}</a>.
                 <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_setIsDuplicateToFalse', $client->uid)}}" title="Set as not duplicate">✏️ </a></p>
             </div>
         @endif
     </div>
-</h4> -->
+</h4>
+
+ */ ?>

+ 5 - 3
resources/views/pro/clients_SINGLE/SUB_dashboard.blade.php

@@ -2,16 +2,17 @@
 @extends('pro.clients.view')
 @section('content-inner')
 
-<?
+<?php /*
     $client = $record;
     $isMedicareNotGood = $client->medicareStatus() !== true;
     $isBlocked = $isMedicareNotGood || !$client->mcp_pro_id || $client->has_mcp_done_onboarding_visit === 'UNKNOWN';
-?>
+*/ ?>
 
+<?php /*
 <section class=z><a href=SUB_detail>
 <? if(!$isBlocked): ?>
     <main>
-        
+
     </main>
 <? else: ?>
     <main class="blocked">
@@ -262,4 +263,5 @@
     </div>
 </div> -->
 
+*/ ?>
 @endsection