diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-27 12:55:11 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-27 12:55:11 +0200 |
commit | f66aa336ac7b510ae90938fa7de19a1ebdafa699 (patch) | |
tree | 3c4b9ea16010639e57b9e4375400734beb8e6d5b /view/tpl/app_create.tpl | |
parent | 779cab047ae10bf97a8a570597fbc47ddecf9771 (diff) | |
download | volse-hubzilla-f66aa336ac7b510ae90938fa7de19a1ebdafa699.tar.gz volse-hubzilla-f66aa336ac7b510ae90938fa7de19a1ebdafa699.tar.bz2 volse-hubzilla-f66aa336ac7b510ae90938fa7de19a1ebdafa699.zip |
fix app rendering
Diffstat (limited to 'view/tpl/app_create.tpl')
-rw-r--r-- | view/tpl/app_create.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/app_create.tpl b/view/tpl/app_create.tpl index 7a0521436..5075ce5e2 100644 --- a/view/tpl/app_create.tpl +++ b/view/tpl/app_create.tpl @@ -3,7 +3,7 @@ <h2>{{$banner}}</h2> </div> - <div class="section-content-wrapper"> + <div class="clearfix section-content-wrapper"> <form action="appman" method="post"> {{if $guid}} <input type="hidden" name="guid" value="{{$guid}}" /> @@ -33,7 +33,7 @@ {{include file="field_textarea.tpl" field=$embed}} {{/if}} - <input type="submit" name="submit" value="{{$submit}}" /> + <button class="btn btn-primary float-right" type="submit" name="submit" value="{{$submit}}">{{$submit}}</button> </form> </div> |