Fix for release 0.8.x
Limited profil img Bond type Html table fix Social tab grid
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user