From 7482b6683eb0cabb9841f839a474d25b4257fc91 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 5 Jan 2009 08:05:50 +0000 Subject: Add "quick edit" which lets you edit a photo's details from the albums page. --- core/views/quick_edit.html.php | 15 --------------- core/views/quick_pane.html.php | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 15 deletions(-) delete mode 100644 core/views/quick_edit.html.php create mode 100644 core/views/quick_pane.html.php (limited to 'core/views') diff --git a/core/views/quick_edit.html.php b/core/views/quick_edit.html.php deleted file mode 100644 index 940c5c2a..00000000 --- a/core/views/quick_edit.html.php +++ /dev/null @@ -1,15 +0,0 @@ - -type == "photo"): ?> -
id/ccw?csrf=" . access::csrf_token()) ?>"> - - - -
-
id/cw?csrf=" . access::csrf_token()) ?>"> - - - -
- diff --git a/core/views/quick_pane.html.php b/core/views/quick_pane.html.php new file mode 100644 index 00000000..88da9d3e --- /dev/null +++ b/core/views/quick_pane.html.php @@ -0,0 +1,21 @@ + +type == "photo"): ?> +
id/ccw?csrf=" . access::csrf_token()) ?>"> + + + +
+ +
id/cw?csrf=" . access::csrf_token()) ?>"> + + + +
+ -- cgit v1.2.3