File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11781178 __ ('Configuration ' ) => 'fa fa-sliders-h ' ,
11791179 __ ('Utilities ' ) => 'fa fa-cog ' ,
11801180 __ ('External Links ' ) => 'fa fa-external-link-alt ' ,
1181- __ ('Support ' ) => 'far fa-question-circle -circle ' ,
1181+ __ ('Support ' ) => 'fa fa-question-circle ' ,
11821182 __ ('Troubleshooting ' ) => 'fa fa-bug '
11831183);
11841184
Original file line number Diff line number Diff line change @@ -1486,7 +1486,7 @@ function get_current_graph_end() {
14861486 */
14871487function display_tooltip ($ text ) {
14881488 if ($ text != '' ) {
1489- return '<div class="cactiTooltipHint far fa-question-circle-circle-filled "><span style="display:none;"> ' . $ text . "</span></div> \n" ;
1489+ return '<div class="cactiTooltipHint fa fa-question-circle"><span style="display:none;"> ' . $ text . "</span></div> \n" ;
14901490 } else {
14911491 return '' ;
14921492 }
Original file line number Diff line number Diff line change @@ -2435,7 +2435,7 @@ public function processStepBinaryLocations() {
24352435 $ form_check_string = '' ;
24362436
24372437 /* draw the actual header and textbox on the form */
2438- print "<div class='formRow $ class'><div class='formColumnLeft'><div class='formFieldName'> " . $ array ['friendly_name ' ] . "<div class='formTooltip'><div class='cactiTooltipHint far fa-question-circle-circle-filled '><span style='display:none;'> " . $ array ['description ' ] . '</span></div></div></div></div> ' ;
2438+ print "<div class='formRow $ class'><div class='formColumnLeft'><div class='formFieldName'> " . $ array ['friendly_name ' ] . "<div class='formTooltip'><div class='cactiTooltipHint fa fa-question-circle'><span style='display:none;'> " . $ array ['description ' ] . '</span></div></div></div></div> ' ;
24392439
24402440 print "<div class='formColumnRight'><div class='formData'> " ;
24412441
You can’t perform that action at this time.
0 commit comments