update help

This commit is contained in:
ceb 2002-12-24 00:42:49 +00:00
parent 0568a9a53a
commit d5ce31f4a8
5 changed files with 18 additions and 2 deletions

View File

@ -24,7 +24,9 @@
$values['add'] = array
(
'intro' => 'Click on the add button, a form page will be presented with the following fields:',
'add_img' => $GLOBALS['phpgw']->common->image('addressbook','help_add'),
'item_1' => 'Add any and all information that you see fit. You can use the tab key to tab from one field to the next.',
'item_2' => 'Once you have entered all the information, press OK to accept, Clear to erase all information in all the fields or Cancel to exit this screen.',
'lang_lastname' => 'Last name',
'lang_firstname' => 'First name',
'lang_email' => 'E-mail',

View File

@ -121,9 +121,23 @@
</xsl:template>
<xsl:template match="add">
<xsl:variable name="add_img" select="add_img"/>
<table>
<tr>
<td><xsl:value-of disable-output-escaping="yes" select="intro"/><br/>
<td colspan="2">
<img src="{$add_img}"/>
</td>
</tr>
<tr>
<td valign="top" align="right">1</td>
<td><xsl:value-of disable-output-escaping="yes" select="item_1"/></td>
</tr>
<tr>
<td valign="top" align="right">2</td>
<td><xsl:value-of disable-output-escaping="yes" select="item_2"/></td>
</tr>
<tr>
<td colspan="2">
<table width="80%" bgcolor="#ccddeb">
<tr>
<td><xsl:value-of select="lang_lastname"/>:</td>

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 B

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 B

After

Width:  |  Height:  |  Size: 208 B