Recreated some features in the character sheet

"Sonstige Werte" doppelt im Kampftab vorhanden #69
Recovered lost translations
This commit is contained in:
Ender
2024-02-26 15:16:30 +01:00
parent b7bd39e004
commit 6116e43a7b
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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>
+1 -1
View File
@@ -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"}}&nbsp;</label>
<label for="data.info.showAllItems" style="font-size: small; font-weight: normal; font-style: italic; float: right;">{{localize "midgard5.showAll"}}&nbsp;</label>
</h3>
<div class="flexbox">
<div class="flexcolumn-2">