From: Michael M Slusarz Date: Fri, 26 Jun 2009 21:40:33 +0000 (-0600) Subject: Fix adding subfolders UI X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=32f0716f2d34e8b3a1a05135f86385968e578d0f;p=horde.git Fix adding subfolders UI --- diff --git a/imp/js/src/DimpBase.js b/imp/js/src/DimpBase.js index 1ff91ebc9..5cde799e9 100644 --- a/imp/js/src/DimpBase.js +++ b/imp/js/src/DimpBase.js @@ -1725,7 +1725,7 @@ var DimpBase = { _createFolderForm: function(action, text) { - var n = $($('folderform').down().cloneNode(true)); + var n = $($('folderform').down().cloneNode(true)).writeAttribute('id', 'RB_folder'); n.down('P').insert(text); this.cfolderaction = action;