mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-04 20:40:14 +01:00
update help
This commit is contained in:
parent
d5ce31f4a8
commit
0aa260e45b
@ -45,7 +45,6 @@
|
|||||||
'lang_pager' => 'Pager',
|
'lang_pager' => 'Pager',
|
||||||
'lang_othernumber' => 'Other number',
|
'lang_othernumber' => 'Other number',
|
||||||
'lang_birthday' => 'Birthday',
|
'lang_birthday' => 'Birthday',
|
||||||
'end' => 'Simply fill in the fields, and click OK.',
|
|
||||||
'access_descr' => 'Access can be restricted to private, overriding acl preferences settings.
|
'access_descr' => 'Access can be restricted to private, overriding acl preferences settings.
|
||||||
From preferences, you can grant access to users to the be able to view,
|
From preferences, you can grant access to users to the be able to view,
|
||||||
edit, and even delete your entries.'
|
edit, and even delete your entries.'
|
||||||
|
@ -132,10 +132,6 @@
|
|||||||
<td valign="top" align="right">1</td>
|
<td valign="top" align="right">1</td>
|
||||||
<td><xsl:value-of disable-output-escaping="yes" select="item_1"/></td>
|
<td><xsl:value-of disable-output-escaping="yes" select="item_1"/></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td valign="top" align="right">2</td>
|
|
||||||
<td><xsl:value-of disable-output-escaping="yes" select="item_2"/></td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<table width="80%" bgcolor="#ccddeb">
|
<table width="80%" bgcolor="#ccddeb">
|
||||||
@ -176,9 +172,14 @@
|
|||||||
<td><xsl:value-of select="lang_birthday"/>:</td>
|
<td><xsl:value-of select="lang_birthday"/>:</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<xsl:value-of disable-output-escaping="yes" select="end"/><br/>
|
|
||||||
<xsl:value-of disable-output-escaping="yes" select="access_descr"/><br/>
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2"><xsl:value-of disable-output-escaping="yes" select="access_descr"/></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td valign="top" align="right">2</td>
|
||||||
|
<td><xsl:value-of disable-output-escaping="yes" select="item_2"/></td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
Loading…
Reference in New Issue
Block a user