diff --git a/modules/comment/tpl/comment_list.html b/modules/comment/tpl/comment_list.html
index c0acf5927..37e4b7946 100644
--- a/modules/comment/tpl/comment_list.html
+++ b/modules/comment/tpl/comment_list.html
@@ -23,6 +23,17 @@
|
+
+
+ | {$lang->comment} |
+ {$lang->nick_name} |
+ {$lang->cmd_vote}(+/-) |
+ {$lang->date} |
+ {$lang->ipaddress} |
+ {$lang->status} |
+ |
+
+
{@ $comment = cut_str(trim(htmlspecialchars(strip_tags($val->content))), 200, '...')}
diff --git a/modules/document/tpl/document_list.html b/modules/document/tpl/document_list.html
index 0c5ac41a5..4bc1c5b39 100644
--- a/modules/document/tpl/document_list.html
+++ b/modules/document/tpl/document_list.html
@@ -24,6 +24,18 @@
|
+
+
+ | {$lang->title} |
+ {$lang->author} |
+ {$lang->readed_count} |
+ {$lang->cmd_vote}(+/-) |
+ {$lang->date} |
+ {$lang->ipaddress} |
+ {$lang->status} |
+ |
+
+
diff --git a/modules/file/lang/en.lang.php b/modules/file/lang/en.lang.php
index 820ed2694..b27bb8a4a 100644
--- a/modules/file/lang/en.lang.php
+++ b/modules/file/lang/en.lang.php
@@ -56,5 +56,5 @@
$lang->msg_not_allowed_outlink = 'It is not allowed to download files from sites other than this.';
$lang->msg_not_permitted_create = 'Failed to create a file or directory.';
$lang->msg_file_upload_error = 'An error has occurred during uploading.';
-
+ $lang->no_files = 'No Files';
?>
diff --git a/modules/file/lang/es.lang.php b/modules/file/lang/es.lang.php
index da9ded268..b8f584743 100644
--- a/modules/file/lang/es.lang.php
+++ b/modules/file/lang/es.lang.php
@@ -53,5 +53,5 @@
$lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.';
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
$lang->msg_file_upload_error = '파일 업로드 중 에러가 발생하였습니다.';
-
+ $lang->no_files = 'No Files';
?>
diff --git a/modules/file/lang/fr.lang.php b/modules/file/lang/fr.lang.php
index cdc448780..2e5e6f8dc 100644
--- a/modules/file/lang/fr.lang.php
+++ b/modules/file/lang/fr.lang.php
@@ -53,5 +53,5 @@
$lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.';
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
$lang->msg_file_upload_error = '파일 업로드 중 에러가 발생하였습니다.';
-
+ $lang->no_files = 'No Files';
?>
diff --git a/modules/file/lang/jp.lang.php b/modules/file/lang/jp.lang.php
index c2c5e1caa..fbd1ad4d0 100644
--- a/modules/file/lang/jp.lang.php
+++ b/modules/file/lang/jp.lang.php
@@ -55,5 +55,5 @@
$lang->msg_not_allowed_outlink = '外部リンクからのダウンロードは許可されていません。';
$lang->msg_not_permitted_create = 'ファイルまたはディレクトリを生成できません。';
$lang->msg_file_upload_error = 'ファイルアップロードに失敗しました。';
-
+ $lang->no_files = 'No Files';
?>
diff --git a/modules/file/lang/ru.lang.php b/modules/file/lang/ru.lang.php
index ff88fae17..a86cb0b04 100644
--- a/modules/file/lang/ru.lang.php
+++ b/modules/file/lang/ru.lang.php
@@ -55,5 +55,5 @@
$lang->msg_not_allowed_outlink = 'It is not allowed to download files not from this site.';
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
$lang->msg_file_upload_error = '파일 업로드 중 에러가 발생하였습니다.';
-
+ $lang->no_files = 'No Files';
?>
diff --git a/modules/file/lang/tr.lang.php b/modules/file/lang/tr.lang.php
index a25377052..7f3ba61dd 100644
--- a/modules/file/lang/tr.lang.php
+++ b/modules/file/lang/tr.lang.php
@@ -56,5 +56,5 @@
$lang->msg_not_allowed_outlink = 'Bu siteden dosya indirimine izin verilmemektedir.';
$lang->msg_not_permitted_create = 'Dosya veya dizin oluşturma hatası.';
$lang->msg_file_upload_error = 'Karşıya yükleme esnasında bir hata oluştu.';
-
+ $lang->no_files = 'No Files';
?>
diff --git a/modules/file/lang/vi.lang.php b/modules/file/lang/vi.lang.php
index ce44c395b..e0cac981c 100644
--- a/modules/file/lang/vi.lang.php
+++ b/modules/file/lang/vi.lang.php
@@ -59,5 +59,5 @@
$lang->msg_not_allowed_outlink = 'Không cho phép tải file từ những trang khác ngoài trang này.';
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
$lang->msg_file_upload_error = '파일 업로드 중 에러가 발생하였습니다.';
-
+ $lang->no_files = 'No Files';
?>
diff --git a/modules/file/lang/zh-CN.lang.php b/modules/file/lang/zh-CN.lang.php
index 02edc0c3e..31ce1148d 100644
--- a/modules/file/lang/zh-CN.lang.php
+++ b/modules/file/lang/zh-CN.lang.php
@@ -53,5 +53,5 @@
$lang->msg_not_allowed_outlink = '此站不允许外链下载。';
$lang->msg_not_permitted_create = '无法生成文件或文件夹。';
$lang->msg_file_upload_error = '上传文件发生出错。';
-
+ $lang->no_files = 'No Files';
?>
diff --git a/modules/file/lang/zh-TW.lang.php b/modules/file/lang/zh-TW.lang.php
index 82823120e..a5cac4e44 100644
--- a/modules/file/lang/zh-TW.lang.php
+++ b/modules/file/lang/zh-TW.lang.php
@@ -55,5 +55,5 @@
$lang->msg_not_allowed_outlink = '無法從網站下載檔案。';
$lang->msg_not_permitted_create = '파일 또는 디렉토리를 생성할 수 없습니다.';
$lang->msg_file_upload_error = '파일 업로드 중 에러가 발생하였습니다.';
-
+ $lang->no_files = 'No Files';
?>
diff --git a/modules/poll/conf/module.xml b/modules/poll/conf/module.xml
index 1effacb1f..13b483713 100644
--- a/modules/poll/conf/module.xml
+++ b/modules/poll/conf/module.xml
@@ -3,7 +3,7 @@
-
+
@@ -15,8 +15,10 @@
+
+