aboutsummaryrefslogtreecommitdiff
path: root/views/default/tidypics/forms/edit_multi.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-28 17:46:24 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-28 17:46:24 +0000
commite45a654715c5db44e60527513d7d8255f8d20221 (patch)
tree952306e5ae26ec498fb0f6508247fc4853add708 /views/default/tidypics/forms/edit_multi.php
parent5ef1dd4c79fd5413a1983a4faf96cf3a44c024ba (diff)
downloadelgg-e45a654715c5db44e60527513d7d8255f8d20221.tar.gz
elgg-e45a654715c5db44e60527513d7d8255f8d20221.tar.bz2
cleaned up and standardized the css markup
Diffstat (limited to 'views/default/tidypics/forms/edit_multi.php')
-rw-r--r--views/default/tidypics/forms/edit_multi.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/views/default/tidypics/forms/edit_multi.php b/views/default/tidypics/forms/edit_multi.php
index 354600798..24755e9cf 100644
--- a/views/default/tidypics/forms/edit_multi.php
+++ b/views/default/tidypics/forms/edit_multi.php
@@ -19,9 +19,9 @@
$container_guid = $entity->container_guid;
if($no_cover && !$cover) $cover = $guid;
- echo '<div class="edit_image_container">';
- echo '<img src="' . $vars['url'] . 'mod/tidypics/thumbnail.php?file_guid=' . $guid . '&size=small" border="0" class="edit_images" alt="' . $title . '"/>';
- echo '<div class="image_info">';
+ echo '<div class="tidypics_edit_image_container">';
+ echo '<img src="' . $vars['url'] . 'mod/tidypics/thumbnail.php?file_guid=' . $guid . '&size=small" border="0" class="tidypics_edit_images" alt="' . $title . '"/>';
+ echo '<div class="tidypics_image_info">';
echo '<p><label>' . elgg_echo('album:title') . '</label>';
echo elgg_view("input/text", array("internalname" => "title[$key]", "value" => $title,)) . "\n";
echo '</p>';