diff --git a/comptespip_options.php b/comptespip_options.php index 745dd79..e8088aa 100644 --- a/comptespip_options.php +++ b/comptespip_options.php @@ -16,6 +16,17 @@ if (!defined('_ECRIRE_INC_VERSION')) { defined('_LOGIN_TROP_COURT') or define('_LOGIN_TROP_COURT', 1); $GLOBALS['comptespip_editer'] = [ + [ + 'saisie' => 'input', + 'options' => array( + 'nom' => 'login', + 'label' => 'Votre identifiant de connexion', + 'obligatoire' => 'non', + 'disable' => 'oui', + //'fonction' => 'ma_super_fonction' + //'modifier' => 'ma_super_fonction_pour_modifier' + ) + ], [ 'saisie' => 'input', 'options' => array( diff --git a/css/comptespip.css b/css/comptespip.css index 7f2c25a..ae29d27 100644 --- a/css/comptespip.css +++ b/css/comptespip.css @@ -41,9 +41,11 @@ float: left; } +/* .se_connecter .formulaire_spip { background-color: rgba(235, 235, 235, 1) !important; } +*/ .se_connecter .boutons { background-color: transparent !important; } @@ -58,7 +60,7 @@ padding: 0 1.5rem; margin-bottom: 1rem; letter-spacing: initial; - font-variant: small-caps; + /*font-variant: small-caps;*/ } .se_connecter #indicatif { width: 2rem; diff --git a/formulaires/editer_compte_spip.html b/formulaires/editer_compte_spip.html index b10c357..55f350b 100644 --- a/formulaires/editer_compte_spip.html +++ b/formulaires/editer_compte_spip.html @@ -32,51 +32,51 @@