diff --git a/addressbook/help/EN/add.php b/addressbook/help/EN/add.php index b6e5c71e92..96c20e6a5f 100644 --- a/addressbook/help/EN/add.php +++ b/addressbook/help/EN/add.php @@ -19,7 +19,7 @@ include('../../../header.inc.php'); $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper'); $GLOBALS['phpgw']->help->set_params(array('app_name' => 'addressbook', - 'title' => lang('add'), + 'title' => lang('addressbook') . ' - ' . lang('add'), 'controls' => array('up' => 'list.php'))); $values['add'] = array diff --git a/addressbook/help/EN/list.php b/addressbook/help/EN/list.php index 2639da15a8..3edf7f7972 100644 --- a/addressbook/help/EN/list.php +++ b/addressbook/help/EN/list.php @@ -20,7 +20,7 @@ $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper'); $GLOBALS['phpgw']->help->set_params(array('app_name' => 'addressbook', - 'title' => lang('addressbook list'), + 'title' => lang('addressbook') . ' - ' . lang('list'), 'controls' => array('up' => 'overview.php', 'down' => 'add.php'))); $values['list'] = array diff --git a/addressbook/help/EN/overview.php b/addressbook/help/EN/overview.php index 7ca7d96eae..0d18c48567 100644 --- a/addressbook/help/EN/overview.php +++ b/addressbook/help/EN/overview.php @@ -20,7 +20,7 @@ $GLOBALS['phpgw']->help = CreateObject('phpgwapi.help_helper'); $GLOBALS['phpgw']->help->set_params(array('app_name' => 'addressbook', - 'title' => lang('addressbook overview'), + 'title' => lang('addressbook') . ' - ' . lang('overview'), 'controls' => array('down' => 'list.php'))); $values['overview'] = array diff --git a/addressbook/templates/default/help_data.xsl b/addressbook/templates/default/help_data.xsl index 52d50059b9..eb48454567 100644 --- a/addressbook/templates/default/help_data.xsl +++ b/addressbook/templates/default/help_data.xsl @@ -66,6 +66,9 @@ 6 + + + 7