Move publish checkbox to same line as username
This commit is contained in:
+3
-7
@@ -178,14 +178,10 @@
|
|||||||
<div class="profile-form">
|
<div class="profile-form">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="username-display" id="profile-username-display">odoo4projects</div>
|
<div class="username-display" id="profile-username-display">odoo4projects</div>
|
||||||
</div>
|
<div style="display: flex; align-items: center; gap: 8px; margin-top: 12px;">
|
||||||
<div class="form-group">
|
<label class="hide-de" style="font-weight: 600;">Veröffentlichen:</label>
|
||||||
<label class="hide-de">Veröffentlichen</label>
|
<label class="hide-en" style="font-weight: 600;">Publish:</label>
|
||||||
<label class="hide-en">Publish</label>
|
|
||||||
<div style="display: flex; align-items: center; gap: 8px;">
|
|
||||||
<input type="checkbox" id="profile-publish" />
|
<input type="checkbox" id="profile-publish" />
|
||||||
<span class="hide-de">Folgendes veröffentlichen:</span>
|
|
||||||
<span class="hide-en">Publish the following:</span>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="profile-edit-fields" class="hidden">
|
<div id="profile-edit-fields" class="hidden">
|
||||||
|
|||||||
Reference in New Issue
Block a user