#6 Suppression des sorts

This commit is contained in:
2020-11-05 20:23:16 +01:00
parent 4bc6434fda
commit bb82f139eb
21 changed files with 29 additions and 24 deletions

View File

@ -404,8 +404,12 @@
<span><strong>Sorts:</strong></span>
<ol class="item-list">
{{#each data.sorts as |mysort key|}}
<li class="item flexrow" data-attribute={{key}}>
<span class="sort-label"> <a data-id="{{mysort._id}}">{{mysort.name}}</a></span> <span>{{mysort.data.draconic}} - {{mysort.data.difficulte}}</span>
<li class="item flexrow" data-item-id="{{mysort._id}}" data-attribute="{{key}}">
<span class="sort-label"> <a data-id="{{mysort._id}}">{{mysort.name}}</a></span>
<span>{{mysort.data.draconic}} / {{mysort.data.difficulte}}</span>
<div class="item-controls">
<a class="item-control item-delete" title="Supprimer"><i class="fas fa-trash"></i></a>
</div>
</li>
{{/each}}
</ol>

View File

@ -55,7 +55,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -31,7 +31,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -27,7 +27,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -43,7 +43,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -27,7 +27,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -27,7 +27,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -23,7 +23,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -27,7 +27,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -39,7 +39,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -23,7 +23,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -15,7 +15,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -19,7 +19,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -15,7 +15,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -11,7 +11,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -55,7 +55,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -11,7 +11,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -27,7 +27,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>

View File

@ -11,7 +11,7 @@
<header class="header-field">
<span>Description : </span>
</header>
<div class="form-group" style="height:200px">
<div class="form-group editor" style="height:200px">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
</div>
</section>