mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
Fix wrong dialog title for link-to widget
This commit is contained in:
parent
13635fb5b7
commit
9504bff8ee
@ -184,6 +184,7 @@ var et2_link_to = (function(){ "use strict"; return et2_inputWidget.extend(
|
|||||||
button_label: egw.lang('Link'),
|
button_label: egw.lang('Link'),
|
||||||
button_caption: '',
|
button_caption: '',
|
||||||
readonly: this.options.readonly,
|
readonly: this.options.readonly,
|
||||||
|
dialog_title: egw.lang('Link'),
|
||||||
onchange: function() {
|
onchange: function() {
|
||||||
var values = true;
|
var values = true;
|
||||||
// If entry not yet saved, store for linking on server
|
// If entry not yet saved, store for linking on server
|
||||||
|
Loading…
Reference in New Issue
Block a user