1
0
Fork 0
fgdata/webgui/widgets/radiostack.html
Torsten Dreyer c97d3fdc62 Phi: nicer station id popup
use jqueryui popup instead of the native to allow theming
2015-02-13 22:14:23 +01:00

8 lines
292 B
HTML

<div class="phi-radiostack" data-bind="foreach: radios">
<div class="phi-radio">
<span data-bind="text: label"></span>
<input data-bind="value: use, attr: { title: stn }, tooltip: {}"/>
<button data-bind="click: swap">&harr;</button>
<input data-bind="value: stby"/>
</div>
</div>