diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-03 13:46:08 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-03 13:46:08 +0100 |
commit | d3491c9165855ac7c2f1e0243a6c796ab36f9109 (patch) | |
tree | 7e32c3f2c1ba225d096fe35a8e33f37f17792171 /view/tpl/jot.tpl | |
parent | 8ca877bdd3fbfd6f3b5ef1764c38ce39b2244c95 (diff) | |
download | volse-hubzilla-d3491c9165855ac7c2f1e0243a6c796ab36f9109.tar.gz volse-hubzilla-d3491c9165855ac7c2f1e0243a6c796ab36f9109.tar.bz2 volse-hubzilla-d3491c9165855ac7c2f1e0243a6c796ab36f9109.zip |
fix jot form
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 631f55d83..dea75efa9 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -1,12 +1,12 @@ -{{$mimeselect}} -{{$layoutselect}} -{{if $id_select}} -<div class="channel-id-select-div"> - <span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}} -</div> -{{/if}} -<div id="profile-jot-wrapper"> - <form id="profile-jot-form" action="{{$action}}" method="post"> +<form id="profile-jot-form" action="{{$action}}" method="post"> + {{$mimeselect}} + {{$layoutselect}} + {{if $id_select}} + <div class="channel-id-select-div"> + <span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}} + </div> + {{/if}} + <div id="profile-jot-wrapper"> {{if $parent}} <input type="hidden" name="parent" value="{{$parent}}" /> {{/if}} @@ -160,8 +160,8 @@ </div> <div id="profile-jot-text-loading"></div> <div id="profile-jot-end" class="clear"></div> - </form> -</div> + </div> +</form> <div id="jot-preview-content" style="display:none;"></div> |