Sha256: 2ec0f6d0ab410be5e636e66523eb853491806e231647e6c352e19b623c25e636

Contents?: true

Size: 1.46 KB

Versions: 48

Compression:

Stored size: 1.46 KB

Contents

<div class="modal fade disable-unless-selected" id="add-to-collection-modal" tabindex="-1" role="dialog" aria-labelledby="add-to-collection-label">
  <div class="modal-dialog" role="document">
    <div class="modal-content">

      <div class="modal-header">
        <button type="button" class="close" data-dismiss="modal" aria-label="<%= t('hyrax.dashboard.heading_actions.close') %>"><span aria-hidden="true">&times;</span></button>
        <h4 class="modal-title" id="add-to-collection-label"><%= t('hyrax.collection.actions.nested_subcollection.modal_title') %></h4>
      </div>

      <div class="modal-body">
        <!-- Any alert messaging mounts to this element -->
        <div class="modal-ajax-alert"></div>

        <label><%= t('hyrax.collection.actions.nested_subcollection.select_label') %></label>
        <input type="hidden" name="source" value="<%= source %>" />
        <select name="parent_id">
          <option value="none"><%= t("hyrax.dashboard.my.action.select") %></option>
        </select>
      </div>

      <div class="modal-footer">
        <button type="button" class="btn btn-default" data-dismiss="modal"><%= t('helpers.action.cancel') %></button>
        <button
          disabled
          type="button"
          class="btn btn-primary modal-add-button modal-submit-button"
          data-source="<%= source %>">
          <%= t('hyrax.collection.actions.nested_subcollection.button_label') %>
        </button>
        </div>
    </div>
  </div>
</div>

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
hyrax-3.6.0 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.5.0 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.4.2 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.4.1 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.4.0 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.3.0 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.2.0 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-2.9.6 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.1.0 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-2.9.5 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.0.2 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.0.1 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.0.0 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-2.9.4 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-2.9.3 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-2.9.2 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-2.9.1 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb
hyrax-2.9.0 app/views/hyrax/my/collections/_modal_add_to_collection.html.erb