forked from public/foundryvtt-reve-de-dragon
Des descriptions accessibles
This commit is contained in:
@ -477,18 +477,14 @@
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flexcol flex-group-left">
|
||||
<div class="flexcol">
|
||||
<span><label>Biographie : </label></span>
|
||||
<div class="form-group" style="height:200px">
|
||||
<div class="form-group editor" style="height:400px !important; min-height: 400px !important;">
|
||||
{{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
<div class="form-group editor">
|
||||
{{editor content=data.biographie target="data.biographie" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
<span><label>Notes : </label></span>
|
||||
<div class="form-group" style="height:200px">
|
||||
<div class="form-group editor" style="height:400px !important; min-height: 400px !important;">
|
||||
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
<div class="form-group editor">
|
||||
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user