Fix templates for new appv2
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Release Creation / build (release) Successful in 2m31s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Release Creation / build (release) Successful in 2m31s
				
			This commit is contained in:
		| @@ -1,14 +0,0 @@ | ||||
| <form class="{{cssClass}}" autocomplete="off"> | ||||
|   {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}} | ||||
|   <nav class="sheet-tabs tabs" data-group="primary"> | ||||
|     <a class="item" data-tab="informations">Informations</a> | ||||
|     {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-tab-environnement.hbs"}} | ||||
|   </nav> | ||||
|   <section class="sheet-body"> | ||||
|     <div class="tab items flexcol" data-group="primary" data-tab="informations"> | ||||
|       {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.hbs"}} | ||||
|       {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}} | ||||
|     </div> | ||||
|     {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.hbs"}} | ||||
|   </section> | ||||
| </form> | ||||
| @@ -1,14 +0,0 @@ | ||||
| <form class="{{cssClass}}" autocomplete="off"> | ||||
|   {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}} | ||||
|   <nav class="sheet-tabs tabs" data-group="primary"> | ||||
|     <a class="item" data-tab="informations">Informations</a> | ||||
|     {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-tab-environnement.hbs"}} | ||||
|   </nav> | ||||
|   <section class="sheet-body"> | ||||
|     <div class="tab items flexcol" data-group="primary" data-tab="informations"> | ||||
|       {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.hbs"}} | ||||
|       {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}} | ||||
|     </div> | ||||
|     {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.hbs"}} | ||||
|   </section> | ||||
| </form> | ||||
| @@ -1,14 +0,0 @@ | ||||
| <form class="{{cssClass}}" autocomplete="off"> | ||||
|   {{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}} | ||||
|   <nav class="sheet-tabs tabs" data-group="primary"> | ||||
|     <a class="item" data-tab="informations">Informations</a> | ||||
|     {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-tab-environnement.hbs"}} | ||||
|   </nav> | ||||
|   <section class="sheet-body"> | ||||
|     <div class="tab items flexcol" data-group="primary" data-tab="informations"> | ||||
|       {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.hbs"}} | ||||
|       {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}} | ||||
|     </div> | ||||
|     {{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.hbs"}} | ||||
|   </section> | ||||
| </form> | ||||
| @@ -1,27 +0,0 @@ | ||||
| <form class="rdd-item-sheet-tarot" autocomplete="off"> | ||||
|   <header class="sheet-header"> | ||||
|     <div class="header-fields"> | ||||
|       <h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1> | ||||
|     </div> | ||||
|   </header> | ||||
|   <section class="sheet-body"> | ||||
|     <div class="flexrow"> | ||||
|       <img class="profile-img" src="{{img}}" data-edit="img" data-tooltip="{{name}}"/> | ||||
|       <div class="flexcol"> | ||||
|         <div class="form-group"> | ||||
|           <label for="system.concept">Aspect</label> | ||||
|           <input class="attribute-value" type="text" name="system.concept" value="{{system.concept}}" data-dtype="String" /> | ||||
|         </div> | ||||
|         <div class="form-group"> | ||||
|           <label for="system.aspect">Sens</label> | ||||
|           <select name="system.aspect" data-dtype="String"> | ||||
|             {{#select system.aspect}} | ||||
|             {{>"systems/foundryvtt-reve-de-dragon/templates/enum-aspect-tarot.hbs"}} | ||||
|             {{/select}} | ||||
|           </select> | ||||
|         </div> | ||||
|         {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-frequence.hbs"}} | ||||
|         {{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}} | ||||
|       </div> | ||||
|     </section> | ||||
| </form> | ||||
		Reference in New Issue
	
	Block a user