Recreated some features in the character sheet
"Sonstige Werte" doppelt im Kampftab vorhanden #69 Recovered lost translations
This commit is contained in:
@@ -68,9 +68,9 @@
|
||||
<td><input name="data.movement" type="text" value="{{data.movement}}" data-dtype="Number" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{localize "midgard5.actor-lp-short"}}</td>
|
||||
<td>{{localize "midgard5.actor-lp-short"}} {{localize "midgard5.maximum"}}</td>
|
||||
<td><input name="data.lp.max" type="text" value="{{data.lp.max}}" data-dtype="Number" /></td>
|
||||
<td>{{localize "midgard5.actor-ap-short"}}</td>
|
||||
<td>{{localize "midgard5.actor-ap-short"}} {{localize "midgard5.maximum"}}</td>
|
||||
<td><input name="data.ap.max" type="text" value="{{data.ap.max}}" data-dtype="Number" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -209,7 +209,7 @@
|
||||
<h3>
|
||||
{{localize "midgard5.allItems"}}
|
||||
<input id="data.info.showAllItems" class="checkbox" type="checkbox" name="data.info.showAllItems" {{checked data.info.showAllItems}} style="float: right;">
|
||||
<label for="data.info.showAllItems" style="font-size: normal; font-weight: normal; font-style: italic; float: right;">{{localize "midgard5.showAll"}} </label>
|
||||
<label for="data.info.showAllItems" style="font-size: small; font-weight: normal; font-style: italic; float: right;">{{localize "midgard5.showAll"}} </label>
|
||||
</h3>
|
||||
<div class="flexbox">
|
||||
<div class="flexcolumn-2">
|
||||
|
||||
Reference in New Issue
Block a user