Browse Source

Fix tooltip

Laurent Destailleur 5 years ago
parent
commit
dc70cab2cb
2 changed files with 4 additions and 1 deletions
  1. 0 0
      htdocs/langs/en_US/website.lang
  2. 4 1
      htdocs/website/index.php

File diff suppressed because it is too large
+ 0 - 0
htdocs/langs/en_US/website.lang


+ 4 - 1
htdocs/website/index.php

@@ -2734,7 +2734,10 @@ if (!GETPOST('hide_websitemenu'))
 		{
 			$url = 'https://wiki.dolibarr.org/index.php/Module_Website';
 
-			$htmltext = $langs->transnoentitiesnoconv("YouCanEditHtmlSource", $url).'<br>';
+			$htmltext = $langs->transnoentitiesnoconv("YouCanEditHtmlSource", $url);
+			$htmltext .= $langs->transnoentitiesnoconv("YouCanEditHtmlSource2", $url);
+			$htmltext .= $langs->transnoentitiesnoconv("YouCanEditHtmlSourceMore", $url);
+			$htmltext .= '<br>';
             if ($conf->browser->layout == 'phone')
             {
                 print $form->textwithpicto('', $htmltext, 1, 'help', 'inline-block', 1, 2, 'tooltipsubstitution');

Some files were not shown because too many files changed in this diff