Transition to mkwsref xblock (reference widget)
[mkwsxb-moved-to-github.git] / mkwsref / mkwsref / static / html / settings.html
diff --git a/mkwsref/mkwsref/static/html/settings.html b/mkwsref/mkwsref/static/html/settings.html
new file mode 100644 (file)
index 0000000..2bf5f56
--- /dev/null
@@ -0,0 +1,21 @@
+<div class="wrapper-comp-settings is-active editor-with-buttons" id="settings-tab">
+  <ul class="list-input settings-list">
+    <li class="field comp-setting-entry is-set">
+      <div class="wrapper-comp-setting">
+        <label class="label setting-label" for="query">Query</label>
+        <input class="input setting-input" name="query" id="query" value="{query}" type="text" />
+      </div>
+      <span class="tip setting-help">Search query to run when the block loads</span>
+    </li>
+  </ul>
+  <div class="xblock-actions">
+    <ul>
+      <li class="action-item">
+        <a href="#" class="button action-primary save-button">Save</a>
+      </li>
+      <li class="action-item">
+        <a href="#" class="button cancel-button">Cancel</a>
+      </li>
+    </ul>
+  </div>
+</div>