diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-01 11:39:26 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-01 11:39:51 +0100 |
commit | 288905c361924c2fd9f351f98a9d5dc0a0507233 (patch) | |
tree | 7ca8d4e44cd342def2e72d5b1ad22a972b1a22cb /view/tpl | |
parent | 3071f3b71c4504a2784d5f77f0825f3e7df1b796 (diff) | |
download | volse-hubzilla-288905c361924c2fd9f351f98a9d5dc0a0507233.tar.gz volse-hubzilla-288905c361924c2fd9f351f98a9d5dc0a0507233.tar.bz2 volse-hubzilla-288905c361924c2fd9f351f98a9d5dc0a0507233.zip |
add title to connect button
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/follow.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/follow.tpl b/view/tpl/follow.tpl index 8126a4e5a..a211a65b6 100755 --- a/view/tpl/follow.tpl +++ b/view/tpl/follow.tpl @@ -4,7 +4,7 @@ <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}}"><i class="fa fa-fw fa-plus"></i></button> + <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> |