diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-02 17:36:14 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-02 17:36:14 -0800 |
commit | 7445f1881ecf640bfd05c9b46471ee7494a376c1 (patch) | |
tree | 2fbdc3ecf580795c571ddb39ea4d2ec4a9a01405 /view/tpl/follow.tpl | |
parent | e58dc726c5e40ff30942739f86d2329fb29f763c (diff) | |
parent | 6bf6462a377d1a80ab30d63b48034fb4cde0bb9e (diff) | |
download | volse-hubzilla-7445f1881ecf640bfd05c9b46471ee7494a376c1.tar.gz volse-hubzilla-7445f1881ecf640bfd05c9b46471ee7494a376c1.tar.bz2 volse-hubzilla-7445f1881ecf640bfd05c9b46471ee7494a376c1.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/follow.tpl')
-rwxr-xr-x | view/tpl/follow.tpl | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index 9c19a288d..a211a65b6 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -1,12 +1,10 @@ <div id="follow-sidebar" class="widget"> <h3>{{$connect}}</h3> <form action="follow" method="post" /> - <div class="form-group"> - <div class="input-group"> - <input class="widget-input" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> - <div class="input-group-btn"> - <button class="btn btn-default btn-sm" type="submit" name="submit" value="{{$follow}}"><i class="fa fa-plus"></i></button> - </div> + <div class="input-group"> + <input class="form-control input-sm" type="text" name="url" title="{{$hint}}" placeholder="{{$desc}}" /> + <div class="input-group-btn"> + <button class="btn btn-success btn-sm" type="submit" name="submit" value="{{$follow}}" title="{{$follow}}"><i class="fa fa-fw fa-plus"></i></button> </div> </div> </form> @@ -14,4 +12,3 @@ <div class="usage-message" id="abook-usage-message">{{$abook_usage_message}}</div> {{/if}} </div> - |