exclude_item_option.tpl
393 字节
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td{{ indent.true:begin }} style="padding-left: {{ indent }}px;"{{ indent.true:end }}><input type="checkbox" name="{{ name }}[]" value="{{ option }}"{{ checked.true:begin }} checked="checked"{{ checked.true:end }} id="{{ id }}" class="prisna_wp_translate_checkbox" /><label for="{{ id }}">{{ value }}</label></td>
</tr>
</table>