diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-01-11 10:58:46 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-01-11 10:58:46 +0100 |
commit | 25a63dc413cd51ce12deb1a87b0609e7829b0154 (patch) | |
tree | 97263f1d53adca3c710ecd39411e53ba758dedeb /view/tpl/hq.tpl | |
parent | 61e019e176f6d66f2ebdd0db4555fb727a7958ff (diff) | |
download | volse-hubzilla-25a63dc413cd51ce12deb1a87b0609e7829b0154.tar.gz volse-hubzilla-25a63dc413cd51ce12deb1a87b0609e7829b0154.tar.bz2 volse-hubzilla-25a63dc413cd51ce12deb1a87b0609e7829b0154.zip |
continue working on hq
Diffstat (limited to 'view/tpl/hq.tpl')
-rwxr-xr-x | view/tpl/hq.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/tpl/hq.tpl b/view/tpl/hq.tpl index bd27250e6..fce11ff83 100755 --- a/view/tpl/hq.tpl +++ b/view/tpl/hq.tpl @@ -1,9 +1,14 @@ {{if $no_messages}} <div class="alert alert-warning alert-dismissible fade show" role="alert"> - {{$no_messages_label}} <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">×</span> </button> + <h3>{{$no_messages_label.0}}</h3> + <br> + {{$no_messages_label.1}} </div> {{/if}} +<div id="jot-popup"> +{{$editor}} +</div> |