mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-11-30 04:26:03 +00:00
config alert css changed
This commit is contained in:
parent
ac7682b62c
commit
d46cfc04e1
@ -69,14 +69,14 @@ if (!empty($_POST)) {
|
||||
<input id="path" style="width: 220px;" required="required" name="modname" type="text">
|
||||
</p>
|
||||
<p>
|
||||
<label for="path">Enter PATH </label><span style="font-size:11px;">(D:\Diablo II\MODS\your-mod-name)</span><br>
|
||||
<label for="path">Enter PATH </label><br>
|
||||
<input id="path" style="width: 420px;" required="required" name="path" type="text">
|
||||
<input type="submit" value="Save" name="submit" class="btn-config">
|
||||
</p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div id="loading" class="offset-2 col-8 alert alert-warning">
|
||||
<div id="loading" class="offset-2 col-8 alert alert-primary">
|
||||
<p style="font-family: Lato;">After saving path, app will convert txt files to SQL database.</p>
|
||||
<p style="font-family: Lato;">This may take a few minutes depending on the size of your txt files. <br>Please be patient. Once done, app will load. <br>Each time you set a new mod path, txt files will be processed.
|
||||
<br> Every mod will be saved to ModName.db.
|
||||
|
Loading…
Reference in New Issue
Block a user