diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-03-01 13:09:04 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-03-01 13:09:04 +0100 |
commit | 0ebce75c7d53d209e47f4549105d27bbf1b5052a (patch) | |
tree | 420f1620b9347b8b65baf74caf8b05b3fb444667 /view/tpl/jot.tpl | |
parent | 91bb4bdf508ab87951a3e01ac3632cffc7bff07d (diff) | |
download | volse-hubzilla-0ebce75c7d53d209e47f4549105d27bbf1b5052a.tar.gz volse-hubzilla-0ebce75c7d53d209e47f4549105d27bbf1b5052a.tar.bz2 volse-hubzilla-0ebce75c7d53d209e47f4549105d27bbf1b5052a.zip |
css fixes to make jot look better with background colors or images
Diffstat (limited to 'view/tpl/jot.tpl')
-rwxr-xr-x | view/tpl/jot.tpl | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 32a08a9b3..4f1ecfef2 100755 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -1,3 +1,10 @@ +{{$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"> {{if $parent}} @@ -17,13 +24,7 @@ <input type="hidden" name="preview" id="jot-preview" value="0" /> <input type="hidden" id="jot-consensus" name="consensus" value="{{if $consensus}}{{$consensus}}{{else}}0{{/if}}" /> {{if $showacl}}{{$acl}}{{/if}} - {{$mimeselect}} - {{$layoutselect}} - {{if $id_select}} - <div class="channel-id-select-div"> - <span class="channel-id-select-desc">{{$id_seltext}}</span> {{$id_select}} - </div> - {{/if}} + {{if $webpage}} <div id="jot-pagetitle-wrap" class="jothidden"> <input name="pagetitle" id="jot-pagetitle" type="text" placeholder="{{$placeholdpagetitle}}" value="{{$pagetitle}}"> |