Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions templates/item/item-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ <h3 class="resource-label gCol1">{{localize 'ALIENRPG.QuantityLabel'}}</h3>

<h2 class="resource-label">{{localize 'ALIENRPG.Comment'}}</h2>
{{!-- <textarea name="system.attributes.comment.value" rows="12" data-dtype="String">{{system.attributes.comment.value}}</textarea> --}}
<div class="tab item" style="border: solid 1px; padding: 5px">
{{editor system.attributes.comment.value target="system.attributes.comment.value" button=true owner=owner editable=true}}
<div class="tab item" style="border: solid 1px; padding: 5px; height: 263px">
{{editor system.general.comment.value target="system.general.comment.value" button=true owner=owner editable=true}}
</div>
</div>

Expand Down Expand Up @@ -391,7 +391,7 @@ <h2 class="resource-label">{{localize 'ALIENRPG.Skills'}}</h2>
</div>

{{!-- Notes Tab --}}
<div class="tab item" data-group="primary" data-tab="notes">
<div class="tab item" style="height: 263px" data-group="primary" data-tab="notes">
{{editor system.notes.notes target="system.notes.notes" button=true owner=owner editable=true}}
</div>
</section>
Expand Down