diff --git a/typo3/sysext/dashboard/Documentation/Editor/Index.rst b/typo3/sysext/dashboard/Documentation/Editor/Index.rst index cadc5ec6aab0b4c3b74e2caae7474791e3ce06b8..80abaad0bbc143aee9c9b0ce2af86a8ec3db39b4 100644 --- a/typo3/sysext/dashboard/Documentation/Editor/Index.rst +++ b/typo3/sysext/dashboard/Documentation/Editor/Index.rst @@ -16,14 +16,31 @@ We will explain the basic usage of the TYPO3 dashboard. Opening Dashboard ================= -TODO: Add documentation once dashboard position is fixed. +By default the dashboard is opened when logging into the backend. + +The dashboard can be opened at any time by clicking the entry +:guilabel:`Dashboard` in the module menu. + +.. figure:: /Images/DashboardPosition.png + :align: center + + Open the dashboard by clicking on :guilabel:`Dashboard`. + +.. note:: + If the entry :guilabel:`Dashboard` is not visible in the menu there are two + possible causes: + + * You lack sufficient rights to view the dashboard. + * The system extension `dashboard` was not installed on your system. + + Ask your administrator about this. .. _adding-dashboard: Adding Dashboard ================ -The ext:dashboard allows to have multiple dashboards. +The EXT:dashboard allows to have multiple dashboards. Switching between different dashboards is possible by using the corresponding tab. In order to add further dashboards, press the :guilabel:`+` sign. diff --git a/typo3/sysext/dashboard/Documentation/Images/DashboardPosition.png b/typo3/sysext/dashboard/Documentation/Images/DashboardPosition.png new file mode 100644 index 0000000000000000000000000000000000000000..ee7e13d1fd891a5047e8b59fdfacff9dbee0b466 Binary files /dev/null and b/typo3/sysext/dashboard/Documentation/Images/DashboardPosition.png differ