Skip to content

Commit

Permalink
SAK-50379 PostEm improve ui responsiveness (#12799)
Browse files Browse the repository at this point in the history
Co-authored-by: Sharadhi <[email protected]>
  • Loading branch information
Sharadhi98 and Sharadhi authored Aug 21, 2024
1 parent f46f034 commit 3c0f7f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<div id="menu" th:include="fragments/menus :: main (index)" />
<div class="page-header"><h1 th:text="#{bar_main}">Postem</h1></div>
<div class="sak-banner-info" th:if="${gradebooksList== null or gradebooksList.isEmpty()}" >There are currently no items at this location.</div>
<div class="table-responsive">
<table id="groupTable" class="table table-striped table-bordered table-hover" th:if="${gradebooksList != null and !gradebooksList.isEmpty()}">
<thead>
<tr>
Expand Down Expand Up @@ -73,6 +74,7 @@
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<br/>
<p th:if="${student != null}" th:text="#{grade_view}"></p>
<br/>
<div class="table-responsive">
<table th:if="${student != null}" id="groupTable" class="table table-striped table-bordered table-hover">
<thead>
<tr>
Expand All @@ -29,6 +30,7 @@
</tr>
</tbody>
</table>
</div>
<div class="act">
<input accesskey="x" type="button" th:onclick="cancelAction()" id="gradebook-cancel-button" th:value="#{back}">
</div>
Expand Down

0 comments on commit 3c0f7f2

Please sign in to comment.