]> git.mxchange.org Git - friendica.git/blobdiff - view/follow.tpl
Merge pull request #279 from fermionic/generate-random-id-bug-in-statusnet-api
[friendica.git] / view / follow.tpl
index 49bebee8b8648939291f7ee6fff7fbfbb8d54481..259e74a931fa43450cc773eee2ef41eb55b86b1a 100644 (file)
@@ -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>$connect</h3>
+       <div id="connect-desc">$desc</div>
+       <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>
 </div>
-<div class="side-follow-end"></div>