Vorlage:ConsentOption: Unterschied zwischen den Versionen

Die Seite wurde neu angelegt: „en:Template:ConsentOption<div class="consent-option"> <h4>{{{title}}}</h4> <p>{{{description}}}</p> <div class="checkbox-row"> <span class="consent-status">{{{status-text|Enable this feature}}}</span> <div class="checkbox-container"> <input type="checkbox" id="{{{consent-id}}}" class="consent-checkbox" data-feature="{{{consent-id}}}" {{#ifeq:{{{status}}}|disabled|disabled|}} /> <label for="{{{consent-id}}}">{{{label|…“
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
[[en:Template:ConsentOption]]<div class="consent-option">
[[en:Template:ConsentOption]]<div class="consent-option">
<h4>{{{title}}}</h4>
==== {{{title}}} ====
<p>{{{description}}}</p>
{{{description}}}
 
<div class="checkbox-row">
<div class="checkbox-row">
  <span class="consent-status">{{{status-text|Enable this feature}}}</span>
<span class="consent-status">{{{status-text|Enable this feature}}}</span>
  <div class="checkbox-container">
<span class="checkbox-container">
    <input type="checkbox" id="{{{consent-id}}}"
<span class="consent-checkbox-wrapper" data-feature="{{{consent-id}}}" data-status="{{{status|available}}}">{{{label|Enabled}}}</span>
          class="consent-checkbox" data-feature="{{{consent-id}}}"
</span>
          {{#ifeq:{{{status}}}|disabled|disabled|}} />
    <label for="{{{consent-id}}}">{{{label|Enabled}}}</label>
  </div>
</div>
</div>
</div>
</div>