From eb84b576582f49dad2e7af3f35a38f7a3cd580f7 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Thu, 11 Feb 2016 15:31:51 +0900 Subject: [PATCH] Fix #248 missing index.html in manual link --- modules/addon/tpl/addon_list.html | 2 +- modules/admin/admin.admin.view.php | 2 +- modules/admin/tpl/admin_setup.html | 2 +- modules/admin/tpl/config_advanced.html | 8 ++++---- modules/admin/tpl/config_ftp.html | 2 +- modules/admin/tpl/config_general.html | 4 ++-- modules/admin/tpl/config_header.html | 2 +- modules/admin/tpl/config_sitelock.html | 4 ++-- modules/admin/tpl/index.html | 2 +- modules/autoinstall/tpl/header.html | 2 +- modules/comment/tpl/header.html | 2 +- modules/document/tpl/declared_list.html | 2 +- modules/document/tpl/document_list.html | 2 +- modules/document/tpl/header.html | 2 +- modules/editor/tpl/admin_index.html | 2 +- modules/file/tpl/adminConfig.html | 8 ++++---- modules/file/tpl/file_list.html | 4 ++-- modules/importer/tpl/header.html | 2 +- modules/layout/tpl/header.html | 2 +- modules/member/tpl/design_config.html | 4 ++-- modules/member/tpl/group_list.html | 4 ++-- modules/member/tpl/header.html | 2 +- modules/member/tpl/insert_member.html | 4 ++-- modules/member/tpl/login_config.html | 2 +- modules/member/tpl/member_list.html | 2 +- modules/member/tpl/signup_config.html | 4 ++-- modules/menu/tpl/sitemap.html | 20 ++++++++++---------- modules/module/tpl/adminFileBox.html | 2 +- modules/module/tpl/header.html | 2 +- modules/module/tpl/module_langcode.html | 2 +- modules/point/tpl/header.html | 2 +- modules/poll/tpl/poll_list.html | 2 +- modules/rss/tpl/rss_admin_index.html | 2 +- modules/spamfilter/tpl/header.html | 2 +- modules/trash/tpl/trash_list.html | 2 +- modules/widget/tpl/header.html | 2 +- 36 files changed, 58 insertions(+), 58 deletions(-) diff --git a/modules/addon/tpl/addon_list.html b/modules/addon/tpl/addon_list.html index 9e91fc04b..11d746c9e 100644 --- a/modules/addon/tpl/addon_list.html +++ b/modules/addon/tpl/addon_list.html @@ -1,5 +1,5 @@
-

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

+

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

{$lang->about_installed_addon}

diff --git a/modules/admin/admin.admin.view.php b/modules/admin/admin.admin.view.php index 45880c1df..06b17c5da 100644 --- a/modules/admin/admin.admin.view.php +++ b/modules/admin/admin.admin.view.php @@ -302,7 +302,7 @@ class adminAdminView extends admin { foreach($needUpdateList AS $key => $value) { - $helpUrl = './common/manual/admin/#'; + $helpUrl = './common/manual/admin/index.html#'; switch($value->type) { case 'addon': diff --git a/modules/admin/tpl/admin_setup.html b/modules/admin/tpl/admin_setup.html index 9be5faddb..f354bf8ca 100644 --- a/modules/admin/tpl/admin_setup.html +++ b/modules/admin/tpl/admin_setup.html @@ -1,6 +1,6 @@
-

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

+

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

{$XE_VALIDATOR_MESSAGE}

diff --git a/modules/admin/tpl/config_advanced.html b/modules/admin/tpl/config_advanced.html index f295d4772..1cea0250f 100644 --- a/modules/admin/tpl/config_advanced.html +++ b/modules/admin/tpl/config_advanced.html @@ -8,13 +8,13 @@
- +
- +
@@ -36,7 +36,7 @@
- +
@@ -52,7 +52,7 @@
- +
diff --git a/modules/admin/tpl/config_ftp.html b/modules/admin/tpl/config_ftp.html index 16dc2c6bd..5f780408a 100644 --- a/modules/admin/tpl/config_ftp.html +++ b/modules/admin/tpl/config_ftp.html @@ -1,7 +1,7 @@
-

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

+

{$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 c726903bd..3fa98f0d6 100644 --- a/modules/admin/tpl/config_general.html +++ b/modules/admin/tpl/config_general.html @@ -11,13 +11,13 @@
- +
- +
diff --git a/modules/admin/tpl/config_header.html b/modules/admin/tpl/config_header.html index 86601cc82..d1003f7d4 100644 --- a/modules/admin/tpl/config_header.html +++ b/modules/admin/tpl/config_header.html @@ -1,7 +1,7 @@
-

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

+

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

  • {$lang->subtitle_primary}
  • diff --git a/modules/admin/tpl/config_sitelock.html b/modules/admin/tpl/config_sitelock.html index 67f61f190..3d91e750e 100644 --- a/modules/admin/tpl/config_sitelock.html +++ b/modules/admin/tpl/config_sitelock.html @@ -9,7 +9,7 @@
    - +
    @@ -17,7 +17,7 @@
    - +
    {$lang->sitelock_warning_whitelist} diff --git a/modules/admin/tpl/index.html b/modules/admin/tpl/index.html index 85a632a61..092837da2 100644 --- a/modules/admin/tpl/index.html +++ b/modules/admin/tpl/index.html @@ -8,7 +8,7 @@
    -

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

    +

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