mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Move all files from /scripts/pi-hole/ to /scripts/
Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
13
scripts/lua/settings_header.lp
Normal file
13
scripts/lua/settings_header.lp
Normal file
@@ -0,0 +1,13 @@
|
||||
<!-- 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>
|
||||
Reference in New Issue
Block a user