Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.7.0-b1
-
Component/s: None
-
Labels:None
Description
There are several options under the Settings pages for company/system that have no tooltips. Each option should have a tooltip, especially if it is not very obvious what the setting does/controls.
For textarea tooltips, the tooltip "?" text can be placed next to the label by doing the following:
- Make the form label have the class "inline"
- Add the tooltip between the form label and the form textarea
- Give the tooltip span class (currently "tooltip") the "block" class, i.e. class="tooltip block"
For text tooltips, the same textarea instructions (above) can be used, however, in addition, the input field should have the class "block" as well
Issue Links
- relates to
-
CORE-3348 Module field tooltips should appear next to the label
- Closed