Template:ConsentOption: Difference between revisions
OlafLangmack (talk | contribs) (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...") |
OlafLangmack (talk | contribs) 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"> | ||
< | <span class="consent-data" style="display:none">{{{consent-id}}}</span> | ||
< | <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|Allow anonymous journaling}}}</span> | |||
<span class="checkbox-placeholder" data-label="{{{label|Allowed}}}"></span> | |||
</div> | </div> | ||
</div> | </div> |