CHANGE_MAIL_TEMPLATE_REFACTOR - VADIVEL J 2025-09-26
This commit is contained in:
parent
c61f259268
commit
353793ee03
@ -160,7 +160,7 @@
|
|||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
var defaultTitle = `<h3>Welcome <?= esc(get_session_userdata()->first_name ?? 'NOT SET') ?></h3>`;
|
|
||||||
var pageName = "<?= esc($page_name ?? '') ?>";
|
var pageName = "<?= esc($page_name ?? '') ?>";
|
||||||
|
|
||||||
var titleHtml = (pageName && pageName !== "Dashboard")
|
var titleHtml = (pageName && pageName !== "Dashboard")
|
||||||
@ -168,7 +168,7 @@ $(document).ready(function () {
|
|||||||
: " ";
|
: " ";
|
||||||
|
|
||||||
if(pageName && pageName == "Dashboard"){
|
if(pageName && pageName == "Dashboard"){
|
||||||
titleHtml = `<h3>Welcome <?= esc(get_session_userdata()->first_name ?? 'NOT SET') ?></h3>`;
|
titleHtml = `<h4>Welcome <?= esc(get_session_userdata()->first_name ?? 'NOT SET') ?></h4>`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -147,6 +147,7 @@
|
|||||||
|
|
||||||
<!-- navbar -->
|
<!-- navbar -->
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
.nav-bar {
|
.nav-bar {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
@ -161,7 +162,7 @@
|
|||||||
flex-shrink: 1 !important;
|
flex-shrink: 1 !important;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-left: 20px;
|
margin-left: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -1591,7 +1592,7 @@
|
|||||||
<div class="left-side-menu">
|
<div class="left-side-menu">
|
||||||
|
|
||||||
|
|
||||||
<div class="h-100" data-simplebar>
|
<div data-simplebar>
|
||||||
<!--- Sidemenu -->
|
<!--- Sidemenu -->
|
||||||
<div id="sidebar-menu">
|
<div id="sidebar-menu">
|
||||||
|
|
||||||
@ -1921,7 +1922,7 @@
|
|||||||
<a id="app_content_management" href="#sidebarDashboardsmenu" data-toggle="collapse" class="waves-effect img-inactive" style="color: grey;">
|
<a id="app_content_management" href="#sidebarDashboardsmenu" data-toggle="collapse" class="waves-effect img-inactive" style="color: grey;">
|
||||||
<img
|
<img
|
||||||
src="<?= base_url() . "public"; ?>/assets/images/app_content_mng_sb.png" alt="Logo" height="20">
|
src="<?= base_url() . "public"; ?>/assets/images/app_content_mng_sb.png" alt="Logo" height="20">
|
||||||
<span>App Content Mgmt</span>
|
<span style="color: #02a8b5;">App Content Mgmt</span>
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse" id="sidebarDashboardsmenu">
|
<div class="collapse" id="sidebarDashboardsmenu">
|
||||||
<ul class="nav-second-level">
|
<ul class="nav-second-level">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user