mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
WIP Multitabs: add more details to tab's label(display name)
This commit is contained in:
parent
7d1cd4c12c
commit
978a1810bb
@ -206,7 +206,7 @@ var AddressbookApp = /** @class */ (function (_super) {
|
||||
extras.crm_list = _action.id.replace('view-', '');
|
||||
}
|
||||
this.egw.openTab(id, 'addressbook', 'view', extras, {
|
||||
displayName: data.n_fn,
|
||||
displayName: data.n_fn + "(" + egw.lang(extras.crm_list) + ")",
|
||||
icon: data.photo,
|
||||
refreshCallback: this.view_refresh,
|
||||
id: id + '-' + extras.crm_list,
|
||||
|
@ -229,7 +229,7 @@ class AddressbookApp extends EgwApp
|
||||
}
|
||||
|
||||
this.egw.openTab(id, 'addressbook', 'view', extras, {
|
||||
displayName: data.n_fn,
|
||||
displayName: data.n_fn+"("+egw.lang(extras.crm_list)+")",
|
||||
icon: data.photo,
|
||||
refreshCallback: this.view_refresh,
|
||||
id: id+'-'+extras.crm_list,
|
||||
|
Loading…
Reference in New Issue
Block a user