mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-16 03:34:48 +02:00
Implement new feature for vfs-select widget to accept extra buttons action. Additionally, add extra "copy" and "move" actions to link-to vfs dialog.
This commit is contained in:
@ -185,6 +185,8 @@ var et2_link_to = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
button_caption: '',
|
||||
readonly: this.options.readonly,
|
||||
dialog_title: egw.lang('Link'),
|
||||
extra_buttons:[{text: egw.lang("copy"), id:"copy", image: "copy"},
|
||||
{text: egw.lang("move"), id:"move", image: "move"}],
|
||||
onchange: function() {
|
||||
var values = true;
|
||||
// If entry not yet saved, store for linking on server
|
||||
|
Reference in New Issue
Block a user