mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-19 04:46:42 +02:00
Dialog styling W.I.P.:
- New design for link_to widget
This commit is contained in:
@@ -160,8 +160,9 @@ var et2_file = (function(){ "use strict"; return et2_inputWidget.extend(
|
||||
createInputWidget: function() {
|
||||
this.node = $j(document.createElement("div")).addClass("et2_file");
|
||||
this.span = $j(document.createElement("span"))
|
||||
.addClass('et2_file_span et2_button et2_button_text')
|
||||
.addClass('et2_file_span et2_button')
|
||||
.appendTo (this.node);
|
||||
if (this.options.label != '') this.span.addClass('et2_button_text');
|
||||
var span = this.span;
|
||||
this.input = $j(document.createElement("input"))
|
||||
.attr("type", "file").attr("placeholder", this.options.blur)
|
||||
|
Reference in New Issue
Block a user