diff --git a/o2web/source/x_component_Org/PersonExplorer.js b/o2web/source/x_component_Org/PersonExplorer.js index 2afd8386209dbd6bce3cf408fcbc565fbea6c70a..fb720690f287439e14a3ffe47a2309ba41125f06 100644 --- a/o2web/source/x_component_Org/PersonExplorer.js +++ b/o2web/source/x_component_Org/PersonExplorer.js @@ -732,9 +732,9 @@ MWF.xApplication.Org.PersonExplorer.PersonContent.BaseInfor = new Class({ getContentHtml: function(){ var html = ""; html += "" + - ""; - html += "" + ""; + html += "" + + ""; html += "" + ""; html += "" +
"+this.explorer.app.lp.personName+":"+(this.data.name || "")+""+this.explorer.app.lp.personEmployee+":"+(this.data.employee || "")+"
"+this.explorer.app.lp.personMobile+":"+(this.data.mobile || "")+""+this.explorer.app.lp.personUnique+":"+(this.data.unique || "")+"
"+this.explorer.app.lp.personMobile+":"+(this.data.mobile || "")+""+this.explorer.app.lp.personEmployee+":"+(this.data.employee || "")+"
"+this.explorer.app.lp.personGender+":"+this.getGenderType()+""+this.explorer.app.lp.personSuperior+":"+"
"+this.explorer.app.lp.personMail+":"+(this.data.mail || "")+"