aboutsummaryrefslogtreecommitdiffstats
path: root/view/follow.tpl
diff options
context:
space:
mode:
authorDevlon Duthie <duthied@gmail.com>2011-09-25 13:20:19 -0500
committerDevlon Duthie <duthied@gmail.com>2011-09-25 13:20:19 -0500
commitcb1c6dd1e37ccbbea47867faf0142e5d2f653624 (patch)
treedc09ad00dd7f7e12fdec214ae2fd83e94315a96a /view/follow.tpl
parent634e52a6717753eb6742a23e60bf88bf0809968f (diff)
downloadvolse-hubzilla-cb1c6dd1e37ccbbea47867faf0142e5d2f653624.tar.gz
volse-hubzilla-cb1c6dd1e37ccbbea47867faf0142e5d2f653624.tar.bz2
volse-hubzilla-cb1c6dd1e37ccbbea47867faf0142e5d2f653624.zip
really commiting files this time, still getting the hang of git.
some images added, some classes added to groupidebar, contacts sidebar notification flags moved out of nav and into banner for testbubble the testbubble css tweaks
Diffstat (limited to 'view/follow.tpl')
-rw-r--r--view/follow.tpl14
1 files changed, 6 insertions, 8 deletions
diff --git a/view/follow.tpl b/view/follow.tpl
index 49bebee8b..8ded17424 100644
--- a/view/follow.tpl
+++ b/view/follow.tpl
@@ -1,10 +1,8 @@
-<div class="side-follow-wrapper" id="side-follow-wrapper" >
-<form action="follow" method="post" />
-<label id="side-follow-label" for="side-follow-url" >$label</label>
-<input id="side-follow-url" type="text" name="url" size="24" title="$hint" />
-<div class="side-follow-input-end"></div>
-<input id="side-follow-submit" type="submit" name="submit" value="$follow" />
-</form>
+<div id="follow-sidebar" class="widget">
+ <h3>Find People</h3>
+ <form action="follow" method="post" />
+ <input id="side-follow-url" type="text" name="url" size="24" title="$hint" /><input id="side-follow-submit" type="submit" name="submit" value="$follow" />
+ </form>
+ $findSimilar
</div>
-<div class="side-follow-end"></div>