feat: implement dynamic login page configuration via database settings and update login view template

This commit is contained in:
Ümit Tunç
2026-04-28 22:46:55 +03:00
parent d1d3b4b01c
commit 2ab481ac76
3 changed files with 54 additions and 4 deletions
+4 -4
View File
@@ -15,10 +15,10 @@
<div class="hero-static col-md-6 col-xl-8 d-none d-md-flex align-items-md-end" >
<div class="p-30 js-appear-enabled animated fadeIn" data-toggle="appear">
<p class="font-size-h3 font-w600 text-white">
{{e2("Learning without stopping. Recognizing that everything you know can be renewed again.")}}
{{e2(setting("login_slogan",true,"Citrus: İş Süreçlerinizi Özgürleştiren ve Geleceği Şekillendiren Dijital Mimari."))}}
</p>
<p class="font-italic text-white-op">
{{e2("Copyright")}} © <span class="js-year-copy js-year-copy-enabled">{{e2("1991")}} - {{date('Y')}}</span>
{{e2("Copyright")}} © <span class="js-year-copy js-year-copy-enabled">{{setting("copyright_start_year",true,"1991")}} - {{date('Y')}}</span>
</p>
</div>
</div>
@@ -29,8 +29,8 @@
<a class="link-effect font-w700" href="#">
<img src="{{url("assets/citrus-logos/citrus-yatay.svg")}}" style="width:70%" class="img-fluid" alt="" />
</a>
<h1 class="h3 font-w700 mt-30 mb-10">{{e2("Welcome")}}</h1>
<h2 class="h5 font-w400 text-muted mb-0">{{e2("Please sign in")}}</h2>
<h1 class="h3 font-w700 mt-30 mb-10">{{e2(setting("login_welcome",true,"Welcome"))}}</h1>
<h2 class="h5 font-w400 text-muted mb-0">{{e2(setting("login_description",true,"Please sign in"))}}</h2>
</div>
<!-- END Header -->