Sha256: 055f6a579b0adf4e83cc376250600affed187b2926645550a998905fbb261b13

Contents?: true

Size: 802 Bytes

Versions: 4

Compression:

Stored size: 802 Bytes

Contents

<div class="dc-help"><a id="help-top"></a>
  <h1><%= t('drgcms.dc_help.help') %>: <%= dc_form_title %></h1>
  <div class="help-buttons">
    <% if params[:type] == 'form' %>
      <button onclick="location.href='#fields'; return false;"><%= t('drgcms.dc_help.fields_button') %></button>
    <% end %>
    <% if @commnets %>
      <button onclick="location.href='#comments'; return false;"><%= t('drgcms.dc_help.comments_button') %></button>
    <% end %>
    <div style="float: right"><%= fa_icon('close', class: 'dc-link') %></div>
  </div>

  <div class="help-body"><%= dc_help_body if @help %></div>
  <div class="help-fields"><%= dc_help_fields if params[:type] == 'form' %></div>

  <div class="help-top" onclick="location.href='#help-top'; return false;"><%= fa_icon('arrow-up') %></div>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
drg_cms-0.7.1.1 app/views/dc_common/_help.html.erb
drg_cms-0.7.0.8 app/views/dc_common/_help.html.erb
drg_cms-0.7.0.2 app/views/dc_common/_help.html.erb
drg_cms-0.6.1.11 app/views/dc_common/_help.html.erb