mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-09-18 09:32:08 +00:00
Latest working copy. Some genDocs refactors
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user