Add settings level and only-changed settings toggle

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2023-11-29 13:08:47 +01:00
parent 01577e2392
commit ceb1118c0b
13 changed files with 92 additions and 47 deletions

View File

@@ -1,14 +1,13 @@
<!-- Title -->
<div class="page-header flex-header">
<h1><?= PageTitle ?></h1>
<?
if scriptname ~= 'settings/all' then
<div class="settings-selector">
<? if scriptname ~= 'settings/all' then
-- Show the level selector, except in All Settings page
?>
<div class="settings-selector">
Settings level: <select id="settings-level" class="form-control input-sm"></select>
<input type="checkbox" id="expert-settings">
<? else ?>
<input type="checkbox" id="only-changed">
<? end ?>
</div>
<?
end
?>
</div>