CHANGE_MAIL_TEMPLATE_REFACTOR - VADIVEL J 2025-09-26
This commit is contained in:
parent
c61f259268
commit
353793ee03
@ -160,7 +160,7 @@
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
|
||||
var defaultTitle = `<h3>Welcome <?= esc(get_session_userdata()->first_name ?? 'NOT SET') ?></h3>`;
|
||||
|
||||
var pageName = "<?= esc($page_name ?? '') ?>";
|
||||
|
||||
var titleHtml = (pageName && pageName !== "Dashboard")
|
||||
@ -168,7 +168,7 @@ $(document).ready(function () {
|
||||
: " ";
|
||||
|
||||
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 -->
|
||||
<style>
|
||||
|
||||
.nav-bar {
|
||||
position: fixed !important;
|
||||
z-index: 1000;
|
||||
@ -161,7 +162,7 @@
|
||||
flex-shrink: 1 !important;
|
||||
justify-content: space-between;
|
||||
margin-top: 20px;
|
||||
margin-left: 20px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
|
||||
@ -1591,7 +1592,7 @@
|
||||
<div class="left-side-menu">
|
||||
|
||||
|
||||
<div class="h-100" data-simplebar>
|
||||
<div data-simplebar>
|
||||
<!--- Sidemenu -->
|
||||
<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;">
|
||||
<img
|
||||
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>
|
||||
<div class="collapse" id="sidebarDashboardsmenu">
|
||||
<ul class="nav-second-level">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user