add <HIDE> tag to hide default values

This commit is contained in:
Lastorder 2024-11-22 09:45:39 +09:00 committed by GitHub
parent 7ab8fb0564
commit 3fdcefc092
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@
<!--@foreach($val->item as $item_srl => $item)-->
{@$_idx = $poll->poll_srl.'_'.$poll_srl_index.'_'.$item_srl}
<div class="item <!--@if($_key==count($val->item)-1)-->noborder<!--@end-->">
<div class="item <!--@if($_key==count($val->item)-1)-->noborder<!--@end-->" cond="$item->title != '<HIDE>'">
<!--@if($val->checkcount>1)-->
<input type="checkbox" name="item_{$poll->poll_srl}_{$poll_srl_index}" value="{$item->poll_item_srl}" id="item_{$item->poll_item_srl}" />
<!--@else-->