Fix bok_choy test by changing course separator. Change format of the modal title to '[Subsection/Section Name] Settings'. Improve bok_choy test stability. Studio: correcting modal window size name for outline settings editor Specify full date in bok_choy tests. Refactor bok_choy tests. Remove .modal-editor from basic-modal.underscore Set classes in modal window dynamically. Studio: revising outline edit modal tip content and overall size Rename isEditable to isEditableOnCourseOutline. Interpolate display name. Use graded instead of format as flag. Studio: revising outline settings edit modal size Fix selectors in bok_choy tests.
23 lines
847 B
Plaintext
23 lines
847 B
Plaintext
<div class="wrapper wrapper-modal-window wrapper-modal-window-<%= name %>"
|
|
aria-describedby="modal-window-description"
|
|
aria-labelledby="modal-window-title"
|
|
aria-hidden=""
|
|
role="dialog">
|
|
<div class="modal-window-overlay"></div>
|
|
<div class="modal-window <%= viewSpecificClasses %> modal-<%= size %> modal-type-<%= type %>">
|
|
<div class="<%= name %>-modal">
|
|
<div class="modal-header">
|
|
<h2 class="title modal-window-title"><%= title %></h2>
|
|
<ul class="editor-modes action-list action-modes">
|
|
</ul>
|
|
</div>
|
|
<div class="modal-content">
|
|
</div>
|
|
<div class="modal-actions">
|
|
<h3 class="sr"><%= gettext("Actions") %></h3>
|
|
<ul></ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|