mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
when update feed configuration, remove description.
so, add description input git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12535 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dc9e274669
commit
b8706b14b9
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@
|
|||
<th>
|
||||
<!--@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 class="title">{$value['feed_description']}<textarea name="feed_description" style="display:none;">{$value['feed_description']}</textarea></td>
|
||||
<td>
|
||||
<!--@foreach($lang->open_rss_types as $key2=>$value2)-->
|
||||
<label class="x_inline"><input type="radio" name="open_rss" value="{$key2}" id="feed_open_{$key2}" <!--@if($key2 == $value['open_feed'])-->checked="checked"<!--@end--> />{$value2}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue