Latest working copy. Some genDocs refactors

This commit is contained in:
Hash Borgir
2022-03-27 03:59:16 -06:00
parent d52b371b59
commit d8a30fcb83
781 changed files with 305252 additions and 52022 deletions

View File

@@ -103,10 +103,10 @@ if (file_exists(APP_DB)) {
</select>
</p>
<p>
<input type="submit" value="Select" name="submit" class="btn-outline-success btn">
<a style="font-weight: bold;" class="btn btn-outline-warning" href="/">Cancel</a>
<input style="float:right;" type="submit" value="Delete Mod" name="deletemod" class="btn btn-outline-danger">
<input type="submit" value="Select" name="submit" class="btn-success btn">
<a style="font-weight: bold;" class="btn btn-info" href="/src/D2Config.php">Setup New Mod</a>
<a style="font-weight: bold;" class="btn btn-warning" href="/">Cancel</a>
<input style="float:right;" type="submit" value="Delete Mod" name="deletemod" class="btn btn-danger">
</p>
<p style="font-family: lato;font-size: 14px;">Set active mod for D2Modder. <br>If you delete a mod, select another mod to make it active. <br>Deleting a mod here will only delete the .db database file, and remove the mod entry from D2Modder. <br>Your mod files will not be deleted.</p>
</form>