renamed files to be more consistent

This commit is contained in:
2025-09-01 00:34:53 -04:00
parent bae4495f7c
commit 102d7031fe
5 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img src="{{item.img}}" data-edit="img" title="{{item.name}}" height="64" width="64"/>
<h1><input name="name" type="text" value="{{item.name}}" placeholder="{{ localize 'Name' }}"/></h1>
</header>
</form>