]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Linking directly from Your tags instead of Tag user
authorcsarven <csarven@controlyourself.ca>
Fri, 21 Nov 2008 03:18:11 +0000 (22:18 -0500)
committercsarven <csarven@controlyourself.ca>
Fri, 21 Nov 2008 03:18:11 +0000 (22:18 -0500)
darcs-hash:20081121031811-eefa4-80ec886c93a3357baffe332a5bf19214e8b64e93.gz

lib/profilelist.php
theme/default/display.css

index de9c6395a41c1b72502a397bfa692c125042c037..9102c03eaa8026340740aa51c55c0b517ad5efd5 100644 (file)
@@ -148,7 +148,12 @@ class ProfileList {
                                if ($tags) {
                                        common_element_start('div', 'tags_user');
                                        common_element_start('dl');
-                                       common_element('dt', null, _("Your tags:"));
+                                       common_element_start('dt');
+                                       common_element('a', array('href' => common_local_url('tagother',
+                                                                                                                                        array('id' => $this->profile->id))),
+                                                          _('Your tags'));
+                                       common_text(":");
+                                       common_element_end('dt');
                                        common_element_start('dd');
                                        common_element_start('ul', 'tags xoxo');
                                        foreach ($tags as $tag) {
@@ -167,9 +172,7 @@ class ProfileList {
                                }
 
                                common_element_start('p', 'tag_user');                          
-                               common_element('a', array('href' => common_local_url('tagother',
-                                                                                                                                        array('id' => $this->profile->id))),
-                                                          _('Tag user'));
+                               
                                common_element_end('p');
                        }
                }
index 8b22d2b09afb4b31e2382800eda966b6edf91ad8..b1345c1615cd5589cc236b1226bc6537241096ed 100644 (file)
@@ -861,10 +861,6 @@ font-size: 60%;
 .tags_user {
 margin-left:4.5em;
 }
-.tags_self,
-.tags_user {
-/*float:right;*/
-}
 .tags_self dl,
 .tags_user dl {
 margin-left:0;
@@ -872,8 +868,8 @@ margin-left:0;
 
 .tags_self dt,
 .tags_user dt {
-/*display:none;*/
 display:inline;
+margin-right:0.5em;
 }
 
 .tags_self dd,
@@ -900,7 +896,6 @@ line-height:1.5;
 }
 
 .tag_user {
-
 text-align:right;
 margin-top:0;
 margin-bottom:0;