Rename folder actor to actors

Rename folder actor to actors
This commit is contained in:
VINI1520 2020-07-06 13:24:05 -03:00
parent 07f39ca55c
commit dfdfb0faac
8 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,21 @@
<form class="{{cssClass}}" autocomplete="off">
<!-- HEADER -->
<header class="sheet-header">
<h1 class="charname">
<input name="name" type="text" value="{{actor.name}}" placeholder="{{ localize 'SW5E.Name' }}"/>
</h1>
</header>
<!-- BODY -->
<section class="sheet-body">
<div class="tab biography">
{{editor content=data.details.biography.value target="data.details.biography.value" button=true owner=owner editable=editable}}
</div>
</section>
<!-- SIDEBAR -->
<section class="sheet-sidebar">
<img class="sheet-profile" src="{{actor.img}}" title="{{actor.name}}" height="220" width="220" data-edit="img"/>
</section>
</form>