Jump to content

Template:ConsentOption: Difference between revisions

no edit summary
(Created page with "de:Vorlage: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|Enabled}}}</label...")
 
No edit summary
Line 5: Line 5:
   <span class="consent-status">{{{status-text|Enable this feature}}}</span>
   <span class="consent-status">{{{status-text|Enable this feature}}}</span>
   <div class="checkbox-container">
   <div class="checkbox-container">
     <input type="checkbox" id="{{{consent-id}}}"  
     <span class="checkbox-placeholder"  
          class="consent-checkbox" data-feature="{{{consent-id}}}"
          data-consent-id="{{{consent-id}}}"  
          {{#ifeq:{{{status}}}|disabled|disabled|}} />
          data-label="{{{label|Enabled}}}"
    <label for="{{{consent-id}}}">{{{label|Enabled}}}</label>
          data-status="{{{status|available}}}">
      [Checkbox will appear here]
    </span>
   </div>
   </div>
</div>
</div>
</div>
</div>