]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Renamed 'blankfiller' to 'guide'.
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 21:09:27 +0000 (21:09 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 7 Apr 2009 21:09:27 +0000 (21:09 +0000)
actions/all.php
actions/favorited.php
actions/groupsearch.php
actions/noticesearch.php
actions/public.php
actions/publictagcloud.php

index 5189f31f51696c5d75134444734426a461fbbce6..9c6182ccc7647a4b13027e767f21e3c97ce26d79 100644 (file)
@@ -114,7 +114,7 @@ class AllAction extends Action
             $message .= sprintf(_('Why not [register an account](%%%%action.register%%%%) and then nudge %s or post a notice to his or her attention.'), $this->user->nickname);
         }
 
-        $this->elementStart('div', 'blankfiller');
+        $this->elementStart('div', 'guide');
         $this->raw(common_markup_to_html($message));
         $this->elementEnd('div');
     }
index 20a354674f4185cee36c7d18e7198691e914c442..6935eda23a27aef3cfec119336a167f8f3d837e6 100644 (file)
@@ -159,7 +159,7 @@ class FavoritedAction extends Action
             $message .= _('Why not [register an account](%%action.register%%) and be the first to add a notice to your favorites!');
         }
 
-        $this->elementStart('div', 'blankfiller');
+        $this->elementStart('div', 'guide');
         $this->raw(common_markup_to_html($message));
         $this->elementEnd('div');
     }
index 31c4ffd948e1c317ad0c2817eac9369baed7724d..06b4a77550cf33bd672207ace03e135e31754c93 100644 (file)
@@ -84,7 +84,7 @@ class GroupsearchAction extends SearchAction
             else {
                 $message = _('Why not [register an account](%%action.register%%) and [create the group](%%action.newgroup%%) yourself!');
             }
-            $this->elementStart('div', 'blankfiller');
+            $this->elementStart('div', 'guide');
             $this->raw(common_markup_to_html($message));
             $this->elementEnd('div');
             $user_group->free();
index a4308450b4044653a767a9615ead6132e97a25ac..095d0a454a157ff96ddcc3137dea89ed89557233 100644 (file)
@@ -124,7 +124,7 @@ class NoticesearchAction extends SearchAction
                 $message = sprintf(_('Why not [register an account](%%%%action.register%%%%) and be the first to  [post on this topic](%%%%action.newnotice%%%%?status_textarea=%s)!'), urlencode($q));
             }
 
-            $this->elementStart('div', 'blankfiller');
+            $this->elementStart('div', 'guide');
             $this->raw(common_markup_to_html($message));
             $this->elementEnd('div');
             return;
index 5a2720a9ad919cdbb8442e3832c1c470908d5be2..d64b651fdb8922639f0a13fbaa8e4d40e0b3436f 100644 (file)
@@ -188,7 +188,7 @@ class PublicAction extends Action
             $message .= _('Why not [register an account](%%action.register%%) and be the first to post!');
         }
 
-        $this->elementStart('div', 'blankfiller');
+        $this->elementStart('div', 'guide');
         $this->raw(common_markup_to_html($message));
         $this->elementEnd('div');
     }
index 5bc7e0cbffcf7a56a544e8cb8607aec864b53ef5..4ff41d2a6d875b4c8d84d10ec7efae024c7319d3 100644 (file)
@@ -77,7 +77,7 @@ class PublictagcloudAction extends Action
             $message .= _('Why not [register an account](%%action.register%%) and be the first to post one!');
         }
 
-        $this->elementStart('div', 'blankfiller');
+        $this->elementStart('div', 'guide');
         $this->raw(common_markup_to_html($message));
         $this->elementEnd('div');
     }