Fix actions/tour
This commit is contained in:
		
							
								
								
									
										21
									
								
								templates/mentaldisorder.hbs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								templates/mentaldisorder.hbs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| <section> | ||||
|   <div class="header"> | ||||
|     <img class="item-img" src="{{item.img}}" data-edit="img" data-action="editImage" data-tooltip="{{item.name}}" /> | ||||
|     {{formInput fields.name value=source.name}} | ||||
|   </div>  | ||||
|    | ||||
|   <fieldset> | ||||
|     {{formField systemFields.cured value=system.cured localize=true}} | ||||
|   </fieldset> | ||||
|  | ||||
|   <fieldset> | ||||
|     <legend>{{localize "CTHULHUETERNAL.Label.description"}}</legend> | ||||
|     {{formInput | ||||
|       systemFields.description | ||||
|       enriched=description | ||||
|       value=system.description | ||||
|       name="system.description" | ||||
|       toggled="false" | ||||
|     }} | ||||
|   </fieldset> | ||||
| </section> | ||||
		Reference in New Issue
	
	Block a user