mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
페이지에서 위젯 수정시 버그문제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5950 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
15a9d734c0
commit
8084250f17
5 changed files with 29 additions and 19 deletions
|
|
@ -41,7 +41,7 @@
|
|||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->show_icon=='Y')-->
|
||||
<span class="icon">{$item->printExtraImages()}<span></td>
|
||||
<span class="icon">{$item->printExtraImages()}</span>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($widget_info->option_view_arr[$j+1]=='regdate')-->
|
||||
|
|
@ -77,4 +77,4 @@
|
|||
<li><button type="button" class="prev" title="{$lang->cmd_prev}" onclick="content_widget_prev(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetZineA'),{$widget_info->list_count})"><span>{$lang->cmd_prev}</span></button></li>
|
||||
<li><button type="button" class="next" title="{$lang->cmd_next}" onclick="content_widget_next(jQuery(this).parents('ul.widgetNavigator').prev('ul.widgetZineA'),{$widget_info->list_count})"><span>{$lang->cmd_next}</span></button></li>
|
||||
</ul>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue