관리자 페이지에서 RSS 바로 확인 할 수 있도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6956 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-11-21 18:39:54 +00:00
parent c5bd982447
commit 624e734eea
4 changed files with 27 additions and 17 deletions

View file

@ -72,7 +72,7 @@
<tbody>
<!--@foreach($feed_config as $module_srl => $config)-->
<tr>
<th>{$config['mid']}</th>
<th><!--@if($config['url'])--><a href="{$config['url']}"><!--@endif-->{$config['mid']}<!--@if($config['url'])--></a><!--@endif--></th>
<td>{$lang->open_rss_types[$config['open_feed']]}</td>
<td><a id="dotogglerss_{$module_srl}" onclick="doToggleRss('{$module_srl}')" <!--@if($config['open_total_feed'] == 'T_N')-->class="buttonSet buttonDisable"><span>{$lang->notuse}<!--@else-->class="buttonSet buttonActive"><span>{$lang->use}<!--@end--></span></a></td>
</tr>