Skip to content

Commit a3f46fb

Browse files
committed
Fix checkbox style in Edit Tile template
1 parent 27ec66f commit a3f46fb

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_output/templates/_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"admin/if_gs_tile_edit.html": {
33
"version_id": 1000070,
44
"version_string": "1.0.0",
5-
"hash": "8e70817f5d565d1e9f694f1bf67db077"
5+
"hash": "40f0e578af0a2607a80a2bb6ab6f3402"
66
},
77
"admin/if_gs_tile_list.html": {
88
"version_id": 1000070,

_output/templates/admin/if_gs_tile_edit.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@
3131
<xf:numberboxrow name="display_order" value="{$tile.display_order}"
3232
label="{{ phrase('display_order') }}" min="0" />
3333

34-
<xf:checkboxrow name="active" value="{$tile.active}"
35-
label="{{ phrase('enable') }}" />
34+
<xf:checkboxrow hideempty="true">
35+
<xf:option name="active" selected="$tile.active">{{ phrase('enabled') }}</xf:option>
36+
</xf:checkboxrow>
3637
</div>
3738
<xf:submitrow icon="save" sticky="true" />
3839
</div>

0 commit comments

Comments
 (0)