Template:ConsentOption: Difference between revisions

(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...")
 
Tag: Manual revert
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[de:Vorlage:ConsentOption]]<div class="consent-option">
[[de:Vorlage:ConsentOption]]<div class="consent-option">
<h4>{{{title}}}</h4>
<span class="consent-data" style="display:none">{{{consent-id}}}</span>
<p>{{{description}}}</p>
<span class="consent-status-data" style="display:none">{{{status|available}}}</span>
==== {{{title}}} ====
{{{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|Allow anonymous journaling}}}</span>
  <div class="checkbox-container">
<span class="checkbox-placeholder" data-label="{{{label|Allowed}}}"></span>
    <input type="checkbox" id="{{{consent-id}}}"
          class="consent-checkbox" data-feature="{{{consent-id}}}"
          {{#ifeq:{{{status}}}|disabled|disabled|}} />
    <label for="{{{consent-id}}}">{{{label|Enabled}}}</label>
  </div>
</div>
</div>
</div>
</div>

Latest revision as of 19:21, 19 August 2025