diff --git a/doc/salome/gui/SMESH/images/advanced_mesh_infos.png b/doc/salome/gui/SMESH/images/advanced_mesh_infos.png
index 2dc9f8f48..d8bdbc6e5 100755
Binary files a/doc/salome/gui/SMESH/images/advanced_mesh_infos.png and b/doc/salome/gui/SMESH/images/advanced_mesh_infos.png differ
diff --git a/doc/salome/gui/SMESH/images/elem_info.png b/doc/salome/gui/SMESH/images/elem_info.png
new file mode 100644
index 000000000..9937d6d88
Binary files /dev/null and b/doc/salome/gui/SMESH/images/elem_info.png differ
diff --git a/doc/salome/gui/SMESH/images/eleminfo1.png b/doc/salome/gui/SMESH/images/eleminfo1.png
index a93a622f1..4d12b54b1 100755
Binary files a/doc/salome/gui/SMESH/images/eleminfo1.png and b/doc/salome/gui/SMESH/images/eleminfo1.png differ
diff --git a/doc/salome/gui/SMESH/images/eleminfo2.png b/doc/salome/gui/SMESH/images/eleminfo2.png
index c417b6d25..26cfae365 100755
Binary files a/doc/salome/gui/SMESH/images/eleminfo2.png and b/doc/salome/gui/SMESH/images/eleminfo2.png differ
diff --git a/doc/salome/gui/SMESH/images/image49.png b/doc/salome/gui/SMESH/images/image49.png
index 74926d244..6e5b3176b 100755
Binary files a/doc/salome/gui/SMESH/images/image49.png and b/doc/salome/gui/SMESH/images/image49.png differ
diff --git a/doc/salome/gui/SMESH/input/mesh_infos.doc b/doc/salome/gui/SMESH/input/mesh_infos.doc
index 7b855c42c..919f6768e 100644
--- a/doc/salome/gui/SMESH/input/mesh_infos.doc
+++ b/doc/salome/gui/SMESH/input/mesh_infos.doc
@@ -1,62 +1,67 @@
/*!
-\page mesh_infos_page Mesh infos
+\page mesh_infos_page Mesh Information
-\n There are three information boxes: Standard Mesh
-Infos, Advanced Mesh Infos and Mesh Element Info.
+The user can obtain an information about the selected mesh object
+(mesh, sub-mesh or group) using Mesh Information dialog box.
-
-\anchor standard_mesh_infos_anchor
-
Standard Mesh Infos
+The Mesh Information dialog box provides two tab pages:
+- Base Info - to show base information about selected mesh
+object
+- Element Info - to show detail information about selected mesh
+node or element.
-The Standard Mesh Infos box gives only the information on the
-number of elements of maximum dimension and the number of nodes in the
-mesh. However, from this Info you can learn about groups selected on
-this mesh.
-\n To view the Standard Mesh Infos, select your mesh or submesh
-in the Object Browser and select Standard Mesh Infos
-from the \b Mesh menu or click "Standard Mesh Infos" button
+\anchor advanced_mesh_infos_anchor
+Base Info
+
+The Base Info tab page of the dialog box provides general
+information on the selected object - mesh, sub-mesh or mesh group:
+name, type, total number of nodes and elements separately for each
+type: 0D elements, edges, faces and volumes.
+
+To view the Mesh Information, select your mesh, sub-mesh or
+group in the Object Browser and invoke Mesh Information
+item from the \b Mesh menu or click "Mesh Information" button
in the toolbar.
\image html image49.png
-"Standard Mesh Infos" button
-
-The following information will be displayed:
-
-\image html a-standmeshinfo.png
-
-
-\anchor advanced_mesh_infos_anchor
-Advanced Mesh Infos
-
-The Advanced Mesh Infos box gives more information about the mesh,
-including the total number of faces and volumes and their geometrical
-types.
-\n To view the Advanced Mesh Infos, select your mesh or submesh
-in the Object Browser and select Advanced Mesh Infos
-from the \b Mesh menu or click "Advanced Mesh Infos" button
-in the toolbar.
-
-\image html image50.gif
-"Advanced Mesh Infos" button
+"Mesh Information" button
The following information will be displayed:
\image html advanced_mesh_infos.png
+"Base Info" page
-
\anchor mesh_element_info_anchor
-Mesh Element Info
+Mesh Element Information
-The Mesh Element Info dialog box gives basic information about the type, coordinates and connectivity of the selected mesh node or element.
-\n It is possible to input the Element ID or to select the Element in
-the Viewer.
+The Element Info tab page of the dialog box gives basic
+information about the type, coordinates and connectivity of the
+selected mesh node or element.
+
+To view the Mesh Element Information, select your mesh, sub-mesh or
+group in the Object Browser and invoke Mesh Element Information
+item from the \b Mesh menu or click "Mesh Element Information" button
+in the toolbar.
+
+\image html elem_info.png
+"Mesh Element Information" button
+
+The following information will be displayed:
\image html eleminfo1.png
-
+"Element Info" page, node
+
\image html eleminfo2.png
+"Element Info" page, element
-In case you get Mesh Infos via a TUI script the information is displayed in Python Console.
-See the \ref tui_viewing_mesh_infos "TUI Example",
+The use can either input the ID of a node or element he wants to
+analyze directly in the dialog box or select the node or element in
+the 3D viewer.
-*/
\ No newline at end of file
+In case you get Mesh Information via a TUI script, the information is
+displayed in the Python Console.
+See the \ref tui_viewing_mesh_infos "TUI Example".
+
+*/
+
diff --git a/resources/Makefile.am b/resources/Makefile.am
index d90cc400b..338af7a15 100644
--- a/resources/Makefile.am
+++ b/resources/Makefile.am
@@ -49,6 +49,7 @@ dist_salomeres_DATA = \
mesh_info.png \
advanced_mesh_info.png \
standard_mesh_info.png \
+ mesh_elem_info.png \
mesh_whatis.png \
mesh_init.png \
mesh_length.png \
diff --git a/resources/advanced_mesh_info.png b/resources/advanced_mesh_info.png
index 44ce337d9..6e5b3176b 100644
Binary files a/resources/advanced_mesh_info.png and b/resources/advanced_mesh_info.png differ
diff --git a/resources/mesh_elem_info.png b/resources/mesh_elem_info.png
new file mode 100644
index 000000000..9937d6d88
Binary files /dev/null and b/resources/mesh_elem_info.png differ