Roll : Added target info in Roll

This commit is contained in:
Vlyan
2022-02-17 15:24:50 +01:00
parent 448fadeca7
commit efe1e088ed
18 changed files with 148 additions and 68 deletions

View File

@@ -1,6 +1,6 @@
<ul class="identity-content">
<li>
<label class="attribute-label autocomplete">
<label class="attribute-label">
{{#ifCond data.data.template '==' 'pow'}}
{{localize 'l5r5e.region'}}
{{else}}
@@ -10,7 +10,7 @@
</label>
</li>
<li>
<label class="attribute-label autocomplete">
<label class="attribute-label">
{{#ifCond data.data.template '==' 'pow'}}
{{localize 'l5r5e.upbringing'}}
{{else}}
@@ -32,7 +32,7 @@
</label>
</li>
<li>
<label class="attribute-label autocomplete">
<label class="attribute-label">
{{localize 'l5r5e.roles.title'}}
<input type="text" name="data.identity.roles" value="{{data.data.identity.roles}}" {{^if data.editable_not_soft_locked}}disabled{{/if}}/>
</label>