aboutsummaryrefslogtreecommitdiff
path: root/edit_multi.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-21 16:13:06 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-21 16:13:06 +0000
commitfd2278f46e5123c43343f57cf764d45a0b57ec24 (patch)
tree8525ed30f3de6d1fb54439fc941f924a9aafaa26 /edit_multi.php
parente340946cd80864a9b2c816e2f21a57d934761fcb (diff)
downloadelgg-fd2278f46e5123c43343f57cf764d45a0b57ec24.tar.gz
elgg-fd2278f46e5123c43343f57cf764d45a0b57ec24.tar.bz2
updated views for edit multiple images
Diffstat (limited to 'edit_multi.php')
-rw-r--r--edit_multi.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/edit_multi.php b/edit_multi.php
index c4f35bc07..dd58759fe 100644
--- a/edit_multi.php
+++ b/edit_multi.php
@@ -29,9 +29,10 @@
}
}
-
- $area2 .= elgg_view_title($title = elgg_echo('image:edit'));
+
+ $title = elgg_echo('tidypics:editprops');
+ $area2 .= elgg_view_title($title);
$area2 .= elgg_view("tidypics/forms/edit_multi", array('file_array' => $new_file_array, 'album_guid' => $album_guid));
$body = elgg_view_layout('two_column_left_sidebar', $area1, $area2);
- page_draw(elgg_echo("edit"), $body);
+ page_draw($title, $body);
?> \ No newline at end of file