
Untitled
By: a guest on
Sep 21st, 2012 | syntax:
None | size: 2.17 KB | hits: 8 | expires: Never
{fields}
{if field_name == "Solution_of_Interest_Most_Recent__c"}
{field_options}
{if is_divider}
{!-- If its a divider, and its not the first, then we need to close the previous --}
{if divider_number > 1}
</li>
</ul>
</div><!-- Closing <div class="tooltip noicon contact right padding_bottom_03"> -->
</div><!-- Closing <div class="field"> -->
{/if}
<div class="field">
<div class="tooltip noicon contact right padding_bottom_03">
<input class="checkbox left margin_top_01" id="{exp:nerd:url_title separator='underscore'}{label}{/exp:nerd:url_title}" name="Solution_of_Interest_Most_Recent__c[]" type="checkbox" value="{label}"><span class="nocase lato large bold grey_01">{label}</span>
<ul>
<li class="lato small italic wrap">
{if:else}
<div class="field">
<input id="{key}" class="radio left margin_top_01" name="{field_name}[]" type="radio" value="{key}">
<label for="{key}" class="pointer nocase lato large bold grey_01">{label}</label>
</div>
{/if}
{/field_options}
{!-- Close the last divider --}
{if field_divider_count > 0}
</li>
</ul>
</div><!-- Closing <div class="tooltip noicon contact right padding_bottom_03"> -->
</div><!-- Closing <div class="field"> -->
{/if}
{/if}
{/fields}