diff --git a/app/templates/dashboard-monthly.php b/app/templates/dashboard-monthly.php index cfbf5c5..6e97301 100644 --- a/app/templates/dashboard-monthly.php +++ b/app/templates/dashboard-monthly.php @@ -1,64 +1,65 @@ - -
- - -Conferences
+time period: - - = $from_time == '0000-01-01' ? 'beginning' : date('d M Y', strtotime($from_time)) ?> - = $until_time == '9999-12-31' ? 'now' : date('d M Y', strtotime($until_time)) ?> - -
- -| - - | = htmlspecialchars($record['table_headers']) ?> | - -
|---|---|
| conferences | - -- = htmlspecialchars($record['conferences']) ?> - 0 - | - -
| participants | - -- = htmlspecialchars($record['participants']) ?> - 0 - | - -
No matching records found.
+time period: + + = $from_time == '0000-01-01' ? 'beginning' : date('d M Y', strtotime($from_time)) ?> - = $until_time == '9999-12-31' ? 'now' : date('d M Y', strtotime($until_time)) ?> + +
+| + + | = htmlspecialchars($record['table_headers']) ?> | + +||||
|---|---|---|---|---|---|
| conferences | + ++ = htmlspecialchars($record['conferences']) ?> + 0 + | + +||||
| participants | + ++ = htmlspecialchars($record['participants']) ?> + 0 + | + +||||
|
+ No matching records found. + |
+ |||||