diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-04-17 05:46:45 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-04-17 05:46:45 +0000 |
commit | 0d0751b9257314dd8972ccf3e214f3e8cc43f7e5 (patch) | |
tree | 6f37ebc558439ca8da6d9f0ffb94b72d3f1beb91 /view/tpl/connections.tpl | |
parent | 68545ceeb61cd833f6560156cf2ced9c9ecd6c43 (diff) | |
parent | 962665b8b56491dc59a62f2cb5c05eb353abb79f (diff) | |
download | volse-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/connections.tpl')
-rwxr-xr-x | view/tpl/connections.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl index f254ce8c2..c69dcde50 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -6,7 +6,7 @@ <form id="contacts-search-form" action="{{$cmd}}" method="get" > <span class="contacts-search-desc">{{$desc}}</span> <input type="text" name="search" id="contacts-search" class="search-input" onfocus="this.select();" value="{{$search}}" /> -<input type="submit" name="submit" id="contacts-search-submit" value="{{$submit}}" /> +<input type="submit" name="submit" id="contacts-search-submit" class="btn btn-default" value="{{$submit}}" /> </form> </div> <div id="contacts-search-end"></div> |