mirror of https://github.com/zulip/zulip.git
10 lines
512 B
Handlebars
10 lines
512 B
Handlebars
<div class="input-group" id="{{widget_name}}_widget_container">
|
|
<label class="settings-field-label" for="{{widget_name}}_widget">{{label}}
|
|
{{#if help_link}}{{> help_link_widget link=help_link }}{{/if}}
|
|
</label>
|
|
<span class="prop-element hide" id="id_{{widget_name}}" data-setting-widget-type="dropdown-list-widget" {{#if value_type}}data-setting-value-type="{{value_type}}"{{/if}}></span>
|
|
<div class="dropdown_widget_with_label_wrapper">
|
|
{{> dropdown_widget .}}
|
|
</div>
|
|
</div>
|