]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Add a link to the group search page from a user's own group list.
authorMeitar Moscovitz <meitarm@gmail.com>
Fri, 6 Feb 2009 17:03:25 +0000 (04:03 +1100)
committerMeitar Moscovitz <meitarm@gmail.com>
Fri, 6 Feb 2009 17:03:25 +0000 (04:03 +1100)
I've seen a request or two pop up for this on the Laconica group on
Identica, and I'd personally like there to be a link to the search
page from my own groups listing, as I often find myself looking for
one and end up at my browser's address bar.

actions/usergroups.php
theme/base/css/display.css
theme/default/css/display.css
theme/identica/css/display.css

index 58cf7eeb60a2b8830074db8be99900d4227a4f60..ded4ba76b1bc1bcd7371d33d91cd318008ba6a16 100644 (file)
@@ -125,6 +125,12 @@ class UsergroupsAction extends Action
                        _('Create a new group'));
         $this->elementEnd('p');
 
+        $this->elementStart('p', array('id' => 'group_search'));
+        $this->element('a', array('href' => common_local_url('groupsearch'),
+                                  'class' => 'more'),
+                       _('Search for more groups'));
+        $this->elementEnd('p');
+
         $offset = ($this->page-1) * GROUPS_PER_PAGE;
         $limit =  GROUPS_PER_PAGE + 1;
 
index f6e3c0fc779d40333116e3fff59256e98729b728..3b72d00ceeb85442ea428e59a1d17dd820fd47a5 100644 (file)
@@ -947,7 +947,7 @@ padding:0;
 
 
 
-#new_group {
+#new_group, #group_search {
 margin-bottom:18px;
 }
 #new_group a {
index 854202956a1d6c657c64face981f072f80c55cbf..85b5aa13e538ad9335cd80ad16317e5b08c90aff 100644 (file)
@@ -238,7 +238,10 @@ background-color:#fcfcfc;
 #new_group a {
 background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
 }
-
+#usergroups #new_group {
+float: left;
+margin-right: 2em;
+}
 
 .pagination .nav_prev a,
 .pagination .nav_next a {
index 9f6499013876b4d4446058457f80253e0d57d574..576a2e14be1d1483bc4da0abbeca81f97785af22 100644 (file)
@@ -238,7 +238,10 @@ background-color:#fcfcfc;
 #new_group a {
 background:transparent url(../images/icons/twotone/green/news.gif) no-repeat 0 45%;
 }
-
+#usergroups #new_group {
+float: left;
+margin-right: 2em;
+}
 
 .pagination .nav_prev a,
 .pagination .nav_next a {