New fixes around sheets

This commit is contained in:
2026-06-06 17:56:50 +02:00
parent 2143bcc8db
commit 2691ff521f
16 changed files with 52 additions and 56 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<div class="{{cssClass}}">
<header class="sheet-header">
<img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}"/>
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{item.name}}" placeholder="Name"/></h1>
@@ -40,4 +40,4 @@
<h4>description</h4>
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
</section>
</form>
</div>
+3 -9
View File
@@ -1,8 +1,5 @@
<form
class="{{cssClass}}"
autocomplete="off"
>
<header class="sheet-header">
<div class="{{cssClass}}">
<header class="sheet-header">
<img
class="profile-img"
src="{{item.img}}"
@@ -36,8 +33,5 @@
<h4>description</h4>
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
</div>
</section>
</form>
</div>
+3 -3
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
<div class="{{cssClass}}">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
{{log this}}
<section class="sheet-body">
@@ -51,4 +51,4 @@
{{> "systems/vermine2047/templates/item/partials/physicalItems.hbs"}}
</section>
</form>
</div>
+3 -4
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<div class="{{cssClass}}">
<header class="sheet-header">
<img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}"/>
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{item.name}}" placeholder="Name"/></h1>
@@ -17,5 +17,4 @@
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
</section>
</form>
</div>
+3 -3
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
{{log this}}
<div class="{{cssClass}}">
{{log this}}
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
@@ -35,4 +35,4 @@
{{> "systems/vermine2047/templates/item/partials/physicalItems.hbs"}}
</section>
</form>
</div>
+4 -4
View File
@@ -1,7 +1,7 @@
<div class="{{cssClass}}">
{{!-- This template is a fallback for when items don't have more specific templates. --}}
{{!-- Generally, you'll want to make more specific templates when possible. --}}
<form class="{{cssClass}} form" autocomplete="off">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
{{!-- Sheet Body --}}
@@ -37,5 +37,5 @@
<div class="editor-wrapper">
{{editor system.effects target="system.effects" button=true owner=owner editable=editable}}
</div>
</div>
</form>
</section>
</div>
+3 -3
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
<div class="{{cssClass}}">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
{{!-- Sheet Body --}}
@@ -8,4 +8,4 @@
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
</section>
</form>
</div>
+3 -3
View File
@@ -1,7 +1,7 @@
{{!-- This template is a fallback for when items don't have more specific templates. --}}
{{!-- Generally, you'll want to make more specific templates when possible. --}}
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<div class="{{cssClass}}">
<header class="sheet-header">
<img class="profile-img" src="{{item.img}}" data-edit="img" title="{{item.name}}"/>
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{item.name}}" placeholder="Name"/></h1>
@@ -27,4 +27,4 @@
{{!-- As you add new fields, add them in here! --}}
</div>
</section>
</form>
</div>
+3 -7
View File
@@ -1,8 +1,5 @@
<form
class="{{cssClass}}"
autocomplete="off"
>
{{log this}}
<div class="{{cssClass}}">
{{log this}}
<header class="sheet-header">
<img
class="profile-img"
@@ -47,5 +44,4 @@
</div>
</header>
</form>
</div>
+3 -3
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
<div class="{{cssClass}}">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
{{!-- Sheet Body --}}
@@ -8,4 +8,4 @@
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}
</section>
</form>
</div>
+3 -4
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
<div class="{{cssClass}}">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
{{!-- Sheet Body --}}
@@ -20,5 +20,4 @@ button=true owner=owner editable=editable}}
</div>
</section>
</form>
</div>
+3 -3
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
<div class="{{cssClass}}">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
<section class="sheet-body">
@@ -20,4 +20,4 @@
</section>
</form>
</div>
+3 -4
View File
@@ -1,5 +1,5 @@
<form class="{{cssClass}}" autocomplete="off">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
<div class="{{cssClass}}">
{{> "systems/vermine2047/templates/item/partials/header.hbs"}}
<section class="sheet-body">
@@ -51,5 +51,4 @@
{{> "systems/vermine2047/templates/item/partials/physicalItems.hbs"}}
</section>
</form>
</div>