diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-25 22:31:20 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-25 22:31:20 +0000 |
commit | 94e3ae2e0f9f0607475830e9b2431d9ae768637c (patch) | |
tree | 8e09f5e6f496020c60f930ff517c07da22ad8076 /modules/watermark/controllers | |
parent | 3d42234d574469f237ada94512a6e64f83ed8be1 (diff) |
Add edit/delete links (they're just stubs now, but they open a dialog).
Add active/position to Watermark_Model
Diffstat (limited to 'modules/watermark/controllers')
-rw-r--r-- | modules/watermark/controllers/admin_watermarks.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/watermark/controllers/admin_watermarks.php b/modules/watermark/controllers/admin_watermarks.php index 353f81c3..d1c9026d 100644 --- a/modules/watermark/controllers/admin_watermarks.php +++ b/modules/watermark/controllers/admin_watermarks.php @@ -56,6 +56,12 @@ class Admin_Watermarks_Controller extends Admin_Controller { print $view; } + public function edit($watermark_id) { + } + + public function delete($watermark_id) { + } + public function get_form($user_id) { try { $path = module::get_var("watermark", "watermark_image_path"); |