diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-11 13:53:36 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-11 13:53:36 +0000 |
commit | e1cf670acfd8d786aec086d1bd5bb2ff96cd5870 (patch) | |
tree | 43958ce51406ef64c443bde81d4e1eb39568d9b5 /mod/reportedcontent | |
parent | a8e680230b2ca66cd1d95aaac228ed0c3a0d77ad (diff) | |
download | elgg-e1cf670acfd8d786aec086d1bd5bb2ff96cd5870.tar.gz elgg-e1cf670acfd8d786aec086d1bd5bb2ff96cd5870.tar.bz2 |
Updated avatar user menu to generate an ordered list, reinstated the add/remove friend link, & cleaned up css.
git-svn-id: http://code.elgg.org/elgg/trunk@5361 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/reportedcontent')
-rw-r--r-- | mod/reportedcontent/views/default/reportedcontent/user_report.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/reportedcontent/views/default/reportedcontent/user_report.php b/mod/reportedcontent/views/default/reportedcontent/user_report.php index ee6c7cbf8..e341bb6d3 100644 --- a/mod/reportedcontent/views/default/reportedcontent/user_report.php +++ b/mod/reportedcontent/views/default/reportedcontent/user_report.php @@ -1,6 +1,6 @@ -<p class="user_menu_profile"> +<li class="user_menu_profile"> <?php echo "<a href=\"javascript:location.href='". $CONFIG->wwwroot . "mod/reportedcontent/add.php?address='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title)\">" . elgg_echo('reportedcontent:report') . "</a>"; ?> -</p>
\ No newline at end of file +</li>
\ No newline at end of file |