Fix modal: wider, remove name fields, fix labels, description 100% width

This commit is contained in:
Kato
2026-09-02 20:18:57 +00:00
parent 890e6c0ad2
commit 3875631bb1
3 changed files with 5 additions and 14 deletions
+1 -8
View File
@@ -177,8 +177,6 @@
<h3 class="hide-en">Edit Profile</h3>
<div class="profile-form">
<div class="form-group">
<label class="hide-de">Telegram Nutzername</label>
<label class="hide-en">Telegram Username</label>
<div class="username-display" id="profile-username-display">odoo4projects</div>
</div>
<div class="form-group">
@@ -191,11 +189,6 @@
</div>
</div>
<div id="profile-edit-fields" class="hidden">
<div class="form-group">
<label for="profile-name" class="hide-de">Vollständiger Name</label>
<label for="profile-name" class="hide-en">Full name</label>
<input type="text" id="profile-name" />
</div>
<div class="form-group">
<label for="profile-company" class="hide-de">Name der LLC / SRL</label>
<label for="profile-company" class="hide-en">LLC / SRL name</label>
@@ -224,7 +217,7 @@
<div class="form-group">
<label for="profile-description" class="hide-de">Beschreibung</label>
<label for="profile-description" class="hide-en">Description</label>
<textarea id="profile-description" rows="4"></textarea>
<textarea id="profile-description" rows="4" style="width: 100%; min-height: 120px;"></textarea>
</div>
</div>
<button type="button" class="btn-primary hide-de" onclick="saveProfile()">Speichern</button>