Place create-list title above form
This commit is contained in:
@@ -110,8 +110,6 @@
|
|||||||
<div class="sg-card-segment sg-card-segment--body sg-delete-confirmation-pattern__body">
|
<div class="sg-card-segment sg-card-segment--body sg-delete-confirmation-pattern__body">
|
||||||
<p class="sg-body sg-delete-confirmation-pattern__text" id="add-to-list-title"><strong>Füge das Unternehmen einer Liste hinzu</strong></p>
|
<p class="sg-body sg-delete-confirmation-pattern__text" id="add-to-list-title"><strong>Füge das Unternehmen einer Liste hinzu</strong></p>
|
||||||
|
|
||||||
<p class="sg-body sg-delete-confirmation-pattern__text sg-delete-confirmation-pattern__create-list-title">Füge das Unternehmen einer neuen Liste hinzu</p>
|
|
||||||
|
|
||||||
<ul class="sg-delete-confirmation-pattern__list" aria-label="Listen">
|
<ul class="sg-delete-confirmation-pattern__list" aria-label="Listen">
|
||||||
<li class="sg-delete-confirmation-pattern__list-item">
|
<li class="sg-delete-confirmation-pattern__list-item">
|
||||||
<button class="sg-interaction-element sg-button sg-delete-confirmation-pattern__list-button" type="button" data-overlay-list-toggle data-overlay-list-id="1" aria-pressed="true">
|
<button class="sg-interaction-element sg-button sg-delete-confirmation-pattern__list-button" type="button" data-overlay-list-toggle data-overlay-list-id="1" aria-pressed="true">
|
||||||
@@ -150,6 +148,8 @@
|
|||||||
<button class="sg-interaction-element sg-button sg-button--active" type="button" data-create-list-form-toggle aria-expanded="false">Neue Liste anlegen</button>
|
<button class="sg-interaction-element sg-button sg-button--active" type="button" data-create-list-form-toggle aria-expanded="false">Neue Liste anlegen</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p class="sg-body sg-delete-confirmation-pattern__text sg-delete-confirmation-pattern__create-list-title">Füge das Unternehmen einer neuen Liste hinzu</p>
|
||||||
|
|
||||||
<div class="sg-form-sections-card-wrapper sg-delete-confirmation-pattern__create-list-form" data-create-list-form hidden aria-label="Formular mit Abschnitten">
|
<div class="sg-form-sections-card-wrapper sg-delete-confirmation-pattern__create-list-form" data-create-list-form hidden aria-label="Formular mit Abschnitten">
|
||||||
<form class="sg-form-sections-card" action="#" method="post" aria-label="Neue Liste anlegen Formular">
|
<form class="sg-form-sections-card" action="#" method="post" aria-label="Neue Liste anlegen Formular">
|
||||||
<div class="sg-form-sections-card__body" data-pattern-part="form-body">
|
<div class="sg-form-sections-card__body" data-pattern-part="form-body">
|
||||||
|
|||||||
Reference in New Issue
Block a user