aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/connections.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-01-13 15:55:04 -0800
committerzotlabs <mike@macgirvin.com>2018-01-13 15:55:04 -0800
commit75285fd452147aba7d2edf938d63c158384095b5 (patch)
treef3222b200936a1c5a907f6e987bb45d26e9ecc95 /view/tpl/connections.tpl
parenteb3e43feec4e2de439de5398fcf498c0de5afbd4 (diff)
parentce10a44e722c9bbaceff64273641c3e08c6ad7a5 (diff)
downloadvolse-hubzilla-75285fd452147aba7d2edf938d63c158384095b5.tar.gz
volse-hubzilla-75285fd452147aba7d2edf938d63c158384095b5.tar.bz2
volse-hubzilla-75285fd452147aba7d2edf938d63c158384095b5.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/connections.tpl')
-rwxr-xr-xview/tpl/connections.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl
index 3b152ef5e..cfb7ae67e 100755
--- a/view/tpl/connections.tpl
+++ b/view/tpl/connections.tpl
@@ -19,7 +19,7 @@
<form action="{{$cmd}}" method="get" >
<div class="input-group form-group">
<input type="text" name="search" id="contacts-search" class="form-control" onfocus="this.select();" value="{{$search}}" placeholder="{{$desc}}" />
- <div class="input-group-btn">
+ <div class="input-group-append">
<button id="contacts-search-submit" class="btn btn-outline-secondary" type="submit" name="submit" value="{{$submit}}"><i class="fa fa-fw fa-search"></i></button>
</div>
</div>