forked from public/foundryvtt-reve-de-dragon
		
	- Ajout de "for" sur labels - suppression d'id inutiles - corrections de for="xp" incorrects - simplification css alchimie-title/blessure-title
		
			
				
	
	
		
			12 lines
		
	
	
		
			515 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			515 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <form class="{{cssClass}}" autocomplete="off">
 | |
|   {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
 | |
|   {{!-- Sheet Body --}}
 | |
|   <section class="sheet-body">
 | |
|       <div class="form-group">
 | |
|         <label for="system.pointsemp">Points d'Empoignade </label>
 | |
|         <input class="attribute-value" type="text" name="system.pointsemp" value="{{system.pointsemp}}" data-dtype="Number"/>
 | |
|       </div>
 | |
|     {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
 | |
|   </section>
 | |
| </form>
 |