New features and Improvements
Sigurd Nes <[email protected]> Fri, 22 Jan 2010 11:24:31 +0100 (MET)
| Newsgroups | gmane.comp.web.phpgroupware.devel |
|---|---|
| Message-ID | <[email protected]> |
------=_Part_2405_25645386.1264155871029
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
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
------=_Part_2405_25645386.1264155871029
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
phpGroupWare-developers mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-developers
------=_Part_2405_25645386.1264155871029--