projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a16a5ed
)
Fix formatting in folder creation popup
author
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 30 Aug 2010 18:17:03 +0000
(12:17 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Mon, 30 Aug 2010 21:31:32 +0000
(15:31 -0600)
imp/js/dimpbase.js
patch
|
blob
|
history
diff --git
a/imp/js/dimpbase.js
b/imp/js/dimpbase.js
index
d14308f
..
2cc00d8
100644
(file)
--- a/
imp/js/dimpbase.js
+++ b/
imp/js/dimpbase.js
@@
-2167,7
+2167,7
@@
var DimpBase = {
this.cfolderaction = action;
IMPDialog.display({
cancel_text: DIMP.text.cancel,
- form_id: 'RB_
Folder
',
+ form_id: 'RB_
confirm
',
input_val: val,
ok_text: DIMP.text.ok,
text: text
@@
-3130,7
+3130,7
@@
document.observe('DragDrop2:mouseup', DimpBase.onDragMouseUp.bindAsEventListener
/* IMPDialog listener. */
document.observe('IMPDialog:onClick', function(e) {
- if (e.element().identify() == 'RB_
Folder
') {
+ if (e.element().identify() == 'RB_
confirm
') {
this.cfolderaction(e.memo);
}
}.bindAsEventListener(DimpBase));