diff --git a/help.php b/help.php index dfd3656..58676cf 100644 --- a/help.php +++ b/help.php @@ -132,7 +132,8 @@ class HelpDispatcher extends KTStandardDispatcher { $aTemplateData = array( "context" => $this, "help_body" => $aHelpData['body'], - "target_name" => KTUtil::arrayGet($aLocInfo, 'internal'), + "help_title" => $aHelpData['title'], + "target_name" => KTUtil::arrayGet($aLocInfo, 'subpath'), "back_key" => $sBackKey, 'can_edit' => $bCanEdit, ); diff --git a/templates/ktcore/manage_help.smarty b/templates/ktcore/manage_help.smarty index 3dcc9b9..82b69a6 100644 --- a/templates/ktcore/manage_help.smarty +++ b/templates/ktcore/manage_help.smarty @@ -9,6 +9,7 @@ via the help system and click on customise this help file.{/i18 + @@ -16,6 +17,9 @@ via the help system and click on customise this help file.{/i18 { foreach item=oHelpReplacement from=$helpreplacements } +
{i18n}Title{/i18n} {i18n}Name{/i18n} {i18n}Actions{/i18n}
+{ $oHelpReplacement->getTitle() } + { $oHelpReplacement->getName() } diff --git a/templates/ktcore/manage_help_item.smarty b/templates/ktcore/manage_help_item.smarty index 3fa1728..5cd539f 100644 --- a/templates/ktcore/manage_help_item.smarty +++ b/templates/ktcore/manage_help_item.smarty @@ -12,7 +12,10 @@ tinyMCE.init({
-

+

{i18n}Title{/i18n}

+ +

{i18n}Help content{/i18n}

+