This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
<header class="char-header grid grid-2col">
|
||||
<section class="char-details">
|
||||
<h1 class="char-name flexrow flex-group-left w-full">
|
||||
<label>{{ localize 'IDENTITY.name' }}</label>
|
||||
{{#if isEditMode}}
|
||||
<input name="name" type="text" value="{{actor.name}}"
|
||||
placeholder="{{localize "VERMINE.CharacterNamePlaceholder"}}" />
|
||||
@@ -11,12 +10,12 @@
|
||||
{{/if}}
|
||||
</h1>
|
||||
<div class="profile flexrow flex-group-center">
|
||||
<label>{{ localize 'IDENTITY.profile' }}</label>
|
||||
{{#if isEditMode}}
|
||||
<input name="system.identity.profile" type="text"
|
||||
value="{{system.identity.profile }}" data-dtype="String" />
|
||||
value="{{system.identity.profile }}" data-dtype="String"
|
||||
placeholder="{{ localize 'VERMINE.ProfilePlaceholder' }}" />
|
||||
{{else}}
|
||||
<span>{{system.identity.profile}}</span>
|
||||
<span>{{#if system.identity.profile}}{{system.identity.profile}}{{else}}{{ localize 'VERMINE.ProfilePlaceholder' }}{{/if}}</span>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="flexrow flex-group-center">
|
||||
@@ -34,7 +33,6 @@
|
||||
</section>
|
||||
<section class="char-level">
|
||||
<h1 class="char-vermine2047 flexrow flex-group-left w-full">
|
||||
<label for="system.identity.totem">{{ localize 'IDENTITY.totem' }}</label>
|
||||
{{#if (eq system.identity.totem "")}}
|
||||
<a data-action="chooseTotem" class="chooseTotem">Choisissez votre totem</a>
|
||||
{{ else }}
|
||||
|
||||
Reference in New Issue
Block a user