Files
web/scripts/pi-hole/lua/settings_header.lp
T
2023-11-03 14:06:10 -03:00

15 lines
342 B
Plaintext

<!-- Title -->
<div class="page-header flex-header">
<h1><?= PageTitle ?></h1>
<?
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>
</div>
<?
end
?>
</div>