Improved interface

This commit is contained in:
Zi Xing 2022-02-13 16:39:00 -05:00
parent 00224c03ac
commit c771726529
7 changed files with 13 additions and 13 deletions

View File

@ -6,10 +6,12 @@
"configuration": {
"root_path": "/",
"localization": {
"enabled": false,
"enabled": true,
"primary_localization": "en",
"auto_detect_preference": true,
"localizations": {}
"localizations": {
"en": "localization/en.json"
}
},
"favicon": "favicon/favicon.ico",
"localization_enabled": true,

View File

@ -72,7 +72,7 @@
"sections/frontend_mobile_menu.dyn",
"sections/frontend_javascript.dyn",
"package.json",
"languages/en.json",
"localization/en.json",
"pages/logout/contents.dyn",
"pages/index/contents.dyn",
"pages/index/scripts/callbacks.dyn",

View File

@ -1,10 +1,9 @@
<?php
\DynamicalWeb\Html::importScript('require_auth');
require_authentication('index');
require_authentication();
?>
<!DOCTYPE html>
<html lang="en">
<html lang="<?PHP \DynamicalWeb\Html::print(DYNAMICAL_SELECTED_LOCALIZATION_ISO_CODE); ?>">
<head>
<title>Intellivoid Services - Dashboard</title>

View File

@ -16,7 +16,7 @@
?>
<!DOCTYPE html>
<html lang="en">
<html lang="<?PHP \DynamicalWeb\Html::print(DYNAMICAL_SELECTED_LOCALIZATION_ISO_CODE); ?>">
<head>
<?PHP \DynamicalWeb\Html::importSection('frontend_header'); ?>

View File

@ -1,5 +1,9 @@
<?php
\DynamicalWeb\Html::importScript('require_auth');
require_authentication();
?>
<!DOCTYPE html>
<html lang="en">
<html lang="<?PHP \DynamicalWeb\Html::print(DYNAMICAL_SELECTED_LOCALIZATION_ISO_CODE); ?>">
<head>
<title>Intellivoid Services - vCaptcha</title>

View File

@ -41,11 +41,6 @@
<label class="custom-switch-btn" for="switchDark"></label>
</div>
</div>
<button class="header-icon btn btn-empty d-none d-sm-inline-block" type="button" id="fullScreenButton">
<i class="simple-icon-size-fullscreen"></i>
<i class="simple-icon-size-actual"></i>
</button>
</div>
<div class="user d-inline-block">
<button class="btn btn-empty p-0" type="button" data-toggle="dropdown" aria-haspopup="true"