mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
통합 피드에 포함 여부 선택 관리자 페이지에서 편리하게 할 수 있도록 관리자 페이지에 버튼 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6955 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a5a1f44a18
commit
c5bd982447
4 changed files with 46 additions and 3 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<!--%import("js/rss.js")-->
|
||||
<h3 class="xeAdmin">{$lang->total_feed} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<!--%import("filter/insert_rss_config.xml")-->
|
||||
|
|
@ -69,11 +70,11 @@
|
|||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<!--@foreach($feed_config as $config)-->
|
||||
<!--@foreach($feed_config as $module_srl => $config)-->
|
||||
<tr>
|
||||
<th>{$config['mid']}</th>
|
||||
<td>{$lang->open_rss_types[$config['open_feed']]}</td>
|
||||
<td><!--@if($config['open_total_feed'] == 'T_N')-->{$lang->notuse}<!--@else-->{$lang->use}<!--@end--></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>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue