mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +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_caption: '',
|
||||
readonly: this.options.readonly,
|
||||
dialog_title: egw.lang('Link'),
|
||||
onchange: function() {
|
||||
var values = true;
|
||||
// If entry not yet saved, store for linking on server
|
||||
|
Loading…
Reference in New Issue
Block a user