Added "send to chat" header button on Actor sheets
This commit is contained in:
11
system/templates/actors/actor-text.html
Normal file
11
system/templates/actors/actor-text.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<div class="{{cssClass}}" data-actor-id="{{actor.data._id}}">
|
||||
<header class="card-header">
|
||||
<h2 class="item-name">
|
||||
{{data.name}}
|
||||
</h2>
|
||||
</header>
|
||||
<section class="sheet-body">
|
||||
{{#if data.img}}<p><img src="{{data.img}}" title="{{data.name}}" /></p>{{/if}}
|
||||
{{#if data.data.description}}<p>{{{data.data.description}}}</p>{{/if}}
|
||||
</section>
|
||||
</div>
|
||||
Reference in New Issue
Block a user