You are browsing the documentation for iTop 3.0 which is not the current version.

Consider browsing to iTop 3.1 documentation

Change object details Page Name

Prerequisite: You must be familiar with the Syntax used in Tutorials and have already created an extension.

learning:
Change the iTop Homepage
level:
Beginner
domains:
XML
min version:
2.3.0

With a simple XML iTop extension, you can redefine the tab title of an iTop object details in the Console.

fr.dict.mymodule.php
'UI:DetailsPageTitle' => ITOP_APPLICATION_SHORT.' - %2$s - Détails de %1$s',

The %1$s correspond to the first attribute of the friendlyname

In the Portal

  • The dictionary entryPage:DefaultTitle is used for the homepage of the Portal. This one can be changed.
  • For the other pages, the title is a combination of the Brick label and the application short name, example: Open Requests - iTop. It cannot be changed.
  • In the Modification of an object in full screen, it is Updating R-000012 (UserRequest) - iTop. It cannot be changed.
3_0_0/customization/tab-title.txt · Last modified: 2022/05/03 18:02 (external edit)
Back to top
Contact us