Various fixes
All checks were successful
Release Creation / build (release) Successful in 59s

This commit is contained in:
2025-05-26 18:26:55 +02:00
parent 86ee9a44ec
commit 28ec390020
14 changed files with 67 additions and 30 deletions

View File

@@ -44,7 +44,7 @@
<div>
<div class="flexrow">
<div class="form-group">
<label>Upright</label>
<label><a data-action="toChat" data-item-uuid="{{upright.uuid}}">Upright</a></label>
<input class="trait" type="text" value="{{upright.name}}" disabled >
<div class="controls">
<a data-tooltip="{{localize 'HELLBORN.Edit'}}" data-action="edit" data-item-id="{{upright.id}}"
@@ -56,7 +56,7 @@
</div>
<div class="flexrow">
<div class="form-group">
<label>Reversed</label>
<label><a data-action="toChat" data-item-uuid="{{upright.uuid}}">Reversed</a></label>
<input class="trait" type="text" value="{{downright.name}}" disabled >
<div class="controls">
<a data-tooltip="{{localize 'HELLBORN.Edit'}}" data-action="edit" data-item-id="{{downright.id}}"