diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -182,7 +182,12 @@ <template id="tpl___healing-center"> <div class="healing-center"> <div>Price for Full Heal per Tuxemon: <span data-template-slot="price"></span></div> - <button data-template-slot="heal" class="menu-button">Select to Heal</button> + <div><button data-template-slot="heal" class="menu-button">Select to Heal</button></div> + <div> + <button data-template-slot="box.withdraw" class="menu-button">Box Withdraw</button> + <button data-template-slot="box.deposit" class="menu-button">Box Deposit</button> + <button data-template-slot="box.view" class="menu-button">Box View</button> + </div> </div> </template> |