Skip to content

Commit 7a80b94

Browse files
authored
Questions pagination
2 parents 9cd62b1 + 1a7d991 commit 7a80b94

File tree

3 files changed

+174
-106
lines changed

3 files changed

+174
-106
lines changed

admin/questions.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,11 @@ <h1>Questions</h1>
123123
</div>
124124
</div>
125125
</div>
126+
<div class="pagination">
127+
<button id="previous-page-button" square disabled tooltip="Previous Page"><i class="bi bi-chevron-left"></i></button>
128+
<span id="current-page">1</span>
129+
<button id="next-page-button" square tooltip="Next Page"><i class="bi bi-chevron-right"></i></button>
130+
</div>
126131
<button class="space" id="save-button">Save</button>
127132
</div>
128133
</div>

0 commit comments

Comments
 (0)