fix: enhance layout consistency in Diagnostics.page

- Wrapped the anonymize checkbox in a label and buttons in a span for improved layout consistency.
- This change continues the effort to enhance visual structure across the plugin.
This commit is contained in:
Zack Spear
2025-05-20 17:29:54 -07:00
parent 6ab0e7bbea
commit 12e17f4ddb
+12 -1
View File
@@ -109,4 +109,15 @@ to the system log.*
*Use* **Anonymize diagnostics** *when publishing the diagnostics file in the public forum. In private communication with Limetech it is recommended to uncheck this setting and capture all information unaltered.*
:end
<input id='download' type="button" value="_(Download)_" onclick="$(this).attr('disabled',true);diagnostics(zipfile())"><input type="button" value="_(Done)_" onclick="done()"><input type="checkbox" id="anonymize" checked>_(Anonymize diagnostics)_
<br>
<label for="anonymize">
<input type="checkbox" id="anonymize" checked>
_(Anonymize diagnostics)_
</label>
<span class="inline-block">
<input id='download' type="button" value="_(Download)_" onclick="$(this).attr('disabled',true);diagnostics(zipfile())">
<input type="button" value="_(Done)_" onclick="done()">
</span>