Roll : Added target info in Roll
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<article class="tab parts part1" data-group="primary" data-tab="part1">
|
||||
<h2>{{localize (localize 'l5r5e.twenty_questions.part1.title{suffix}' suffix=suffix)}}</h2>
|
||||
<h3>{{localize (localize 'l5r5e.twenty_questions.part1.q1{suffix}' suffix=suffix)}}</h3>
|
||||
<div class="autocomplete">
|
||||
<div>
|
||||
<input type="text" name="step1.clan" value="{{data.step1.clan}}">
|
||||
</div>
|
||||
<table>
|
||||
@@ -86,7 +86,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<h3>{{localize (localize 'l5r5e.twenty_questions.part1.q2{suffix}' suffix=suffix)}}</h3>
|
||||
<div class="autocomplete">
|
||||
<div>
|
||||
<input type="text" name="step2.family" value="{{data.step2.family}}">
|
||||
</div>
|
||||
<table>
|
||||
@@ -151,7 +151,7 @@
|
||||
{{localize 'l5r5e.twenty_questions.part2.school'}}
|
||||
<input type="text" name="step3.school" value="{{data.step3.school}}">
|
||||
</label>
|
||||
<label class="full autocomplete">
|
||||
<label class="full">
|
||||
{{localize 'l5r5e.twenty_questions.part2.role'}}
|
||||
<input type="text" name="step3.roles" value="{{data.step3.roles}}">
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user