Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 3607 → Rev 3608

/trunk/widget/modules/saisie2/squelettes/js/WidgetsSaisiesCommun.js
309,8 → 309,7
prenom = '',
nom = '',
nomComplet = '',
courriel = '',
pseudo = '';
courriel = '';
 
// affichage
if ( undefined !== jeton ) {
321,7 → 320,6
nom = this.infosUtilisateur.nom;
nomComplet = this.infosUtilisateur.intitule;
courriel = this.infosUtilisateur.sub;
pseudo = this.infosUtilisateur.pseudo;
$( '#courriel' ).attr( 'disabled', 'disabled' );
$( '#utilisateur-connecte, #identite' ).removeClass( 'hidden' );
if ( this.isASL ) {
340,7 → 338,7
$( '#nom' ).val( nom );
$( '#nom-complet' ).html( nomComplet );
$( '#courriel' ).val( courriel );
$( '#profil-utilisateur a' ).attr( 'href', this.urlSiteTb() + 'membres/' + pseudo.toLowerCase().replace( ' ', '-' ) );
$( '#profil-utilisateur a' ).attr( 'href', this.urlSiteTb() + 'membres/me' );
if ( this.isASL ) {
if ( this.valOk( idUtilisateur ) ) {
var nomSquelette = $( '#charger-form' ).data( 'load' ) || 'arbres';
607,7 → 605,7
 
if( this.valOk( $blocMiniature ) ) {
if ( this.valOk( message ) ) {
$( '.miniature-msg' ).append( message );
$( '.miniature-msg' ).text( message );
$blocMiniature.remove();
 
} else {