forked from public/foundryvtt-reve-de-dragon
		
	Use hbs extension
This commit is contained in:
		
							
								
								
									
										11
									
								
								templates/dialog-item-split.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								templates/dialog-item-split.hbs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| <form class="rdd-roll-dialog"> | ||||
|   <img class="chat-icon" src="{{item.img}}" data-tooltip="{{item.name}}" /> | ||||
|   <h4>{{item.name}}</h4> | ||||
|   <label>Quantité totale : {{item.system.quantite}}</label> | ||||
|   <div class="flexrow"> | ||||
|     <label class="flex-grow">Quantité à séparer</label> | ||||
|     <input class="attribute-value choix-quantite flex-shrink number-x2" type="number" name="choix.quantite" value="{{choix.quantite}}" | ||||
|       min="1" max="{{choix.max}}" data-dtype="Number" /> | ||||
|   </div> | ||||
| </form> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user