Skip to content

Commit

Permalink
disable button which does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
smadbe committed Feb 5, 2024
1 parent 961f3f4 commit 9bff74f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teacherInterface/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<div id="tabs-groups">
<div data-i18n="[html]groups_intro"></div>
<button type="button" data-i18n="refresh_list" onclick="refreshGrid('group')" class="btn btn-default"></button>
<button type="button" onclick="exportCSV('group')" data-i18n="export_to_csv" class="btn btn-default"></button>
<button type="button" style="display:none" onclick="exportCSV('group')" data-i18n="export_to_csv" class="btn btn-default"></button>
<div class="gridTable">
<table id="grid_group"><tbody><tr><td/></tr></tbody></table>
<div id="pager_group"></div>
Expand Down

0 comments on commit 9bff74f

Please sign in to comment.