mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
Integrated application specifig egw api into etemplate2 code
This commit is contained in:
@ -138,6 +138,10 @@ function et2_form_name(_cname,_name)
|
||||
*/
|
||||
function et2_js_pseudo_funcs(_val, _cname)
|
||||
{
|
||||
|
||||
// TODO: Call et2 specific egw instance
|
||||
// Move this function to the API!
|
||||
|
||||
if (_val.indexOf('egw::link(') != -1)
|
||||
{
|
||||
_val = _val.replace(/egw::link\(/g,'egw.link(');
|
||||
|
Reference in New Issue
Block a user