aboutsummaryrefslogtreecommitdiffstats
path: root/view/follow.tpl
diff options
context:
space:
mode:
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>