Sha256: 95a27e3a4ccbaf89e88273532f9310bd7eefecaec9588657eb09195c1a14420f
Contents?: true
Size: 1.15 KB
Versions: 28
Compression:
Stored size: 1.15 KB
Contents
<label> <span class="name"></span> <span class="inline_help"></span> </label> <!-- inline style for wysihtml5 to pick up --> <textarea style="width: 100%;"></textarea> <div class="toolbar"> <a data-wysihtml5-command="bold" title="<%= I18n.t('pageflow.ui.templates.inputs.text_area_input.bold') %>"></a> <a data-wysihtml5-command="italic" title="<%= I18n.t('pageflow.ui.templates.inputs.text_area_input.italic') %>"></a> <a data-wysihtml5-command="underline" title="<%= I18n.t('pageflow.ui.templates.inputs.text_area_input.underline') %>"></a> <a data-wysihtml5-command="createLink" title="<%= I18n.t('pageflow.ui.templates.inputs.text_area_input.create_link') %>"></a> <div data-wysihtml5-dialog="createLink" class="dialog" style="display: none;"> <label> <%= I18n.t('pageflow.ui.templates.inputs.text_area_input.url') %>: <input data-wysihtml5-dialog-field="href" value="http://"> </label> <a data-wysihtml5-dialog-action="save"><%= I18n.t('pageflow.ui.templates.inputs.text_area_input.ok') %></a> <a data-wysihtml5-dialog-action="cancel"><%= I18n.t('pageflow.ui.templates.inputs.text_area_input.cancel') %></a> </div> </div>
Version data entries
28 entries across 28 versions & 1 rubygems