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:26 +0100 |
commit | d4a957ca168c7326d52554da2162d6dd9cb34de4 (patch) | |
tree | a0d29a41759738a7aaa1d2a8f53b1b9aac225bef /view | |
parent | e08e6c182cd23132743d9fca69fb63449753376f (diff) | |
download | volse-hubzilla-d4a957ca168c7326d52554da2162d6dd9cb34de4.tar.gz volse-hubzilla-d4a957ca168c7326d52554da2162d6dd9cb34de4.tar.bz2 volse-hubzilla-d4a957ca168c7326d52554da2162d6dd9cb34de4.zip |
add title to connect button
Diffstat (limited to 'view')
-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> |