Conditional warnings

This commit is contained in:
2020-12-29 02:06:25 +01:00
parent 06752f6f30
commit a0d2a1a078
4 changed files with 14 additions and 4 deletions
+6 -3
View File
@@ -3,9 +3,12 @@
<form id="settings" method="POST" action="./?settings">
<label for="osu_folder">osu! folder: </label>
<input type="text" form="settings" id="osu_folder" name="osu_folder" placeholder="C:\Games\osu!" /><br />
<p style="font-size:0.9em">(Use a fully qualified real path preferably without symlinks. Relative paths are supported in theory, but try to use absolute paths.)</p>
{{ SETTINGS_BACK }}
<input type="submit" form="settings" value="Save" />
<div class="buttons" style="text-align:right;">
{{ SETTINGS_BACK }}
<input type="submit" form="settings" value="Save" />
</div>
{{ SETTINGS_FIRSTRUN }}
<p class="note">(Use a fully qualified real path preferably without symlinks. Relative paths are supported in theory, but try to use absolute paths.)</p>
</form>
<form id="cancelform" method="GET" action="./"></form>
</div>