From 8e21dda195015a3c9420553f874c10d3ebfa5dfa Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 3 Jan 2011 20:24:21 -0800 Subject: Complete rewrite of the organize module in Javascript using the Sencha JavaScript library. It's got all the functionality from the Flash version except it doesn't support creating new albums or uploading photos. Only tested in Chrome 10.0.x so far. --- .../vendor/ext/images/default/window/left-corners.png | Bin 0 -> 200 bytes .../vendor/ext/images/default/window/left-right.png | Bin 0 -> 152 bytes .../vendor/ext/images/default/window/right-corners.png | Bin 0 -> 256 bytes .../vendor/ext/images/default/window/top-bottom.png | Bin 0 -> 180 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 modules/organize/vendor/ext/images/default/window/left-corners.png create mode 100644 modules/organize/vendor/ext/images/default/window/left-right.png create mode 100644 modules/organize/vendor/ext/images/default/window/right-corners.png create mode 100644 modules/organize/vendor/ext/images/default/window/top-bottom.png (limited to 'modules/organize/vendor/ext/images/default/window') diff --git a/modules/organize/vendor/ext/images/default/window/left-corners.png b/modules/organize/vendor/ext/images/default/window/left-corners.png new file mode 100644 index 00000000..1a518335 Binary files /dev/null and b/modules/organize/vendor/ext/images/default/window/left-corners.png differ diff --git a/modules/organize/vendor/ext/images/default/window/left-right.png b/modules/organize/vendor/ext/images/default/window/left-right.png new file mode 100644 index 00000000..7586ff33 Binary files /dev/null and b/modules/organize/vendor/ext/images/default/window/left-right.png differ diff --git a/modules/organize/vendor/ext/images/default/window/right-corners.png b/modules/organize/vendor/ext/images/default/window/right-corners.png new file mode 100644 index 00000000..e69a3ffc Binary files /dev/null and b/modules/organize/vendor/ext/images/default/window/right-corners.png differ diff --git a/modules/organize/vendor/ext/images/default/window/top-bottom.png b/modules/organize/vendor/ext/images/default/window/top-bottom.png new file mode 100644 index 00000000..33779e76 Binary files /dev/null and b/modules/organize/vendor/ext/images/default/window/top-bottom.png differ -- cgit v1.2.3