312
modifications
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
<style> | <style> | ||
.mw-htmlform-field-HTMLTextField, mw-htmlform-field-HTMLCheckFiel, .mw-htmlform-field-HTMLSubmitField, .mw-htmlform-field-HTMLInfoField { | |||
display:none; | |||
} | |||
#userloginForm form { | #userloginForm form { | ||
width:100% | width:100% | ||
Ligne 274 : | Ligne 279 : | ||
</table> | </table> | ||
</div> | </div> | ||
<button class='btn btn-links' id='oldlogin'>Acien Login</button> | |||
<script> | |||
$().ready(function() { | |||
$('#oldlogin).click(function() { | |||
$('.mw-htmlform-field-HTMLTextField, mw-htmlform-field-HTMLCheckFiel, .mw-htmlform-field-HTMLSubmitField, .mw-htmlform-field-HTMLInfoField').css('display','block'); | |||
}); | |||
}); | |||
</script> |