Minor various fixes
This commit is contained in:
		| @@ -14,19 +14,19 @@ | ||||
|  | ||||
|       <label class="generic-label">Description</label> | ||||
|       <div class="medium-editor item-text-long-line"> | ||||
|         {{editor data.description target="data.description" button=true owner=owner editable=editable}} | ||||
|         {{editor description target="system.description" button=true owner=owner editable=editable}} | ||||
|       </div> | ||||
|       <label class="generic-label">Environment</label> | ||||
|       <div class="medium-editor item-text-long-line"> | ||||
|         {{editor data.environment target="data.environment" button=true owner=owner editable=editable}} | ||||
|         {{editor data.environment target="system.environment" button=true owner=owner editable=editable}} | ||||
|       </div> | ||||
|       <label class="generic-label">Society/Culture</label> | ||||
|       <div class="medium-editor item-text-long-line"> | ||||
|         {{editor data.society_culture target="data.society_culture" button=true owner=owner editable=editable}} | ||||
|         {{editor data.society_culture target="system.society_culture" button=true owner=owner editable=editable}} | ||||
|       </div> | ||||
|       <label class="generic-label">Outlook</label> | ||||
|       <div class="medium-editor item-text-long-line"> | ||||
|         {{editor data.outlook target="data.outlook" button=true owner=owner editable=editable}} | ||||
|         {{editor data.outlook target="system.outlook" button=true owner=owner editable=editable}} | ||||
|       </div> | ||||
|     </div> | ||||
|  | ||||
| @@ -52,6 +52,10 @@ | ||||
|       </ul> | ||||
|  | ||||
|       <ul> | ||||
|         <li class="flexrow"> | ||||
|           <label class="generic-label">Size</label>           | ||||
|           <input type="text" class="input-numeric-short padd-right" name="system.size" value="{{data.size}}" data-dtype="Number"/> | ||||
|         </li> | ||||
|         <li class="flexrow"><label class="generic-label">Selectable Stats ?</label> | ||||
|           <label class="attribute-value checkbox"><input type="checkbox" name="system.selectablestats" {{checked | ||||
|             system.selectablestats}} /></label> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user