Merge remote-tracking branch 'origin/master' into 024-not-possible-to-manage-active-effects-on-owned-items

This commit is contained in:
Johannes Loher 2021-01-08 00:00:11 +01:00
commit 2a03ed273f
12 changed files with 126 additions and 50 deletions

View file

@ -0,0 +1,13 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}" />
<div class="header-fields flexrow">
<h1 class="charname"><input name="name" type="text" value="{{item.name}}" placeholder="Name" /></h1>
<h2 class="item-type">{{localize (lookup config.itemTypes item.type)}}</h2>
</div>
</header>
{{!-- Common Item body --}}
{{> systems/ds4/templates/item/partials/body.hbs}}
</form>