|
@@ -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');
|