Widget:DialogButton: Unterschied zwischen den Versionen

Aus ZUM-Unterrichten
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
<includeonly><dialog style="padding: 0" onmousedown="event.target==this && this.close()" id="dialog_<!--{$dialog_id|escape:'htmlall'}-->">
<includeonly><dialog class="zum-dialog" style="padding: 0;border:0" onmousedown="event.target==this && this.close()" id="dialog_<!--{$dialog_id|escape:'htmlall'}-->">
<div class="rahmen">
<div style="padding: 0.5rem 1rem;box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);">
<!--{$inhalt}-->
<!--{$inhalt}-->
</div>
<form  
<form  
   style="display:flex;"
   style="display:flex;"
   method="dialog"
   method="dialog"
   padding="0.5rem"
   padding="0.5rem 0"
   ><button  
   ><button  
     class="oo-ui-buttonElement-button"
     class=""
     style="margin-left:auto;"  
     style="margin-left:auto;"  
     autofocus>schließen</button>
     autofocus>schließen</button>
</form>
</form>
</div>
</dialog><span style="cursor:pointer" id="dialog_button_<!--{$dialog_id|escape:'htmlall'}-->"><!--{$link}--></span>
</dialog><span style="cursor:pointer" id="dialog_button_<!--{$dialog_id|escape:'htmlall'}-->"><!--{$link}--></span>
<script>
<script>

Aktuelle Version vom 10. Februar 2024, 22:17 Uhr