Transition to mkwsref xblock (reference widget)
[mkwsxb-moved-to-github.git] / mkwsxb / static / html / settings.html
diff --git a/mkwsxb/static/html/settings.html b/mkwsxb/static/html/settings.html
deleted file mode 100644 (file)
index 2bf5f56..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-<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>