mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
if open_total_feed value is 'Y', 'open_total_feed' is checked
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12534 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
860c7931f8
commit
dc9e274669
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
<!--@end-->
|
||||
</td>
|
||||
<td>
|
||||
<label class="x_inline"><input type="radio" name="open_total_feed" value="N" id="open_total_feed_N" <!--@if($value['open_total_feed'] == 'N')-->checked="checked"<!--@end--> />{$lang->use}</label>
|
||||
<label class="x_inline"><input type="radio" name="open_total_feed" value="N" id="open_total_feed_N" <!--@if($value['open_total_feed'] != 'T_N')-->checked="checked"<!--@end--> />{$lang->use}</label>
|
||||
<label class="x_inline"><input type="radio" name="open_total_feed" value="T_N" id="open_total_feed_T_N" <!--@if($value['open_total_feed'] == 'T_N')-->checked="checked"<!--@end--> />{$lang->notuse}</label>
|
||||
</td>
|
||||
<td><button type="submit" class="x_btn x_btn-link">{$lang->cmd_save}</button></td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue