Description files for audio and new webui feature for backgrounds

This commit is contained in:
da
2017-01-22 12:42:57 +01:00
parent 3e34b5c415
commit 4ea6631ee0
6 changed files with 36 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
<div class="row">
{{ range . }}
<div class="col-sm-3 text-center">{{ .Itemtext }}<br/><a class="btn btn-primary" href="javascript:playSound('{{ .Itemcommand }}', '{{ .Itemsoundname }}')" role="button">Play!</a></div>
{{ end }}
</div>