Skip to content

Commit

Permalink
GGW-369: Resolve project saving ajax issue
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbrix committed Nov 6, 2024
1 parent 964d352 commit 82f28d0
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
<span wicket:id="addbutton" />
</td>
<td colspan="5">
<!-- <form wicket:id="form">-->
<!-- <input type="file" wicket:id="fileUpload" accept=".xlsx,.xls,application/vnd.openxmlformats-officedocument" />-->
<!-- <button style="background-color: #9fe170;" wicket:id="importStructures" type="submit" value="Import Structures">Import Structures</button>-->
<!-- </form>-->
<div wicket:id="resourcePanel">
<form wicket:id="form">
<table width="50%">
<table width="40%">

<tr>
<td colspan="2">
Expand All @@ -27,8 +23,9 @@
</table>
</form>
</div>
<br><br>
</td>
<td colspan="5">
<td colspan="3">
<a wicket:id="downloadLink" style="display:none;">Download</a>
<span style="background-color: #9fe170;" wicket:id="exportStructures"/>
</td>
Expand Down

0 comments on commit 82f28d0

Please sign in to comment.