mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-14 02:18:31 +02:00
creating and using an app-specific egw object
This commit is contained in:
@ -258,7 +258,7 @@ app.addressbook = AppJS.extend(
|
||||
|
||||
add_new_list: function(owner)
|
||||
{
|
||||
var name = window.prompt(egw.lang('Name for the distribution list'));
|
||||
var name = window.prompt(this.egw.lang('Name for the distribution list'));
|
||||
if (name)
|
||||
{
|
||||
egw.open('','addressbook', 'list', {
|
||||
@ -412,4 +412,4 @@ app.addressbook = AppJS.extend(
|
||||
//Not implemented
|
||||
},
|
||||
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user