mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
issue 1855 fix. Thanks to lhs9278.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10597 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7d9a33b6ce
commit
51f47703e6
1 changed files with 4 additions and 4 deletions
|
|
@ -69,20 +69,20 @@
|
|||
<input type="hidden" name="success_return_url" value="{getUrl('', 'module', $module, 'act', 'dispRssAdminIndex')}" />
|
||||
<input type="hidden" name="target_module_srl" value="{$key}" />
|
||||
<tr>
|
||||
<th scope="row"><!--@if($value['url'])--><a href="{$value['url']}" target="_blank"><!--@endif-->{$value['mid']}<!--@if($value['url'])--></a><!--@endif--></th>
|
||||
<th scope="row" class="nowr"><!--@if($value['url'])--><a href="{$value['url']}" target="_blank"><!--@endif-->{$value['mid']}<!--@if($value['url'])--></a><!--@endif--></th>
|
||||
<td class="title">{$value['feed_description']}</td>
|
||||
<td>
|
||||
<td class="nowr">
|
||||
<!--@foreach($lang->open_rss_types as $key2=>$value2)-->
|
||||
<input type="radio" name="open_rss" value="{$key2}" id="feed_open_{$key2}" <!--@if($key2 == $value['open_feed'])-->checked="checked"<!--@end--> /><label for="feed_open_{$key2}">{$value2}</label>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td>
|
||||
<td class="nowr">
|
||||
<input type="radio" name="open_total_feed" value="N" id="open_total_feed_N" <!--@if($value['open_total_feed'] == 'N')-->checked="checked"<!--@end--> />
|
||||
<label for="open_total_feed_N">{$lang->use}</label>
|
||||
<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--> />
|
||||
<label for="open_total_feed_T_N">{$lang->notuse}</label>
|
||||
</td>
|
||||
<td><input type="submit" value="{$lang->cmd_save}" class="text" /></td>
|
||||
<td class="nowr"><input type="submit" value="{$lang->cmd_save}" class="text" /></td>
|
||||
</tr>
|
||||
</form>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue