Sha256: 2a5e358966738ca594c7300687de8156acd2481c091fdfe1acee3968aa891feb

Contents?: true

Size: 1.34 KB

Versions: 44

Compression:

Stored size: 1.34 KB

Contents

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

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

  <div class="form-group">
    <label class="radio">
      <input type="radio" id="visibility_open" name="<%= f.object_name %>[visibility]" value="<%= Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PUBLIC %>" <% if @collection.open_access? %> checked="true"<% end %> /><strong><%= t('hyrax.visibility.open.text') %></strong> - <%= t('hyrax.visibility.open.note_html') %>
    </label>
    <label class="radio">
      <input type="radio" id="visibility_registered" name="<%= f.object_name %>[visibility]" value="<%= Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_AUTHENTICATED %>" <% if @collection.authenticated_only_access? %> checked="true"<% end %> /><strong><%= t('hyrax.visibility.authenticated.text', institution: institution_name) %></strong> - <%= t('hyrax.visibility.authenticated.note_html', institution: institution_name) %>
    </label>
    <label class="radio">
      <input type="radio" id="visibility_restricted" name="<%= f.object_name %>[visibility]" value="<%= Hydra::AccessControls::AccessRight::VISIBILITY_TEXT_VALUE_PRIVATE %>" <% if @collection.private_access? %> checked="true"<% end %> /><strong><%= t('hyrax.visibility.restricted.text') %></strong>- <%= t('hyrax.visibility.restricted.note_html') %>
    </label>
  </div>

</div>

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
hyrax-3.3.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.2.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.9.6 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.1.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.9.5 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.0.2 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.0.1 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.0.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.9.4 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.9.3 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.9.2 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.9.1 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.9.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.8.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.7.2 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.7.1 app/views/hyrax/dashboard/collections/_form_discovery.html.erb
hyrax-2.7.0 app/views/hyrax/dashboard/collections/_form_discovery.html.erb