mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
관리자 UI 이상한 부분 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4206 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a6d34426cf
commit
33716d7083
14 changed files with 16 additions and 6 deletions
|
|
@ -78,7 +78,7 @@
|
|||
<!--@if($modules->title)-->
|
||||
{$modules->title}
|
||||
<!--@else-->
|
||||
|
||||
{$lang->none_category}
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
<!--@if($modules->title)-->
|
||||
{$modules->title}
|
||||
<!--@else-->
|
||||
|
||||
{$lang->none_category}
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@
|
|||
<div class="header4">
|
||||
<!-- 정보 -->
|
||||
<!--@if($total_count)-->
|
||||
<div class="summary">
|
||||
<strong>Total</strong> <em>{number_format($total_count)}</em>, Page <em>{number_format($page)}/{number_format($total_page)}</em>
|
||||
<div class="tableSummaryType1">
|
||||
Total <strong>{number_format($total_count)}</strong>, Page <strong>{number_format($page)}</strong>/{number_format($total_page)}
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<!-- 정보 -->
|
||||
<div class="tableSummaryType1">
|
||||
Total <strong>{number_format($total_count)}</strong>, Opage <strong>{number_format($opage)}</strong>/{number_format($total_opage)}
|
||||
Total <strong>{number_format($total_count)}</strong>, page <strong>{number_format($opage)}</strong>/{number_format($total_opage)}
|
||||
</div>
|
||||
|
||||
<!-- 목록 -->
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@
|
|||
<!--@if($modules->title)-->
|
||||
<div class="widget_title">{$modules->title}</div>
|
||||
<!--@else-->
|
||||
<div class="widget_title"> </div>
|
||||
<div class="widget_title">{$lang->none_category}</div>
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($modules->list as $key => $val)-->
|
||||
|
|
|
|||
|
|
@ -96,6 +96,8 @@
|
|||
<!--@foreach($mid_list as $module_category_srl => $modules)-->
|
||||
<!--@if($modules->title)-->
|
||||
<div class="widget_title">{$modules->title}</div>
|
||||
<!--@else-->
|
||||
<div class="widget_title">{$lang->none_category}</div>
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($modules->list as $key => $val)-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue