@@ -160,19 +160,19 @@
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
@@ -261,7 +261,7 @@ function initializeDatatable () {
$('#tableDevices').DataTable({
'paging' : true,
'lengthChange' : true,
- 'lengthMenu' : [[10, 25, 50, 100, 500, -1], [10, 25, 50, 100, 500, '']],
+ 'lengthMenu' : [[10, 25, 50, 100, 500, -1], [10, 25, 50, 100, 500, '']],
'searching' : true,
'ordering' : true,
@@ -333,13 +333,13 @@ function initializeDatatable () {
'language' : {
processing: '
',
emptyTable: 'No data',
- "lengthMenu": "",
- "search": ": ",
+ "lengthMenu": "",
+ "search": ": ",
"paginate": {
- "next": "",
- "previous": ""
+ "next": "",
+ "previous": ""
},
- "info": "",
+ "info": "",
}
});
@@ -389,13 +389,13 @@ function getDevicesList (status) {
// Define color & title for the status selected
switch (deviceStatus) {
- case 'all': tableTitle = ''; color = 'aqua'; break;
- case 'connected': tableTitle = ''; color = 'green'; break;
- case 'favorites': tableTitle = ''; color = 'yellow'; break;
- case 'new': tableTitle = ''; color = 'yellow'; break;
- case 'down': tableTitle = ''; color = 'red'; break;
- case 'archived': tableTitle = ''; color = 'gray'; break;
- default: tableTitle = ''; color = 'gray'; break;
+ case 'all': tableTitle = ''; color = 'aqua'; break;
+ case 'connected': tableTitle = ''; color = 'green'; break;
+ case 'favorites': tableTitle = ''; color = 'yellow'; break;
+ case 'new': tableTitle = ''; color = 'yellow'; break;
+ case 'down': tableTitle = ''; color = 'red'; break;
+ case 'archived': tableTitle = ''; color = 'gray'; break;
+ default: tableTitle = ''; color = 'gray'; break;
}
// Set title and color
diff --git a/front/events.php b/front/events.php
index 17c24e7b..0d1c3856 100755
--- a/front/events.php
+++ b/front/events.php
@@ -25,17 +25,17 @@ if ($_SESSION["login"] != 1)
@@ -50,7 +50,7 @@ if ($_SESSION["login"] != 1)
@@ -62,7 +62,7 @@ if ($_SESSION["login"] != 1)
@@ -74,7 +74,7 @@ if ($_SESSION["login"] != 1)
@@ -86,7 +86,7 @@ if ($_SESSION["login"] != 1)
@@ -98,7 +98,7 @@ if ($_SESSION["login"] != 1)
@@ -110,7 +110,7 @@ if ($_SESSION["login"] != 1)
@@ -135,18 +135,18 @@ if ($_SESSION["login"] != 1)
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
- |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
@@ -261,13 +261,13 @@ function initializeDatatable () {
'language' : {
processing: '
',
emptyTable: 'No data',
- "lengthMenu": "",
- "search": ": ",
+ "lengthMenu": "",
+ "search": ": ",
"paginate": {
- "next": "",
- "previous": ""
+ "next": "",
+ "previous": ""
},
- "info": "",
+ "info": "",
}
});
@@ -319,13 +319,13 @@ function getEvents (p_eventsType) {
// Define color & title for the status selected
switch (eventsType) {
- case 'all': tableTitle = ''; color = 'aqua'; sesionCols = false; break;
- case 'sessions': tableTitle = ''; color = 'green'; sesionCols = true; break;
- case 'missing': tableTitle = ''; color = 'yellow'; sesionCols = true; break;
- case 'voided': tableTitle = ''; color = 'yellow'; sesionCols = false; break;
- case 'new': tableTitle = ''; color = 'yellow'; sesionCols = false; break;
- case 'down': tableTitle = ''; color = 'red'; sesionCols = false; break;
- default: tableTitle = ''; boxClass = ''; sesionCols = false; break;
+ case 'all': tableTitle = ''; color = 'aqua'; sesionCols = false; break;
+ case 'sessions': tableTitle = ''; color = 'green'; sesionCols = true; break;
+ case 'missing': tableTitle = ''; color = 'yellow'; sesionCols = true; break;
+ case 'voided': tableTitle = ''; color = 'yellow'; sesionCols = false; break;
+ case 'new': tableTitle = ''; color = 'yellow'; sesionCols = false; break;
+ case 'down': tableTitle = ''; color = 'red'; sesionCols = false; break;
+ default: tableTitle = ''; boxClass = ''; sesionCols = false; break;
}
// Set title and color
diff --git a/front/help_faq.php b/front/help_faq.php
index d1e50626..fd8e9c66 100755
--- a/front/help_faq.php
+++ b/front/help_faq.php
@@ -16,39 +16,39 @@ if ($_SESSION["login"] != 1)
-
+
@@ -56,12 +56,12 @@ if ($_SESSION["login"] != 1)
@@ -69,12 +69,12 @@ if ($_SESSION["login"] != 1)