diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-12-04 11:16:51 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-12-04 11:16:51 +0100 |
commit | 11c703cb4beb5356c5377147f98bf9caba5c657a (patch) | |
tree | 92f40b36b95a541e307e133d2b136d02247f273d /view/tpl/hq.tpl | |
parent | 657ec75c3da0deef3f388ffd016c9fbabb1d049c (diff) | |
download | volse-hubzilla-11c703cb4beb5356c5377147f98bf9caba5c657a.tar.gz volse-hubzilla-11c703cb4beb5356c5377147f98bf9caba5c657a.tar.bz2 volse-hubzilla-11c703cb4beb5356c5377147f98bf9caba5c657a.zip |
hq template
Diffstat (limited to 'view/tpl/hq.tpl')
-rwxr-xr-x | view/tpl/hq.tpl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/view/tpl/hq.tpl b/view/tpl/hq.tpl new file mode 100755 index 000000000..bd27250e6 --- /dev/null +++ b/view/tpl/hq.tpl @@ -0,0 +1,9 @@ +{{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> +</div> +{{/if}} + |