Files
web/scripts/pi-hole/lua/settings_header.lp
2023-11-29 13:10:18 +01:00

14 lines
364 B
Plaintext

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