Update settings page

This commit is contained in:
mschuepbach
2024-03-14 18:26:34 +01:00
parent 2bdfbd1eec
commit 391189c177
5 changed files with 32 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
[% PROCESS settings/header.html %]
<div>Hello World</div>
[% WRAPPER setting title="PLUGIN_YOUTUBEMUSIC_TESTPREF" desc="PLUGIN_YOUTUBEMUSIC_TESTPREF_DESC" %]
<input type="text" class="stdedit" name="pref_testPref" id="pref_testPref" value="[% prefs.pref_testPref %]" size="45">
[% END %]
[% PROCESS settings/footer.html %]