First row of tests and fixes
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
<section class="tab character-biography {{tab.cssClass}}" data-tab="{{tab.id}}" data-group="{{tab.group}}">
|
||||
|
||||
<fieldset>
|
||||
<legend>Identity</legend>
|
||||
<legend>{{localize "AWEMMY.Character.Identity"}}</legend>
|
||||
<div class="form-group">
|
||||
<label>Pronouns</label>
|
||||
<label>{{localize "AWEMMY.Character.Pronouns"}}</label>
|
||||
{{formInput systemFields.pronouns value=system.pronouns disabled=isPlayMode}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>{{localize "AWEMMY.Kit.Field"}}</label>
|
||||
<label>{{localize "AWEMMY.Character.Field"}}</label>
|
||||
{{formInput systemFields.fieldName value=system.fieldName disabled=isPlayMode}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Specialization</label>
|
||||
<label>{{localize "AWEMMY.Character.Specialization"}}</label>
|
||||
{{formInput systemFields.specialization value=system.specialization disabled=isPlayMode}}
|
||||
</div>
|
||||
<div class="form-group">
|
||||
@@ -25,7 +25,7 @@
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Description</legend>
|
||||
<legend>{{localize "AWEMMY.Character.Description"}}</legend>
|
||||
{{formInput
|
||||
systemFields.description
|
||||
enriched=enrichedDescription
|
||||
@@ -36,7 +36,7 @@
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
<legend>Notes</legend>
|
||||
<legend>{{localize "AWEMMY.Character.Notes"}}</legend>
|
||||
{{formInput
|
||||
systemFields.notes
|
||||
enriched=enrichedNotes
|
||||
|
||||
Reference in New Issue
Block a user