master
elf 3 years ago
parent 19458394c3
commit 43938289c0

@ -137,10 +137,10 @@
<td class="r table_radio">
<span class="form_radio table_btn">
<label >
<input type="radio" value="1" name="with_sub" checked="checked">
<input type="radio" value="1" name="with_sub" <?php if($record['with_sub'] == 1):?>checked<?php endif;?>>
</label >
<label >
<input type="radio" value="0" name="with_sub" >
<input type="radio" value="0" name="with_sub" <?php if($record['with_sub'] == 0):?>checked<?php endif;?>>
</label>
</span>
</td>

Loading…
Cancel
Save