Fix for release 0.8.x

Limited profil img
Bond type
Html table fix
Social tab grid
This commit is contained in:
Mandar
2021-06-01 19:29:42 +02:00
parent fd672d7bad
commit 8c961f856d
9 changed files with 61 additions and 29 deletions

View File

@@ -8,6 +8,15 @@
<textarea type="text" name="data.social.giri">{{data.data.social.giri}}</textarea>
</label>
</fieldset>
{{!-- Description (npc have it on header) --}}
{{#ifCond data.type '==' "character"}}
<fieldset class="narrative-description">
<legend class="text-block-header">{{localize 'l5r5e.description' }}</legend>
{{editor content=data.data.description target="data.description" button=true editable=options.editable}}
</fieldset>
{{/ifCond}}
</div>
<div class="narrative-list">
<fieldset>
<legend class="text-block-header">
{{localize 'l5r5e.social.advantages'}}
@@ -55,13 +64,6 @@
</ul>
</fieldset>
</div>
{{!-- Description (npc have it on header) --}}
{{#ifCond data.type '==' "character"}}
<fieldset class="narrative-description">
<legend class="text-block-header">{{localize 'l5r5e.description' }}</legend>
{{editor content=data.data.description target="data.description" button=true editable=options.editable}}
</fieldset>
{{/ifCond}}
{{!-- Notes (private) --}}
<fieldset class="narrative-note">
<legend class="text-block-header">{{localize 'l5r5e.notes' }}</legend>