forked from public/foundryvtt-reve-de-dragon
		
	#36 Gestion des taches et création à partir d'un livre
This commit is contained in:
		| @@ -675,7 +675,8 @@ | ||||
|             </li> | ||||
|             {{/each}} | ||||
|             </ul> | ||||
|           </article> | ||||
|             <hr> | ||||
|         </article> | ||||
|  | ||||
|         <article class="flexcol"> | ||||
|           <h3>Biographie : </h3> | ||||
|   | ||||
| @@ -14,7 +14,13 @@ | ||||
|       </div> | ||||
|       <div class="form-group"> | ||||
|         <label for="xp">Compétence</label> | ||||
|         <input class="attribute-value" type="text" name="data.competence" value="{{data.competence}}" data-dtype="String"/> | ||||
|         <select name="data.competence" id="competenceselect" data-dtype="String"> | ||||
|           {{#select item.data.competence}} | ||||
|           {{#each competenceList as |competence key|}} | ||||
|           <option value="{{competence.name}}">{{competence.name}}</option> | ||||
|           {{/each}} | ||||
|           {{/select}}     | ||||
|         </select> | ||||
|       </div> | ||||
|       <div class="form-group"> | ||||
|         <label for="xp">Difficulté</label> | ||||
| @@ -40,6 +46,11 @@ | ||||
|         <label for="xp">Prix (sols) </label> | ||||
|         <input class="attribute-value" type="text" name="data.cout" value="{{data.cout}}" data-dtype="Number"/> | ||||
|       </div> | ||||
|       {{#if isOwned}} | ||||
|       <div class="form-group"> | ||||
|         <span for="xp"><a id="creer-tache-livre" data-actor-id="{{actorId}}">Créer une tâche de lecture</a></span> | ||||
|       </div> | ||||
|       {{/if}} | ||||
|       <div class="flexcol"> | ||||
|         <span><label>Description : </label></span> | ||||
|         <div class="form-group editor"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user