- moved all mappings in CONFIG.DS4 that belong to localization into common parent CONFIG.DS4.i18nKeys - adapted logic in ds4.ts to not overwrite entries in CONFIG.DS4.i18nKeys - adapted calls to config in templates
8 lines
No EOL
395 B
Handlebars
8 lines
No EOL
395 B
Handlebars
<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">{{lookup config.i18n.itemTypes item.type}}</h2>
|
|
{{> @partial-block}}
|
|
</div>
|
|
</header> |