We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c689230 commit ea591f2Copy full SHA for ea591f2
docs/index.rst
@@ -25,3 +25,4 @@ LDAP Tool Box White Pages documentation
25
csvexport.rst
26
vcardexport.rst
27
updateinfos.rst
28
+ tooltips.rst
docs/tooltips.rst
@@ -0,0 +1,13 @@
1
+Tooltips
2
+========
3
+
4
+Some tooltips can be added on update info page for each item.
5
6
+By default no tooltips are defined. You can create one in the custom lang file in configuration directory by setting the ``tooltip_item`` message.
7
8
+For example to add a tooltip on mail item, edit or create ``/etc/white-pages/en.inc.php``:
9
10
+.. code-block:: php
11
12
+ $messages['tooltip_mail'] = "Please do not use a personal email";
13
0 commit comments