mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 19:59:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1733 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
abb1c1a356
commit
ce863a71f8
3 changed files with 53 additions and 0 deletions
|
|
@ -76,6 +76,9 @@
|
|||
<!--@end-->
|
||||
|
||||
<td class="title">
|
||||
<!--@if($module_info->display_thumnail=='Y' && $document->thumbnailExists(100))-->
|
||||
<a href="#" class="thumbnailMedium"><img src="{$document->getThumbnail(100)}" border="0" alt="" /></a>
|
||||
<!--@end-->
|
||||
<!--@if($grant->is_admin)-->
|
||||
<input type="checkbox" value="{$document->document_srl}" onclick="doAddCart('{$mid}',this)" <!--@if($check_list[$document->document_srl])-->checked="true"<!--@end--> />
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -31,5 +31,11 @@
|
|||
<title xml:lang="ko">제목 글자수</title>
|
||||
<description lang="ko">제목 글자수를 지정할 수 있습니다. (0또는 비워주시면 자르지 않습니다)</description>
|
||||
</var>
|
||||
<var name="display_thumnail" type="select">
|
||||
<title xml:lang="ko">썸네일 표시</title>
|
||||
<description lang="ko">게시물에 이미지가 포함되어 있으면 목록에서 썸네일을 표시합니다.</description>
|
||||
<default>N</default>
|
||||
<default>Y</default>
|
||||
</var>
|
||||
</extra_vars>
|
||||
</skin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue