From 3565c69f396b84222a0cb1392ea5eaf4215978eb Mon Sep 17 00:00:00 2001 From: taggon Date: Tue, 28 Sep 2010 21:02:51 +0000 Subject: [PATCH] =?UTF-8?q?#19055341=20Fixed=20:=20=EB=8C=93=EA=B8=80?= =?UTF-8?q?=EC=97=90=20=ED=85=8D=EC=8A=A4=ED=8A=B8=EA=B0=80=20=EC=97=86?= =?UTF-8?q?=EB=8A=94=20=EA=B2=BD=EC=9A=B0=20=EA=B4=80=EB=A6=AC=EC=9E=90=20?= =?UTF-8?q?=EB=8C=93=EA=B8=80=20=EB=8F=84=EA=B5=AC=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=8C=93=EA=B8=80=EC=9D=84=20=ED=99=95=EC=9D=B8=ED=95=A0=20?= =?UTF-8?q?=EC=88=98=20=EC=97=86=EB=8A=94=20=EB=AC=B8=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7732 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/comment/lang/en.lang.php | 2 ++ modules/comment/lang/es.lang.php | 2 ++ modules/comment/lang/fr.lang.php | 2 ++ modules/comment/lang/jp.lang.php | 2 ++ modules/comment/lang/ko.lang.php | 2 ++ modules/comment/lang/ru.lang.php | 2 ++ modules/comment/lang/vi.lang.php | 2 ++ modules/comment/lang/zh-CN.lang.php | 2 ++ modules/comment/lang/zh-TW.lang.php | 2 ++ modules/comment/tpl/comment_list.html | 3 ++- 10 files changed, 20 insertions(+), 1 deletion(-) diff --git a/modules/comment/lang/en.lang.php b/modules/comment/lang/en.lang.php index 8bc6908d1..c201816e2 100644 --- a/modules/comment/lang/en.lang.php +++ b/modules/comment/lang/en.lang.php @@ -28,4 +28,6 @@ 'last_update' => 'Last update', 'ipaddress' => 'IP Address', ); + + $lang->no_text_comment = 'No text in this comment.'; ?> diff --git a/modules/comment/lang/es.lang.php b/modules/comment/lang/es.lang.php index d1dfd720b..4240bb704 100644 --- a/modules/comment/lang/es.lang.php +++ b/modules/comment/lang/es.lang.php @@ -28,4 +28,6 @@ 'last_update' => 'Ultima actualización', 'ipaddress' => 'Dirección IP', ); + + $lang->no_text_comment = 'No text in this comment.'; ?> diff --git a/modules/comment/lang/fr.lang.php b/modules/comment/lang/fr.lang.php index aa9755333..39960e0be 100644 --- a/modules/comment/lang/fr.lang.php +++ b/modules/comment/lang/fr.lang.php @@ -29,4 +29,6 @@ 'last_update' => 'Mise à Jour', 'ipaddress' => 'Adresse IP', ); + + $lang->no_text_comment = 'No text in this comment.'; ?> diff --git a/modules/comment/lang/jp.lang.php b/modules/comment/lang/jp.lang.php index 3e31a87e1..05c55c038 100644 --- a/modules/comment/lang/jp.lang.php +++ b/modules/comment/lang/jp.lang.php @@ -29,4 +29,6 @@ 'last_update' => '最終更新日 ', 'ipaddress' => 'IPアドレス', ); + + $lang->no_text_comment = 'No text in this comment.'; ?> diff --git a/modules/comment/lang/ko.lang.php b/modules/comment/lang/ko.lang.php index 589336a4c..1c29e83c9 100644 --- a/modules/comment/lang/ko.lang.php +++ b/modules/comment/lang/ko.lang.php @@ -29,4 +29,6 @@ 'last_update' => '최근수정일 ', 'ipaddress' => 'IP 주소', ); + + $lang->no_text_comment = '텍스트가 없는 댓글입니다.'; ?> diff --git a/modules/comment/lang/ru.lang.php b/modules/comment/lang/ru.lang.php index c9151c3f3..331c41b70 100644 --- a/modules/comment/lang/ru.lang.php +++ b/modules/comment/lang/ru.lang.php @@ -29,4 +29,6 @@ 'last_update' => 'Дата последнего обновления', 'ipaddress' => 'IP-адрес', ); + + $lang->no_text_comment = 'No text in this comment.'; ?> diff --git a/modules/comment/lang/vi.lang.php b/modules/comment/lang/vi.lang.php index da0a75ca0..a8c2629b5 100644 --- a/modules/comment/lang/vi.lang.php +++ b/modules/comment/lang/vi.lang.php @@ -30,4 +30,6 @@ 'last_update' => 'Cập nhật lần cuối', 'ipaddress' => 'IP', ); + + $lang->no_text_comment = 'No text in this comment.'; ?> diff --git a/modules/comment/lang/zh-CN.lang.php b/modules/comment/lang/zh-CN.lang.php index b0790bcbd..b2cdf02ac 100644 --- a/modules/comment/lang/zh-CN.lang.php +++ b/modules/comment/lang/zh-CN.lang.php @@ -29,4 +29,6 @@ 'last_update' => '最后更新 ', 'ipaddress' => 'IP 地址', ); + + $lang->no_text_comment = 'No text in this comment.'; ?> diff --git a/modules/comment/lang/zh-TW.lang.php b/modules/comment/lang/zh-TW.lang.php index 370d6ca5a..0048e4675 100644 --- a/modules/comment/lang/zh-TW.lang.php +++ b/modules/comment/lang/zh-TW.lang.php @@ -29,4 +29,6 @@ 'last_update' => '最後更新', 'ipaddress' => 'IP位址', ); + + $lang->no_text_comment = 'No text in this comment.'; ?> diff --git a/modules/comment/tpl/comment_list.html b/modules/comment/tpl/comment_list.html index dfd9843b6..5a27b14f6 100644 --- a/modules/comment/tpl/comment_list.html +++ b/modules/comment/tpl/comment_list.html @@ -45,10 +45,11 @@ + {@ $comment = cut_str(trim(htmlspecialchars(strip_tags($val->content))), 200, '...')} {$no} - {cut_str(htmlspecialchars(strip_tags($val->content)),200,'...')} + {$comment}{$lang->no_text_comment} {htmlspecialchars($val->nick_name)} {(zdate($val->regdate,"Y-m-d\nH:i:s"))} {$val->ipaddress}