Initial commit – AufmaßCreater v2.35
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<div class="column is-12">
|
||||
<div class="gl-card-actions" style="display:flex;gap:10px;align-items:center;justify-content:center;flex-wrap:wrap;padding:16px 20px;background:rgba(255,255,255,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,0,0,.06);border-radius:14px;box-shadow:0 1px 3px rgba(0,0,0,.04),0 4px 16px rgba(0,0,0,.04);transition:all .35s cubic-bezier(.25,.46,.45,.94)">
|
||||
<button class="gl-btn gl-btn-primary gl-btn-pulse" type="submit">➕ hinzufügen</button>
|
||||
<button class="gl-btn gl-btn-secondary" type="button" onclick="this.closest('form').querySelectorAll('input:not([type=hidden]),textarea,select').forEach(function(el){if(el.type==='checkbox'||el.type==='radio'){el.checked=false}else{el.value=''}});try{localStorage.removeItem('modul_form_state')}catch(e){}">🔄 zurücksetzen</button>
|
||||
<button class="gl-btn gl-btn-secondary" type="button" onclick="var m=document.getElementById('modul-modal');if(m){saveModulFormState();m.classList.remove('is-active')}">✕ schließen</button>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user