Sha256: 5caad742008cf10831f0d642a9dd41b8f50b085658014d8b21d5e371942ea935

Contents?: true

Size: 994 Bytes

Versions: 5

Compression:

Stored size: 994 Bytes

Contents

<div class="set-access-controls">

  <p><%= t('.para1') %></p>
  <p><%= t('.para2') %></p>

  <div class="form-group">
    <label class="radio">
      <%= f.radio_button :visibility, Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PUBLIC %>
      <strong><%= t('hyrax.visibility.open.text') %></strong> - <%= t('hyrax.visibility.open.note_html') %>
    </label>
    <label class="radio">
      <%= f.radio_button :visibility, Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_AUTHENTICATED %>
      <strong><%= t('hyrax.visibility.authenticated.text', institution: institution_name) %></strong> - <%= t('hyrax.visibility.authenticated.note_html', institution: institution_name) %>
    </label>
    <label class="radio">
      <%= f.radio_button :visibility, Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PRIVATE %>
      <strong><%= t('hyrax.visibility.restricted.text') %></strong>- <%= t('hyrax.visibility.restricted.note_html') %>
    </label>
  </div>

</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.5.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.4.2 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.4.1 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.4.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb