aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/follow.tpl
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2014-04-17 05:46:45 +0000
committerjeroenpraat <jeroenpraat@xs4all.nl>2014-04-17 05:46:45 +0000
commit0d0751b9257314dd8972ccf3e214f3e8cc43f7e5 (patch)
tree6f37ebc558439ca8da6d9f0ffb94b72d3f1beb91 /view/tpl/follow.tpl
parent68545ceeb61cd833f6560156cf2ced9c9ecd6c43 (diff)
parent962665b8b56491dc59a62f2cb5c05eb353abb79f (diff)
downloadvolse-hubzilla-0d0751b9257314dd8972ccf3e214f3e8cc43f7e5.tar.gz
volse-hubzilla-0d0751b9257314dd8972ccf3e214f3e8cc43f7e5.tar.bz2
volse-hubzilla-0d0751b9257314dd8972ccf3e214f3e8cc43f7e5.zip
Merge branch 'master' of https://github.com/friendica/red
Diffstat (limited to 'view/tpl/follow.tpl')
-rwxr-xr-xview/tpl/follow.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl
index b0597e9b6..f643a3597 100755
--- a/view/tpl/follow.tpl
+++ b/view/tpl/follow.tpl
@@ -2,7 +2,8 @@
<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}}" />
+ <input id="side-follow-url" type="text" name="url" size="24" title="{{$hint}}" />
+ <input id="side-follow-submit" type="submit" name="submit" class="btn btn-default" value="{{$follow}}" />
</form>
{{if $abook_usage_message}}
<div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div>