Layout Wiederherstellung im Ausrüstungstab #73, Kompendium Packs aus dem System entfernen #71, "Sonstige Werte" doppelt im Kampftab vorhanden #69 #74

Merged
Byroks merged 5 commits from Kleinigkeiten into develop 2024-02-27 10:17:46 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 881ae94013 - Show all commits

View File

@ -35,7 +35,7 @@
<div class="flexpart" style="height: 250px;">
<div class="flexpart-header"><img src="icons/environment/wilderness/mine-interior-dungeon-door.webp" class="flexpart-icon" />{{localize "midgard5.description"}}</div>
<br />
<div class="biography">{{editor content=data.info.description target="data.info.description" button=true owner=owner editable=editable}}</div>
<div class="biography">{{editor data.info.description target="data.info.description" button=true owner=owner editable=editable}}</div>
</div>
</div>
@ -43,7 +43,7 @@
<div class="flexpart" style="height: 250px;">
<div class="flexpart-header"><img src="icons/environment/people/group.webp" class="flexpart-icon" />{{localize "midgard5.background"}}</div>
<br />
<div class="biography">{{editor content=data.info.background target="data.info.background" button=true owner=owner editable=editable}}</div>
<div class="biography">{{editor data.info.background target="data.info.background" button=true owner=owner editable=editable}}</div>
</div>
</div>