AJout icones, rework items
This commit is contained in:
		
							
								
								
									
										18
									
								
								templates/partial-item-common-equipment.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								templates/partial-item-common-equipment.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| <li class="flexrow"><label class="item-field-label-medium ">Slots used</label> | ||||
|   <input type="text" class="item-field-label-medium " name="system.slotused" value="{{system.slotused}}" data-dtype="Number"/> | ||||
| </li> | ||||
| <li class="flexrow"><label class="item-field-label-medium ">Slot location</label> | ||||
|   <select class="item-field-label-long " type="text" name="system.slotlocation" value="{{system.slotlocation}}" data-dtype="String"> | ||||
|     {{#select system.slotlocation}} | ||||
|       {{#each config.slotNames as |type key|}} | ||||
|         <option value="{{key}}">{{localize type.label}}</option> | ||||
|       {{/each}} | ||||
|     {{/select}} | ||||
|   </select>  | ||||
| </li> | ||||
|   <li class="flexrow"><label class="item-field-label-medium ">Quantity</label> | ||||
|     <input type="text" class="item-field-label-medium " name="system.quantity" value="{{system.quantity}}" data-dtype="Number"/> | ||||
|   </li> | ||||
|   <li class="flexrow"><label class="item-field-label-medium">Cost</label> | ||||
|     <input type="text" class="item-field-label-medium " name="system.cost" value="{{system.cost}}" data-dtype="Number"/> | ||||
|   </li> | ||||
		Reference in New Issue
	
	Block a user