read distribution from xml and selection via selectbox

This commit is contained in:
Ante de Baas
2020-05-29 17:33:48 +02:00
parent 6128954231
commit fb35fb9a3a
2 changed files with 53 additions and 34 deletions

View File

@@ -0,0 +1,6 @@
<p>
<label for="{$fieldname}" class="install-block {$style}">{$fieldlabel}:</label>
<select name="{$fieldname}" id="{$fieldname}" class="dropdown">
{$options}
</select>
</p>