Sigurd Nes
2010-01-22 10:24:31 UTC
Hi all,
* New features
1) translations can be called from (xslt)templates
usage:
<xsl:value-of select="php:function('lang', 'translate me')" />
Note: the xmlns has to be defined - example:
<xsl:template match="group_edit" xmlns:php="http://php.net/xsl">
2) Per Application Admin
In "edit user" one can grant user right as administrator of application(s)
* Improvements
1) In Group Edit - availlable users and selected users per group are separated into two lists.
javascript to move them across (as in org-person in addressbook)
2) Deprecated and strict is added as loglevels
3) Error handling - only do the work for selected loglevel
Regards
Sigurd
* New features
1) translations can be called from (xslt)templates
usage:
<xsl:value-of select="php:function('lang', 'translate me')" />
Note: the xmlns has to be defined - example:
<xsl:template match="group_edit" xmlns:php="http://php.net/xsl">
2) Per Application Admin
In "edit user" one can grant user right as administrator of application(s)
* Improvements
1) In Group Edit - availlable users and selected users per group are separated into two lists.
javascript to move them across (as in org-person in addressbook)
2) Deprecated and strict is added as loglevels
3) Error handling - only do the work for selected loglevel
Regards
Sigurd