aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-01-11 10:58:46 +0100
committerMario Vavti <mario@mariovavti.com>2018-01-11 10:58:46 +0100
commit25a63dc413cd51ce12deb1a87b0609e7829b0154 (patch)
tree97263f1d53adca3c710ecd39411e53ba758dedeb /view/tpl
parent61e019e176f6d66f2ebdd0db4555fb727a7958ff (diff)
downloadvolse-hubzilla-25a63dc413cd51ce12deb1a87b0609e7829b0154.tar.gz
volse-hubzilla-25a63dc413cd51ce12deb1a87b0609e7829b0154.tar.bz2
volse-hubzilla-25a63dc413cd51ce12deb1a87b0609e7829b0154.zip
continue working on hq
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/hq.tpl7
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">&times;</span>
</button>
+ <h3>{{$no_messages_label.0}}</h3>
+ <br>
+ {{$no_messages_label.1}}
</div>
{{/if}}
+<div id="jot-popup">
+{{$editor}}
+</div>