mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#211 new 표시 아이콘을 스킨에서 설정시 설명문이 나오게 하고 잘못된 값이 있으면 12시간으로 고정하도록 변경. 최근게시물 위젯에도 new 아이콘 표시 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2692 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
88399a506a
commit
a38753a511
12 changed files with 38 additions and 13 deletions
|
|
@ -15,6 +15,11 @@
|
|||
<!--@else--> <!--%import("css/white.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<!-- 스킨 설정중 새글의 시간 설정 값이 없으면 임의로 지정 -->
|
||||
<!--@if(!$module_info->duration_new || !is_int($module_info->duration_new))-->
|
||||
{@ $module_info->duration_new = 12 }
|
||||
<!--@end-->
|
||||
|
||||
<!-- 상단 텍스트 출력 -->
|
||||
{$module_info->header_text}
|
||||
|
||||
|
|
|
|||
|
|
@ -109,8 +109,8 @@
|
|||
<var name="duration_new" type="text">
|
||||
<title xml:lang="ko">new표시 시간 (hours)</title>
|
||||
<title xml:lang="en">Duration of indication for new item</title>
|
||||
<description lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<description xml:lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description xml:lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<default>24</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,11 @@
|
|||
<!--@else--> <!--%import("css/white.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<!-- 스킨 설정중 새글의 시간 설정 값이 없으면 임의로 지정 -->
|
||||
<!--@if(!$module_info->duration_new || !is_int($module_info->duration_new))-->
|
||||
{@ $module_info->duration_new = 12 }
|
||||
<!--@end-->
|
||||
|
||||
<!-- 상단 텍스트 출력 -->
|
||||
{$module_info->header_text}
|
||||
|
||||
|
|
|
|||
|
|
@ -183,11 +183,11 @@
|
|||
<description />
|
||||
</var>
|
||||
<var name="duration_new" type="text">
|
||||
<title xml:lang="ko">new표시 시간 (hours)</title>
|
||||
<title xml:lang="en">Duration of indication for new item</title>
|
||||
<description lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<default>24</default>
|
||||
<title xml:lang="ko">new표시 시간 (hours)</title>
|
||||
<title xml:lang="en">Duration of indication for new item</title>
|
||||
<description xml:lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description xml:lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<default>24</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</skin>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,11 @@
|
|||
<!--@else--> <!--%import("css/white.css")-->
|
||||
<!--@end-->
|
||||
|
||||
<!-- 스킨 설정중 새글의 시간 설정 값이 없으면 임의로 지정 -->
|
||||
<!--@if(!$module_info->duration_new || !is_int($module_info->duration_new))-->
|
||||
{@ $module_info->duration_new = 12 }
|
||||
<!--@end-->
|
||||
|
||||
<!-- 상단 텍스트 출력 -->
|
||||
{$module_info->header_text}
|
||||
|
||||
|
|
|
|||
|
|
@ -119,8 +119,8 @@
|
|||
<var name="duration_new" type="text">
|
||||
<title xml:lang="ko">new표시 시간 (hours)</title>
|
||||
<title xml:lang="en">Duration of indication for new item</title>
|
||||
<description lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<description xml:lang="ko">새로 등록된 게시물의 new 표시시간을 정할 수 있습니다. </description>
|
||||
<description xml:lang="en">You may set the duration of indication for fresh item. </description>
|
||||
<default>24</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue