finishings on the pairing page

This commit is contained in:
Claude Brisson
2023-12-28 09:18:16 +01:00
parent 149541cb3c
commit 83b9194b48
7 changed files with 74 additions and 29 deletions

View File

@@ -87,4 +87,26 @@
</tbody>
</table>
</div>
<div class="right form-actions">
<button id="publish" class="ui yellow floating button">Publish</button>
</div>
</div>
<div id="publish-modal" class="popup">
<div class="popup-body">
<div class="popup-header">
Download Standings
</div>
<div class="popup-content">
Choose format
</div>
<div class="popup-footer">
<div class="form-actions">
<button class="ui gray floating cancel button">Cancel</button>
<button class="ui blue floating button">EGF</button>
<button class="ui blue floating button">FFG</button>
<button class="ui blue floating button">PDF</button>
<button class="ui blue floating button">HTML</button>
</div>
</div>
</div>
</div>