]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
fixed small bug with css class/id
authorCash Costello <cash.costello@gmail.com>
Mon, 31 Aug 2009 11:54:22 +0000 (11:54 +0000)
committerCash Costello <cash.costello@gmail.com>
Mon, 31 Aug 2009 11:54:22 +0000 (11:54 +0000)
views/default/tidypics/css.php
views/default/tidypics/tagging.php

index a614705bfbf72e76b3ef8b0cc1fbbc88f2e8a72b..b65d73789556b6ce5e9d43b9d4359258dd44f49e 100644 (file)
@@ -220,7 +220,7 @@ overflow:hidden;
 -moz-border-radius: 8px;
 }
 
-#tidypics_popup_header {
+.tidypics_popup_header {
 width:100%;
 margin-bottom:10px;
 }
index 1d307df08c072219b31ceda80835a8b6a441b40b..5ba698d6d81235dbf87e3ea01217e27b8884d636 100644 (file)
        <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>\r
 </div>\r
 <div id="tidypics_tag_menu" class="tidypics_popup">\r
-       <div id='tidypics_popup_header'><h3><?php echo elgg_echo('tidypics:tagthisphoto'); ?></h3></div>\r
+       <div class='tidypics_popup_header'><h3><?php echo elgg_echo('tidypics:tagthisphoto'); ?></h3></div>\r
 <?php\r
 \r
        if ($viewer) {\r
+               \r
+               tp_get_tag_list($viewer);\r
+               \r
                $friends = get_entities_from_relationship('friend', $viewer->getGUID(), false, 'user', '', 0, 'time_created desc', 1000);\r
                \r
                if ($friends) {\r
@@ -71,7 +74,7 @@
 ?>\r
 </div>\r
 <div id="tidypics_delete_tag_menu" class="tidypics_popup">\r
-<div id='tidypics_popup_header'><h3><?php echo elgg_echo('tidypics:deltag_title'); ?></h3></div>\r
+<div class='tidypics_popup_header'><h3><?php echo elgg_echo('tidypics:deltag_title'); ?></h3></div>\r
 <?php\r
        if ($tag_info) {\r
                $content = "<input type='hidden' name='image_guid' value='{$image->guid}' />";\r