Lang, text, sorts

This commit is contained in:
2021-06-15 15:10:50 -04:00
parent e20340891e
commit 3e830d49d6
7 changed files with 136 additions and 100 deletions

View File

@@ -22,11 +22,13 @@
<div class="container-fluid">
<div class="row">&nbsp;</div>
<div class="row row-cols-3">
<?php if($StaticFunctions->getHideFooter()=='false' || $app_current_pagename == $transLang['LOGIN']){ ?>
<div class="col-sm text-muted text-start"><?php echo $transLang['SERVER_TIME'] . ": " . $StaticFunctions->getUTC(); ?></div>
<div class="col-sm text-muted text-center"><?php echo $transLang['LOCAL_TIME'] . ": " . $timenow; ?></div>
<div class="col-sm text-muted text-end">
<a tabindex="0" role="button" data-bs-toggle="popover" data-bs-trigger="focus" data-bs-content="<?php echo $StaticFunctions->getVersion($app_disp_lang); ?>"><i class="far fa-copyright"></i></a>
</div>
<?php } ?>
</div>
</div>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>