mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
Merge pull request #349 from cvc90/Pi.Alert-Fixed-missing-icon-pages-titles
Multiple fixes to missing icon in page title
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
<!-- Content header--------------------------------------------------------- -->
|
<!-- Content header--------------------------------------------------------- -->
|
||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<h1 id="pageTitle">
|
<h1 id="pageTitle">
|
||||||
<i class=\"fa fa-laptop\"></i>
|
<i class="fa fa-laptop"></i>
|
||||||
<?= lang('Device_Title');?>
|
<?= lang('Device_Title');?>
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -8,7 +8,8 @@
|
|||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<?php require 'php/templates/notification.php'; ?>
|
<?php require 'php/templates/notification.php'; ?>
|
||||||
<h1 id="pageTitle">
|
<h1 id="pageTitle">
|
||||||
<?= lang('HelpFAQ_Title');?>
|
<i class="fa fa-question"></i>
|
||||||
|
<?= lang('HelpFAQ_Title');?>
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ $pia_installed_skins = array('skin-black-light',
|
|||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<?php require 'php/templates/notification.php'; ?>
|
<?php require 'php/templates/notification.php'; ?>
|
||||||
<h1 id="pageTitle">
|
<h1 id="pageTitle">
|
||||||
<i class=\"fa fa-wrench\"></i>
|
<i class="fa fa-wrench"></i>
|
||||||
<?= lang('Maintenance_Title');?>
|
<?= lang('Maintenance_Title');?>
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
@@ -153,7 +153,7 @@ $db->close();
|
|||||||
<div class="box" id="Maintain-Status">
|
<div class="box" id="Maintain-Status">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h3 class="box-title">
|
<h3 class="box-title">
|
||||||
<i class=\"fa fa-display\"></i></i>
|
<i class="fa fa-display"></i></i>
|
||||||
<?= lang('Maintenance_Status');?>
|
<?= lang('Maintenance_Status');?>
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -369,7 +369,7 @@
|
|||||||
"Network_Node_Name" : "Nombre de nodo",
|
"Network_Node_Name" : "Nombre de nodo",
|
||||||
"Network_Parent" : "Dispositivo primario de la red",
|
"Network_Parent" : "Dispositivo primario de la red",
|
||||||
"Network_NoAssignedDevices" : "Este nodo de red no tiene asignado ningún dispositivo (nodo externo). Asigna uno de la lista o ve a la pestaña <b><i class=\"fa fa-info-circle\"></i> Detalles</b> de cualquier dispositivo en la página<a href=\"devices.php\"><b> <i class=\"fa fa-laptop\"></i> Dispositivos</b></a>, y asígnalo a un <b><i class=\"fa fa-server\"></i> Nodo (MAC)</b> <b><i class=\"fa fa-ethernet\"></i> Puerto</b> de la red ahí.",
|
"Network_NoAssignedDevices" : "Este nodo de red no tiene asignado ningún dispositivo (nodo externo). Asigna uno de la lista o ve a la pestaña <b><i class=\"fa fa-info-circle\"></i> Detalles</b> de cualquier dispositivo en la página<a href=\"devices.php\"><b> <i class=\"fa fa-laptop\"></i> Dispositivos</b></a>, y asígnalo a un <b><i class=\"fa fa-server\"></i> Nodo (MAC)</b> <b><i class=\"fa fa-ethernet\"></i> Puerto</b> de la red ahí.",
|
||||||
"HelpFAQ_Title" : "<i class=\"fa fa-question\"></i> Ayuda / FAQ",
|
"HelpFAQ_Title" : "Ayuda / FAQ",
|
||||||
"HelpFAQ_Cat_General" : "General",
|
"HelpFAQ_Cat_General" : "General",
|
||||||
"HelpFAQ_Cat_Detail" : "Detalles",
|
"HelpFAQ_Cat_Detail" : "Detalles",
|
||||||
"HelpFAQ_Cat_General_100_head" : "El reloj en la parte superior derecha y el tiempo de los eventos/presencia no son correctos (diferencia de tiempo).",
|
"HelpFAQ_Cat_General_100_head" : "El reloj en la parte superior derecha y el tiempo de los eventos/presencia no son correctos (diferencia de tiempo).",
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<!-- Content header--------------------------------------------------------- -->
|
<!-- Content header--------------------------------------------------------- -->
|
||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<h1 id="pageTitle">
|
<h1 id="pageTitle">
|
||||||
<i class=\"fa fa-calendar\"></i>
|
<i class="fa fa-calendar"></i>
|
||||||
<?= lang('Presence_Title');?>
|
<?= lang('Presence_Title');?>
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<?php require 'php/templates/notification.php'; ?>
|
<?php require 'php/templates/notification.php'; ?>
|
||||||
<h1 id="pageTitle">
|
<h1 id="pageTitle">
|
||||||
<i class=\"fa fa-flag\"></i>
|
<i class="fa fa-flag"></i>
|
||||||
<?= lang('REPORT_TITLE') ;?>
|
<?= lang('REPORT_TITLE') ;?>
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ while ($row = $result -> fetchArray (SQLITE3_ASSOC)) {
|
|||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<?php require 'php/templates/notification.php'; ?>
|
<?php require 'php/templates/notification.php'; ?>
|
||||||
<h1 id="pageTitle">
|
<h1 id="pageTitle">
|
||||||
<i class=\"fa fa-cog\"></i>
|
<i class="fa fa-cog"></i>
|
||||||
<?= lang('Navigation_Settings');?>
|
<?= lang('Navigation_Settings');?>
|
||||||
<a style="cursor:pointer">
|
<a style="cursor:pointer">
|
||||||
<span>
|
<span>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<section class="content-header">
|
<section class="content-header">
|
||||||
<?php require 'php/templates/notification.php'; ?>
|
<?php require 'php/templates/notification.php'; ?>
|
||||||
<h1 id="pageTitle">
|
<h1 id="pageTitle">
|
||||||
<i class=\"fa fa-microchip\"></i>
|
<i class="fa fa-microchip"></i>
|
||||||
<?= lang('SYSTEM_TITLE') ;?>
|
<?= lang('SYSTEM_TITLE') ;?>
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user