BE+FE: change log

This commit is contained in:
jokob-sk
2026-07-05 22:38:29 +10:00
parent 35313feff4
commit e0449bed8e
44 changed files with 1346 additions and 542 deletions

17
front/changeLog.php Normal file
View File

@@ -0,0 +1,17 @@
<?php
require 'php/templates/header.php';
?>
<div class="content-wrapper changeHistoryPage spinnerTarget" id="changeHistoryPage">
<section class="content-header">
<h1>
<?= lang('Navigation_ChangeHistory'); ?>
<small><?= lang('device_history_col_changes'); ?></small>
</h1>
</section>
<?php
require 'changeLogCore.php';
?>
</div>
<?php require 'php/templates/footer.php'; ?>