aboutsummaryrefslogtreecommitdiff
path: root/views/default/tidypics/tagging.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/tidypics/tagging.php')
-rw-r--r--views/default/tidypics/tagging.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/default/tidypics/tagging.php b/views/default/tidypics/tagging.php
index a3ba57cf8..f911fe217 100644
--- a/views/default/tidypics/tagging.php
+++ b/views/default/tidypics/tagging.php
@@ -27,7 +27,7 @@
<div id='tidypics_tag_instruct_button_div'><button class='submit_button' id='tidypics_tag_instruct_button' onclick='stopTagging()'><?php echo elgg_echo('tidypics:finish_tagging'); ?></button></div>
</div>
<div id="tidypics_tag_menu" class="tidypics_popup">
- <div id='tidypics_tagmenu_header'><h3><?php echo elgg_echo('tidypics:tagthisphoto'); ?></h3></div>
+ <div id='tidypics_popup_header'><h3><?php echo elgg_echo('tidypics:tagthisphoto'); ?></h3></div>
<?php
if($viewer) {
@@ -64,9 +64,9 @@
?>
</div>
<div id="tidypics_delete_tag_menu" class="tidypics_popup">
+<div id='tidypics_popup_header'><h3><?php echo elgg_echo('tidypics:deltag_title'); ?></h3></div>
<?php
if ($photo_tags) {
- echo elgg_echo('tidypics:deltag_title') . '<br />';
$content = "<input type='hidden' name='image_guid' value='{$file_guid}' />";
foreach ($links as $id => $text) {
$name = "tags[{$id}]";