From 762ca225443626b69c94f6d6c833f66de69b2ce1 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 18 May 2009 19:34:03 +0000 Subject: This takes us the next step closer to providing bulk edit. We still can't edit, but we are getting closer :-). This change sets up a framework for modules to contribute edit panels to the organize drawer. Currently implemented General (albums and photos), Sort Order (albums only) and Manage Tags --- core/views/organize_edit_general.html.php | 15 +++++++++++++++ core/views/organize_edit_sort.html.php | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 core/views/organize_edit_general.html.php create mode 100644 core/views/organize_edit_sort.html.php (limited to 'core/views') diff --git a/core/views/organize_edit_general.html.php b/core/views/organize_edit_general.html.php new file mode 100644 index 00000000..84e666d8 --- /dev/null +++ b/core/views/organize_edit_general.html.php @@ -0,0 +1,15 @@ + + diff --git a/core/views/organize_edit_sort.html.php b/core/views/organize_edit_sort.html.php new file mode 100644 index 00000000..1151b014 --- /dev/null +++ b/core/views/organize_edit_sort.html.php @@ -0,0 +1,11 @@ + + -- cgit v1.2.3