mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
Add proper icon for vfsSelect submit button
This commit is contained in:
parent
78f7806e63
commit
757c58acc9
@ -999,7 +999,11 @@ var et2_vfsSelect = (function(){ "use strict"; return et2_inputWidget.extend(
|
|||||||
}
|
}
|
||||||
var self = this;
|
var self = this;
|
||||||
var buttons = [
|
var buttons = [
|
||||||
{text: egw.lang(_data.content.label), id:"submit"},
|
{
|
||||||
|
text: egw.lang(_data.content.label),
|
||||||
|
id:"submit",
|
||||||
|
image:_data.content.mode.match(/saveas|select-dir/) ? "save" : "check"
|
||||||
|
},
|
||||||
{text: egw.lang("Close"), id:"close"}
|
{text: egw.lang("Close"), id:"close"}
|
||||||
];
|
];
|
||||||
var data = jQuery.extend(_data, {'currentapp': egw(window).app_name()});
|
var data = jQuery.extend(_data, {'currentapp': egw(window).app_name()});
|
||||||
|
Loading…
Reference in New Issue
Block a user