For Header and Footer in Customer!

Minor improvements to the appearance of the footer. (⁠◕⁠ᴗ⁠◕⁠✿⁠)
This commit is contained in:
Ahmad Husein 2024-10-17 16:06:56 +07:00 committed by GitHub
parent b3744a5007
commit 3475a6086d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 0 deletions

View File

@ -2,15 +2,20 @@
</div>
{if isset($_c['CompanyFooter'])}
<footer class="main-footer">
<div class="container-fluid">
<div class="pull-center">
{$_c['CompanyFooter']}
</div>
<div class="pull-right">
<a href="javascript:showPrivacy()">Privacy</a>
&bull;
<a href="javascript:showTaC()">T &amp; C</a>
</div>
</div>
</footer>
{else}
<footer class="main-footer">
<div>
PHPNuxBill by <a href="https://github.com/hotspotbilling/phpnuxbill" rel="nofollow noreferrer noopener"
target="_blank">iBNuX</a>, Theme by <a href="https://adminlte.io/" rel="nofollow noreferrer noopener"
target="_blank">AdminLTE</a>
@ -19,6 +24,7 @@
&bull;
<a href="javascript:showTaC()">T &amp; C</a>
</div>
</div>
</footer>
{/if}
</div>

View File

@ -124,6 +124,15 @@
padding: 15px;
color: rgb(100 116 139);
border-top: 1px solid #d2d6de;
min-height: 10rem;
}
.main-footer .container {
background: rgb(28 36 52);
}
.main-footer .container .pull-right {
background-color: rgb(28 36 52);
}
.panel-primary {