diff --git a/modules/addon/tpl/addon_list.html b/modules/addon/tpl/addon_list.html index 70328258b..7e44dec2e 100644 --- a/modules/addon/tpl/addon_list.html +++ b/modules/addon/tpl/addon_list.html @@ -1,5 +1,5 @@
-

{$lang->installed_addons} 도움말

+

{$lang->installed_addons} {$lang->help}

{$lang->about_installed_addon}

diff --git a/modules/admin/tpl/admin_setup.html b/modules/admin/tpl/admin_setup.html index 697ec464d..33ed54cae 100644 --- a/modules/admin/tpl/admin_setup.html +++ b/modules/admin/tpl/admin_setup.html @@ -1,6 +1,6 @@
-

{$lang->admin_setup} 도움말

+

{$lang->admin_setup} {$lang->help}

{$XE_VALIDATOR_MESSAGE}

diff --git a/modules/admin/tpl/config_ftp.html b/modules/admin/tpl/config_ftp.html index 58a6a2954..d317cd637 100644 --- a/modules/admin/tpl/config_ftp.html +++ b/modules/admin/tpl/config_ftp.html @@ -2,7 +2,7 @@
-

{$lang->menu_gnb_sub['adminConfigurationFtp']} 도움말

+

{$lang->menu_gnb_sub['adminConfigurationFtp']} {$lang->help}

{$XE_VALIDATOR_MESSAGE}

diff --git a/modules/admin/tpl/config_general.html b/modules/admin/tpl/config_general.html index 2e113db47..c49b7a633 100644 --- a/modules/admin/tpl/config_general.html +++ b/modules/admin/tpl/config_general.html @@ -2,7 +2,7 @@
-

{$lang->menu_gnb_sub['adminConfigurationGeneral']} 도움말

+

{$lang->menu_gnb_sub['adminConfigurationGeneral']} {$lang->help}

{$XE_VALIDATOR_MESSAGE}

diff --git a/modules/admin/tpl/index.html b/modules/admin/tpl/index.html index 43ce9e897..ed449e80a 100644 --- a/modules/admin/tpl/index.html +++ b/modules/admin/tpl/index.html @@ -1,7 +1,7 @@
-

{$lang->control_panel} 도움말

+

{$lang->control_panel} {$lang->help}

{$XE_VALIDATOR_MESSAGE}

@@ -31,7 +31,7 @@

{$lang->available_new_version}

diff --git a/modules/autoinstall/tpl/header.html b/modules/autoinstall/tpl/header.html index f1da10e17..e11ac3bef 100644 --- a/modules/autoinstall/tpl/header.html +++ b/modules/autoinstall/tpl/header.html @@ -1,4 +1,4 @@
-

{$lang->autoinstall} 도움말

+

{$lang->autoinstall} {$lang->help}

diff --git a/modules/comment/tpl/header.html b/modules/comment/tpl/header.html index 9f91bf93d..1d152ccff 100644 --- a/modules/comment/tpl/header.html +++ b/modules/comment/tpl/header.html @@ -1,4 +1,4 @@
-

{$lang->comment} {$lang->cmd_management} 도움말

+

{$lang->comment} {$lang->cmd_management} {$lang->help}

diff --git a/modules/document/tpl/document_list.html b/modules/document/tpl/document_list.html index 2ca6636cf..9e331268f 100644 --- a/modules/document/tpl/document_list.html +++ b/modules/document/tpl/document_list.html @@ -4,7 +4,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
-

{$lang->document} 도움말

+

{$lang->document} {$lang->help}

{$XE_VALIDATOR_MESSAGE}

@@ -32,7 +32,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}'; {$status_name_list['SECRET']} - {$status_name_list['TEMP']} 도움말 + {$status_name_list['TEMP']} {$lang->help} ({number_format($total_count)})
diff --git a/modules/editor/tpl/admin_index.html b/modules/editor/tpl/admin_index.html index 9bb677dfc..6cbe96bdb 100644 --- a/modules/editor/tpl/admin_index.html +++ b/modules/editor/tpl/admin_index.html @@ -1,6 +1,6 @@
-

{$lang->editor} 도움말

+

{$lang->editor} {$lang->help}

{$XE_VALIDATOR_MESSAGE}

diff --git a/modules/file/tpl/adminConfig.html b/modules/file/tpl/adminConfig.html index 0cb5ab4e0..e904233e1 100644 --- a/modules/file/tpl/adminConfig.html +++ b/modules/file/tpl/adminConfig.html @@ -1,5 +1,5 @@
-

File Upload 도움말

+

File Upload {$lang->help}

diff --git a/modules/file/tpl/file_list.html b/modules/file/tpl/file_list.html index d7a916220..57c950abe 100644 --- a/modules/file/tpl/file_list.html +++ b/modules/file/tpl/file_list.html @@ -9,7 +9,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
-

{$lang->file} 도움말

+

