diff options
author | Cash Costello <cash.costello@gmail.com> | 2009-03-21 16:13:06 +0000 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2009-03-21 16:13:06 +0000 |
commit | fd2278f46e5123c43343f57cf764d45a0b57ec24 (patch) | |
tree | 8525ed30f3de6d1fb54439fc941f924a9aafaa26 /edit_multi.php | |
parent | e340946cd80864a9b2c816e2f21a57d934761fcb (diff) | |
download | elgg-fd2278f46e5123c43343f57cf764d45a0b57ec24.tar.gz elgg-fd2278f46e5123c43343f57cf764d45a0b57ec24.tar.bz2 |
updated views for edit multiple images
Diffstat (limited to 'edit_multi.php')
-rw-r--r-- | edit_multi.php | 7 |
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 |