Skip to content

Commit 2f6a6f4

Browse files
committed
1.9.20
1 parent 5d1d05d commit 2f6a6f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gui/templates/tl-classic/platforms/platformsEdit.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ Purpose: smarty template - Edit a platform
5555
<td>{$gui->notes}</td>
5656
</tr>
5757
<tr><th style="background:none;">{$labels.on_design}</th>
58-
<td><input type="checkbox"
58+
<td><input type="checkbox" value="1"
5959
name="enable_on_design" id="enable_on_design"
6060
{if $gui->enable_on_design eq 1} checked {/if} />
6161
</td>
6262
</tr>
6363

6464
<tr><th style="background:none;">{$labels.on_exec}</th>
65-
<td><input type="checkbox"
65+
<td><input type="checkbox" value="1"
6666
name="enable_on_execution" id="enable_on_execution"
6767
{if $gui->enable_on_execution eq 1} checked {/if} />
6868
</td>

0 commit comments

Comments
 (0)