add drag-n-drop portal code from #6102
authorChuck Hagenbuch <chuck@horde.org>
Thu, 4 Dec 2008 03:35:56 +0000 (22:35 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 4 Dec 2008 03:35:56 +0000 (22:35 -0500)
commitfd089930a1ef4a57d68fd4e8f155e3dc8b06331e
tree0cafdcc77a5b63399eeb671d5e28be90a9b4eaf1
parentffbb0530530defeea8eb3183aa1d74aa0ccd1884
add drag-n-drop portal code from #6102
23 files changed:
drag_n_drop_portal/block.php [new file with mode: 0644]
drag_n_drop_portal/index.php [new file with mode: 0644]
drag_n_drop_portal/js/portal.js [new file with mode: 0644]
drag_n_drop_portal/js/portal_edit.js [new file with mode: 0644]
drag_n_drop_portal/js/src/portal.js [new file with mode: 0644]
drag_n_drop_portal/js/src/portal_edit.js [new file with mode: 0644]
drag_n_drop_portal/lib/Block/Layout/View/js.php [new file with mode: 0644]
drag_n_drop_portal/params.php [new file with mode: 0644]
drag_n_drop_portal/save.php [new file with mode: 0644]
drag_n_drop_portal/select.php [new file with mode: 0644]
drag_n_drop_portal/templates/portal/params.php [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/bottom_left.gif [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/bottom_right.gif [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/delete.png [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/edit.png [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/minus.png [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/plus.png [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/redbox_spinner.gif [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/reload.png [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/tooltip_bg.png [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/top_left.gif [new file with mode: 0644]
drag_n_drop_portal/themes/graphics/top_right.gif [new file with mode: 0644]
drag_n_drop_portal/themes/screen.css [new file with mode: 0644]