cartodb-4.42/lib/assets/javascripts/builder/components/modals/add-widgets/time-series/time-series-none-option.tpl
2024-04-06 05:25:13 +00:00

10 lines
514 B
Smarty
Executable File

<div class="WidgetList-option">
<input class="CDB-Radio u-iBlock js-radio" type="radio" <% if (isSelected) { %>checked="checked"<% } %> />
<span class="u-iBlock CDB-Radio-face"></span>
</div>
<div class="WidgetList-inner js-inner">
<h3 class="WidgetList-title CDB-Text CDB-Size-large u-bSpace--xl"><%- _t('components.modals.add-widgets.time-series-no-option-title') %></h3>
<p class="CDB-Text CDB-Size-small u-altTextColor"><%- _t('components.modals.add-widgets.time-series-no-option-desc') %></p>
</div>