type_option

   Usages of this macro
... in change_app_type.naml
49
50
51
52
53
54
55
56
57
<macro name="type_option" parameters="option_value,text,description">
    <div class="second-font field-title" style="margin-top:1em">
        <n.type_field
Macro
Parameters: do
.radio
Macro
Requires: field
Parameters: option_value, id
 id="[n.option_value/]" option_value="[n.option_value/]"/>
        <label for="[n.option_value/]"><n.text/></label>
    </div>
    <div class="weak-color" style="margin-left:1.9em">
        <n.description/>
    </div>
</macro>