diff --git a/modules/comment/tpl/comment_list.html b/modules/comment/tpl/comment_list.html
index 40f8be1283..77384f62e9 100644
--- a/modules/comment/tpl/comment_list.html
+++ b/modules/comment/tpl/comment_list.html
@@ -11,13 +11,13 @@
{$lang->all}({number_format($total_count)})
|
- {$secret_name_list['N']}({number_format($total_count)})
+ {$secret_name_list['N']}({number_format($total_count)})
|
- {$secret_name_list['Y']}({number_format($total_count)})
+ {$secret_name_list['Y']}({number_format($total_count)})
|
- {$lang->published_name_list['N']}({number_format($total_count)})
+ {$lang->published_name_list['N']}({number_format($total_count)})
|
- {$lang->published_name_list['Y']}({number_format($total_count)})
+ {$lang->published_name_list['Y']}({number_format($total_count)})
|
{$lang->cmd_declared_list}
|
@@ -56,7 +56,7 @@
{$val->getNickName()} |
{number_format($val->get('voted_count'))}/{number_format($val->get('blamed_count'))} |
{(zdate($val->regdate,"Y-m-d\nH:i:s"))} |
- {$val->ipaddress} |
+ {$val->ipaddress} |
{$secret_name_list['Y']}{$secret_name_list['N']} |
{$lang->published_name_list['Y']}{$lang->published_name_list['N']} |
|
diff --git a/modules/document/tpl/declared_list.html b/modules/document/tpl/declared_list.html
index 41bdce1cce..b53641d4e7 100644
--- a/modules/document/tpl/declared_list.html
+++ b/modules/document/tpl/declared_list.html
@@ -15,11 +15,11 @@
{$lang->all}
|
- {$status_name_list['PUBLIC']}
+ {$status_name_list['PUBLIC']}
|
- {$status_name_list['SECRET']}
+ {$status_name_list['SECRET']}
|
- {$status_name_list['TEMP']}
+ {$status_name_list['TEMP']}
{$lang->help}
|
{$lang->cmd_declared_list}({number_format($total_count)})
diff --git a/modules/document/tpl/document_list.html b/modules/document/tpl/document_list.html
index 3ff2dfe0d0..cd5f962fcd 100644
--- a/modules/document/tpl/document_list.html
+++ b/modules/document/tpl/document_list.html
@@ -12,11 +12,11 @@
{$lang->all}({number_format($total_count)})
|
- {$status_name_list['PUBLIC']}({number_format($total_count)})
+ {$status_name_list['PUBLIC']}({number_format($total_count)})
|
- {$status_name_list['SECRET']}({number_format($total_count)})
+ {$status_name_list['SECRET']}({number_format($total_count)})
|
- {$status_name_list['TEMP']}({number_format($total_count)})
+ {$status_name_list['TEMP']}({number_format($total_count)})
{$lang->help}
|
{$lang->cmd_declared_list}
@@ -53,7 +53,7 @@
{$oDocument->get('readed_count')} |
{$oDocument->get('voted_count')}/{$oDocument->get('blamed_count')} |
{$oDocument->getRegdate("Y-m-d H:i")} |
- {$oDocument->get('ipaddress')} |
+ {$oDocument->get('ipaddress')} |
{$status_name_list[$oDocument->get('status')]} |
|
diff --git a/modules/file/tpl/file_list.html b/modules/file/tpl/file_list.html
index 742ae28832..8fad62eb30 100644
--- a/modules/file/tpl/file_list.html
+++ b/modules/file/tpl/file_list.html
@@ -15,9 +15,9 @@