aboutsummaryrefslogtreecommitdiff
path: root/views
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 /views
parente340946cd80864a9b2c816e2f21a57d934761fcb (diff)
downloadelgg-fd2278f46e5123c43343f57cf764d45a0b57ec24.tar.gz
elgg-fd2278f46e5123c43343f57cf764d45a0b57ec24.tar.bz2
updated views for edit multiple images
Diffstat (limited to 'views')
-rw-r--r--views/default/tidypics/forms/edit_multi.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/views/default/tidypics/forms/edit_multi.php b/views/default/tidypics/forms/edit_multi.php
index 252a660bd..ebd2ef11a 100644
--- a/views/default/tidypics/forms/edit_multi.php
+++ b/views/default/tidypics/forms/edit_multi.php
@@ -3,6 +3,7 @@
* form for mass editing all uploaded images
*/
?>
+<div class="contentWrapper">
<form action="<?php echo $vars['url']; ?>action/tidypics/edit_multi" method="post">
<?php
@@ -39,6 +40,7 @@
}
echo elgg_echo('image:access:note');
?>
- <input type="hidden" name="container_guid" value="<?php echo $container_guid; ?>" />
- <p><input type="submit" name="submit" value="<?php echo elgg_echo('save'); ?>" /></p>
- </form> \ No newline at end of file
+<input type="hidden" name="container_guid" value="<?php echo $container_guid; ?>" />
+<p><input type="submit" name="submit" value="<?php echo elgg_echo('save'); ?>" /></p>
+</form>
+</div> \ No newline at end of file