diff options
| author | LLLL Colonq <llll@colonq> | 2026-03-06 20:19:58 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-03-06 20:19:58 -0500 |
| commit | f75769acfd4b14c3fcd0bca807f80e62aeeb0883 (patch) | |
| tree | 2d4318a8277eb17557d106e479323b4d512124f6 /templates | |
| parent | 8a090126723265bc5db169fba8acebd58c603ea8 (diff) | |
Update charedit
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/api/charsheet-private.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/api/charsheet-private.html b/templates/api/charsheet-private.html index a961399..b5e3a7b 100644 --- a/templates/api/charsheet-private.html +++ b/templates/api/charsheet-private.html @@ -30,15 +30,21 @@ CONFIG_SUBST <div id="name" class="edit-panel"> <h1>player unknown</h1> <span id="edit-mode">edit mode</span> + <button id="talent-reset">reset talents</button> </div> <div id="edit-infobox"> <div class="infobox-title">Table 3: Statistical Summary</div> <table> - <tr><td>unspent points</td><td id="info-talentpoints">N/A</td></tr> + <tr><td>total points</td><td id="info-talentpoints">N/A</td></tr> + <tr><td>unallocated</td><td id="info-unallocated">N/A</td></tr> </table> </div> <div id="edit-selected-tooltip-box" data-skipfade="true"> <div id="edit-selected-tooltip-name" class="infobox-title">empty</div> + <table> + <tr><td>allocated</td><td id="edit-selected-tooltip-allocated">N/A</td></tr> + </table> + <button id="edit-selected-tooltip-buy">buy now</button> <div id="edit-selected-tooltip">empty</div> </div> </div> |
