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:
ovclas 2013-01-11 05:31:24 +00:00
parent 860c7931f8
commit dc9e274669

View file

@ -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>