312
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 280 : | Ligne 280 : | ||
</div> | </div> | ||
<button class= | |||
<div class="d-flex justify-content-center align-items-center vh-100"> | |||
<button class="btn btn-link text-decoration-none text-primary small" id="oldlogin">Ancien Login</button> | |||
</div> | |||
<script> | |||
document.addEventListener('DOMContentLoaded', function() { | |||
document.getElementById('oldlogin').addEventListener('click', function() { | |||
const elements = document.querySelectorAll( | |||
'.mw-htmlform-field-HTMLTextField, .mw-htmlform-field-HTMLCheckField, .mw-htmlform-field-HTMLSubmitField, .mw-form-related-link-container' | |||
); | |||
elements.forEach(function(element) { | |||
element.style.display = 'block'; | |||
}); | |||
}); | |||
}); | |||
</script> |