More directory selection fixes

This commit is contained in:
Ruud
2011-09-06 10:46:07 +02:00
parent 120ef730b8
commit 630e79ccb6
3 changed files with 30 additions and 10 deletions
@@ -549,6 +549,15 @@ Option.Directory = new Class({
}
}),
new Element('div.actions').adopt(
new Element('a.clear.button', {
'text': 'Clear',
'events': {
'click': function(e){
self.input.set('text', '');
self.hideBrowser(e, true);
}
}
}),
new Element('a.cancel', {
'text': 'Cancel',
'events': {