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:
ovclas 2013-01-11 05:55:43 +00:00
parent dc9e274669
commit b8706b14b9

View file

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