{$lang->file} {$lang->help}

    @@ -23,9 +23,9 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}'; All - {$lang->is_valid} 도움말 + {$lang->is_valid} {$lang->help} - {$lang->is_stand_by} 도움말 + {$lang->is_stand_by} {$lang->help} ({number_format($total_count)}) {$lang->file_manager} diff --git a/modules/importer/tpl/header.html b/modules/importer/tpl/header.html index 623308f28..dd46c9641 100644 --- a/modules/importer/tpl/header.html +++ b/modules/importer/tpl/header.html @@ -2,6 +2,6 @@ {@ $type_list = array('module'=>$lang->type_module, 'ttxml'=>$lang->type_ttxml, 'member'=>$lang->type_member, 'sync'=>$lang->type_syncmember, 'message'=>$lang->type_message) }
    -

    {$lang->importer} 도움말

    +

    {$lang->importer} {$lang->help}

    {nl2br($lang->about_importer)}

    diff --git a/modules/layout/tpl/header.html b/modules/layout/tpl/header.html index d78fa706c..956b66410 100644 --- a/modules/layout/tpl/header.html +++ b/modules/layout/tpl/header.html @@ -4,7 +4,7 @@

    - {$lang->installed_layout} 도움말 + {$lang->installed_layout} {$lang->help} > {$layout_info->title} v{$layout_info->version} > {$selected_layout->title} v{$selected_layout->version} > {$selected_layout->layout_title} diff --git a/modules/member/tpl/design_config.html b/modules/member/tpl/design_config.html index 016e15292..cff0b15b2 100644 --- a/modules/member/tpl/design_config.html +++ b/modules/member/tpl/design_config.html @@ -5,7 +5,7 @@
    - +
    diff --git a/modules/member/tpl/group_list.html b/modules/member/tpl/group_list.html index ed6b4f50c..927ecf1de 100644 --- a/modules/member/tpl/group_list.html +++ b/modules/member/tpl/group_list.html @@ -13,7 +13,7 @@

    {$XE_VALIDATOR_MESSAGE}

    -

    {$lang->member_group} 도움말

    +

    {$lang->member_group} {$lang->help}

    @@ -57,7 +57,7 @@ - 도움말 + {$lang->help}
    diff --git a/modules/member/tpl/header.html b/modules/member/tpl/header.html index bfda321d2..ef1f452d0 100644 --- a/modules/member/tpl/header.html +++ b/modules/member/tpl/header.html @@ -1,6 +1,6 @@
    -

    {$lang->cmd_member_config} 도움말

    +

    {$lang->cmd_member_config} {$lang->help}

    {$XE_VALIDATOR_MESSAGE}

    diff --git a/modules/member/tpl/login_config.html b/modules/member/tpl/login_config.html index 7b492edff..1d12c9546 100644 --- a/modules/member/tpl/login_config.html +++ b/modules/member/tpl/login_config.html @@ -11,7 +11,7 @@

    -

    {$lang->enable_login_fail_report} 도움말

    +

    {$lang->enable_login_fail_report} {$lang->help}

    diff --git a/modules/member/tpl/signup_config.html b/modules/member/tpl/signup_config.html index 8264bbbd2..5727a9df7 100644 --- a/modules/member/tpl/signup_config.html +++ b/modules/member/tpl/signup_config.html @@ -68,7 +68,7 @@
    -

    {$lang->cmd_manage_form} 도움말

    +

    {$lang->cmd_manage_form} {$lang->help}

    @@ -100,7 +100,7 @@ @@ -199,4 +199,4 @@ @media all and (min-width:981px){ #userDefine{max-width:60%;margin-left:-30%} } - \ No newline at end of file + diff --git a/modules/menu/tpl/sitemap.html b/modules/menu/tpl/sitemap.html index bea67343e..57d2b1e02 100644 --- a/modules/menu/tpl/sitemap.html +++ b/modules/menu/tpl/sitemap.html @@ -26,7 +26,7 @@
    -

    {$lang->menu_gnb_sub['siteMap']} 도움말

    +

    {$lang->menu_gnb_sub['siteMap']} {$lang->help}

    -

    {$lang->poll} 도움말

    +

    {$lang->poll} {$lang->help}

    {$XE_VALIDATOR_MESSAGE}

    diff --git a/modules/rss/tpl/rss_admin_index.html b/modules/rss/tpl/rss_admin_index.html index c8c63f62b..be36d7610 100644 --- a/modules/rss/tpl/rss_admin_index.html +++ b/modules/rss/tpl/rss_admin_index.html @@ -1,5 +1,5 @@
    -

    RSS 도움말

    +

    RSS {$lang->help}

    {$XE_VALIDATOR_MESSAGE}

    diff --git a/modules/trackback/tpl/trackback_list.html b/modules/trackback/tpl/trackback_list.html index e8d0cd549..59a6e3bda 100644 --- a/modules/trackback/tpl/trackback_list.html +++ b/modules/trackback/tpl/trackback_list.html @@ -5,7 +5,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
    -

    {$lang->trackback} 도움말

    +

    {$lang->trackback} {$lang->help}

    {$XE_VALIDATOR_MESSAGE}

    diff --git a/modules/widget/tpl/header.html b/modules/widget/tpl/header.html index 7454e5412..208a054d8 100644 --- a/modules/widget/tpl/header.html +++ b/modules/widget/tpl/header.html @@ -1,6 +1,6 @@

    - {$lang->installed_widgets} 도움말 + {$lang->installed_widgets} {$lang->help} > {$widget_info->title}

    - {$item->title} 도움말 + {$item->title} {$lang->help}