added raw book_reference to all items sheet
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
{{!-- Description Tab --}}
|
||||
<article class="tab flexcol" data-group="primary" data-tab="description">
|
||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||
<div class="resource">
|
||||
<label>{{ localize 'l5r5e.book_reference' }}</label>
|
||||
<input type="text" name="data.book_reference" value="{{item.data.book_reference}}" />
|
||||
</div>
|
||||
</article>
|
||||
{{!-- Attributes Tab --}}
|
||||
<article class="tab attributes" data-group="primary" data-tab="attributes">
|
||||
|
||||
@@ -40,6 +40,10 @@
|
||||
<fieldset>
|
||||
<legend class="text-block-header">{{ localize 'l5r5e.description' }}</legend>
|
||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||
<div class="resource">
|
||||
<label>{{ localize 'l5r5e.book_reference' }}</label>
|
||||
<input type="text" name="data.book_reference" value="{{data.book_reference}}" />
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="weapon-stats-content">
|
||||
|
||||
@@ -38,6 +38,10 @@
|
||||
{{!-- Description Tab --}}
|
||||
<article class="tab flexcol" data-group="primary" data-tab="description">
|
||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||
<div class="resource">
|
||||
<label>{{ localize 'l5r5e.book_reference' }}</label>
|
||||
<input type="text" name="data.book_reference" value="{{data.book_reference}}" />
|
||||
</div>
|
||||
</article>
|
||||
{{!-- properties Tab --}}
|
||||
<article class="tab properties" data-group="primary" data-tab="properties">
|
||||
|
||||
@@ -16,6 +16,10 @@
|
||||
{{!-- Description Tab --}}
|
||||
<article class="tab flexcol" data-group="primary" data-tab="description">
|
||||
{{editor content=item.data.description target="item.data.description" button=true owner=owner editable=editable}}
|
||||
<div class="resource">
|
||||
<label>{{ localize 'l5r5e.book_reference' }}</label>
|
||||
<input type="text" name="data.book_reference" value="{{item.data.book_reference}}" />
|
||||
</div>
|
||||
</article>
|
||||
{{!-- Attributes Tab --}}
|
||||
<article class="tab attributes" data-group="primary" data-tab="attributes">
|
||||
|
||||
@@ -17,6 +17,10 @@
|
||||
<legend class="text-block-header">{{ localize 'l5r5e.description' }}</legend>
|
||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||
</fieldset>
|
||||
<div class="resource">
|
||||
<label>{{ localize 'l5r5e.book_reference' }}</label>
|
||||
<input type="text" name="data.book_reference" value="{{data.book_reference}}" />
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</form>
|
||||
|
||||
@@ -16,6 +16,11 @@
|
||||
<article class="tab flexcol" data-group="primary" data-tab="description">
|
||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||
</article>
|
||||
<div class="resource">
|
||||
<label>{{ localize 'l5r5e.book_reference' }}</label>
|
||||
<input type="text" name="data.book_reference" value="{{item.data.book_reference}}" />
|
||||
</div>
|
||||
|
||||
{{!-- Attributes Tab --}}
|
||||
<article class="tab attributes" data-group="primary" data-tab="attributes">
|
||||
<!-- TODO j'ai mis tous les attributs en vrac, à réorganiser -->
|
||||
|
||||
@@ -86,6 +86,10 @@
|
||||
<legend class="text-block-header">{{ localize 'l5r5e.description' }}</legend>
|
||||
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
|
||||
</fieldset>
|
||||
<div class="resource">
|
||||
<label>{{ localize 'l5r5e.book_reference' }}</label>
|
||||
<input type="text" name="data.book_reference" value="{{data.book_reference}}" />
|
||||
</div>
|
||||
</article>
|
||||
</section>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user