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": { "configuration": {
"root_path": "/", "root_path": "/",
"localization": { "localization": {
"enabled": false, "enabled": true,
"primary_localization": "en", "primary_localization": "en",
"auto_detect_preference": true, "auto_detect_preference": true,
"localizations": {} "localizations": {
"en": "localization/en.json"
}
}, },
"favicon": "favicon/favicon.ico", "favicon": "favicon/favicon.ico",
"localization_enabled": true, "localization_enabled": true,

View File

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

View File

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

View File

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

View File

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

View File

@ -41,11 +41,6 @@
<label class="custom-switch-btn" for="switchDark"></label> <label class="custom-switch-btn" for="switchDark"></label>
</div> </div>
</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>
<div class="user d-inline-block"> <div class="user d-inline-block">
<button class="btn btn-empty p-0" type="button" data-toggle="dropdown" aria-haspopup="true" <button class="btn btn-empty p-0" type="button" data-toggle="dropdown" aria-haspopup="true"