.
This commit is contained in:
@@ -19,7 +19,9 @@
|
|||||||
</span>
|
</span>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary><h3>Add/Edit CID users</h3></summary>
|
<summary>
|
||||||
|
<h3>Add/Edit CID users</h3>
|
||||||
|
</summary>
|
||||||
<button id="add-exams-selected-cids">Change selected exams</button>
|
<button id="add-exams-selected-cids">Change selected exams</button>
|
||||||
<button id="clear-exams-selected-cids">Clear selected exams</button>
|
<button id="clear-exams-selected-cids">Clear selected exams</button>
|
||||||
<button id="activate-selected-cids">Activate selected</button>
|
<button id="activate-selected-cids">Activate selected</button>
|
||||||
@@ -90,9 +92,7 @@
|
|||||||
<button id="add-new-cids">Add New (Blank) Users</button>
|
<button id="add-new-cids">Add New (Blank) Users</button>
|
||||||
<input type="number" id="add-number" value="number to add"><br />
|
<input type="number" id="add-number" value="number to add"><br />
|
||||||
<button id="add-new-emails">Add New Users From Email</button>
|
<button id="add-new-emails">Add New Users From Email</button>
|
||||||
<textarea id="emails-input" name="emails" rows="4" cols="50">
|
<textarea id="emails-input" name="emails" rows="4" cols="50">Enter emails here</textarea>
|
||||||
Enter emails here
|
|
||||||
</textarea>
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
@@ -214,6 +214,7 @@
|
|||||||
.exam-selectors {
|
.exam-selectors {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.exam-selectors select {
|
.exam-selectors select {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user