update help

This commit is contained in:
ceb 2002-12-23 01:40:14 +00:00
parent 95ce24b391
commit 0568a9a53a
4 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -66,6 +66,9 @@
<td valign="top" align="right">6</td>
<td><xsl:value-of disable-output-escaping="yes" select="item_6"/></td>
</tr>
<tr>
<td colspan="2"><u><xsl:value-of disable-output-escaping="yes" select="h_data"/></u></td>
</tr>
<tr>
<td valign="top" align="right">7</td>
<td><xsl:value-of disable-output-escaping="yes" select="item_7"/></td>