Skip to content

Commit 992d318

Browse files
committed
Update Arma3ModstingGeneratorWebApp.html
1 parent 32448ee commit 992d318

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Arma3ModstingGeneratorWebApp.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
font-style: italic;
2323
text-align: center;
2424
}
25+
label {
26+
cursor: pointer;
27+
}
2528
</style>
2629
</head>
2730
<body>
@@ -31,13 +34,13 @@ <h1>Arma 3 Mod ID Extractor</h1>
3134
<input type="file" id="fileInput" accept=".html">
3235

3336
<h3>Options:</h3>
34-
<input type="checkbox" id="includeAt" onclick="updateOutput()"> Include '@' before each entry<br>
35-
<input type="checkbox" id="showNames" checked onclick="updateOutput()"> Show Names (instead of only IDs)<br>
37+
<label><input type="checkbox" id="includeAt" onclick="updateOutput()"> Include '@' before each entry</label><br>
38+
<label><input type="checkbox" id="showNames" checked onclick="updateOutput()"> Show Names (instead of only IDs)</label><br>
3639

3740
<h3>Output Format:</h3>
38-
<input type="radio" name="format" value="newline" checked onclick="updateOutput()"> Newline<br>
39-
<input type="radio" name="format" value="semicolon" onclick="updateOutput()"> Semicolon<br>
40-
<input type="radio" name="format" value="comma" onclick="updateOutput()"> Comma<br>
41+
<label><input type="radio" name="format" value="newline" checked onclick="updateOutput()"> Newline</label><br>
42+
<label><input type="radio" name="format" value="semicolon" onclick="updateOutput()"> Semicolon</label><br>
43+
<label><input type="radio" name="format" value="comma" onclick="updateOutput()"> Comma</label><br>
4144

4245
<h3>Extracted Output:</h3>
4346
<textarea id="output" readonly>Output will appear here...</textarea>

0 commit comments

Comments
 (0)