This commit is contained in:
Jokob-sk
2023-08-11 07:35:42 +10:00
parent d85ecb0d12
commit bf29cd42d6
2 changed files with 17 additions and 6 deletions

View File

@@ -14,7 +14,10 @@
<!-- Main content ---------------------------------------------------------- --> <!-- Main content ---------------------------------------------------------- -->
<section class="content"> <section class="content">
<h4><?= lang('HelpFAQ_Cat_General');?></h4> <h4>
<i class="fa fa-question"></i>
<?= lang('HelpFAQ_Cat_General');?>
</h4>
<div class="panel-group" id="accordion_gen"> <div class="panel-group" id="accordion_gen">
<div class="panel panel-default"> <div class="panel panel-default">
@@ -105,7 +108,10 @@
</div> </div>
</div> </div>
<h4><?= lang('Navigation_Devices');?></h4> <h4>
<i class="fa fa-laptop"></i>
<?= lang('Navigation_Devices');?>
</h4>
<div class="panel-group" id="accordion_dev"> <div class="panel-group" id="accordion_dev">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
@@ -123,7 +129,8 @@
</div> </div>
<h4><?= lang('HelpFAQ_Cat_Detail');?></h4> <h4>
<i class="fa fa-info-circle"></i><?= lang('HelpFAQ_Cat_Detail');?></h4>
<div class="panel-group" id="accordion_det"> <div class="panel-group" id="accordion_det">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
@@ -181,7 +188,10 @@
</div> </div>
</div> </div>
<h4><?= lang('Navigation_Presence');?></h4> <h4>
<i class="fa fa-calendar"></i>
<?= lang('Navigation_Presence');?>
</h4>
<div class="panel-group" id="accordion_pre"> <div class="panel-group" id="accordion_pre">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">
@@ -211,7 +221,8 @@
</div> </div>
</div> </div>
<h4><?= lang('Navigation_Network');?></h4> <h4>
<i class="fa fa-network-wired"></i><?= lang('Navigation_Network');?></h4>
<div class="panel-group" id="accordion_net"> <div class="panel-group" id="accordion_net">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"> <div class="panel-heading">

View File

@@ -372,7 +372,7 @@
"Network_NoAssignedDevices" : "This network node does not have any assigned devices (leaf nodes). Assign one from bellow or go to the <b><i class=\"fa fa-info-circle\"></i> Details</b> tab of any device in <a href=\"devices.php\"><b> <i class=\"fa fa-laptop\"></i> Devices</b></a>, and assign it to a network <b><i class=\"fa fa-server\"></i> Node (MAC)</b> and <b><i class=\"fa fa-ethernet\"></i> Port</b> there.", "Network_NoAssignedDevices" : "This network node does not have any assigned devices (leaf nodes). Assign one from bellow or go to the <b><i class=\"fa fa-info-circle\"></i> Details</b> tab of any device in <a href=\"devices.php\"><b> <i class=\"fa fa-laptop\"></i> Devices</b></a>, and assign it to a network <b><i class=\"fa fa-server\"></i> Node (MAC)</b> and <b><i class=\"fa fa-ethernet\"></i> Port</b> there.",
"HelpFAQ_Title" : "Help / FAQ", "HelpFAQ_Title" : "Help / FAQ",
"HelpFAQ_Cat_General" : "General", "HelpFAQ_Cat_General" : "General",
"HelpFAQ_Cat_Detail" : "<i class=\"fa fa-info-circle\"></i> Details", "HelpFAQ_Cat_Detail" : "Details",
"HelpFAQ_Cat_General_100_head" : "The clock on the top right and the times of the events/presence are not correct (time difference).", "HelpFAQ_Cat_General_100_head" : "The clock on the top right and the times of the events/presence are not correct (time difference).",
"HelpFAQ_Cat_General_100_text_a" : "On your PC the following time zone is set for the PHP environment:", "HelpFAQ_Cat_General_100_text_a" : "On your PC the following time zone is set for the PHP environment:",
"HelpFAQ_Cat_General_100_text_b" : "If this is not the timezone you are in, you should change the timezone in the PHP configuration file. You can find it in this directory:", "HelpFAQ_Cat_General_100_text_b" : "If this is not the timezone you are in, you should change the timezone in the PHP configuration file. You can find it in this directory:",