We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1d05d commit 2f6a6f4Copy full SHA for 2f6a6f4
gui/templates/tl-classic/platforms/platformsEdit.tpl
@@ -55,14 +55,14 @@ Purpose: smarty template - Edit a platform
55
<td>{$gui->notes}</td>
56
</tr>
57
<tr><th style="background:none;">{$labels.on_design}</th>
58
- <td><input type="checkbox"
+ <td><input type="checkbox" value="1"
59
name="enable_on_design" id="enable_on_design"
60
{if $gui->enable_on_design eq 1} checked {/if} />
61
</td>
62
63
64
<tr><th style="background:none;">{$labels.on_exec}</th>
65
66
name="enable_on_execution" id="enable_on_execution"
67
{if $gui->enable_on_execution eq 1} checked {/if} />
68
0 commit comments