Fixes and enhancements, from issue list
This commit is contained in:
@@ -48,6 +48,14 @@
|
||||
</div>
|
||||
|
||||
</div><!-- /party-treasury -->
|
||||
|
||||
<!-- Slots -->
|
||||
<div class="party-slots">
|
||||
<span class="party-slots-label">{{localize "OATHHAMMER.Label.Slots"}}</span>
|
||||
<span class="party-slots-current">{{currentSlots}}</span>
|
||||
<span class="party-slots-sep">/</span>
|
||||
<input class="party-slots-max" type="number" name="system.maxSlots" value="{{system.maxSlots}}" min="0" {{#if isPlayMode}}disabled{{/if}} />
|
||||
</div>
|
||||
</div><!-- /party-header-body -->
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user