Leftovers of last commit

This commit is contained in:
Arkatos1
2019-06-30 16:09:15 +02:00
parent d33d018e62
commit bef3b60b6e
2 changed files with 17 additions and 2 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

+17 -2
View File
@@ -82,8 +82,23 @@
{{/if}}
<span class='item'>
{{if data.loaded_pill_bottle}}
{{:helper.link('Pill Bottle (' + data.loaded_pill_bottle_contents_len + '/' + data.loaded_pill_bottle_storage_slots + ')', 'eject', {'ejectp': 1})}}
<table>
<tr>
<td>
{{:helper.link('Pill Bottle (' + data.loaded_pill_bottle_contents_len + '/' + data.loaded_pill_bottle_storage_slots + ')', 'eject', {'ejectp': 1})}}
</td>
<td>
{{:helper.link('Change Wrapper', 'pencil', {'change_pillbottle': 1})}}
</td>
</tr>
</table>
{{else}}
{{:helper.link('No Pill Bottle', 'eject', {}, 'disabled')}}
<table>
<tr>
<td>
{{:helper.link('No Pill Bottle', 'eject', {}, 'disabled')}}
</td>
</tr>
</table>
{{/if}}
</span>