2
0
forked from Wavyzz/dolibarr

Fix tabs must appears only on setup of module

This commit is contained in:
Laurent Destailleur
2024-08-13 23:34:21 +02:00
parent 803c3c2f30
commit 6115f0a614
4 changed files with 5 additions and 4 deletions

View File

@@ -395,7 +395,8 @@ if (count($listinsetup) > 0) {
if ($keyforsupportedoauth2array == 'OAUTH_GENERIC_NAME') {
print '<tr class="oddeven value">';
print '<td>';
print $form->textwithpicto($langs->trans("URLOfOAuthServiceEndpoints"), $langs->trans("URLOfOAuthServiceEndpointsExample"));
$tooltiphelp = $langs->trans("Example").'<br>https://mastodon.example.com<br>https://mastodon.social';
print $form->textwithpicto($langs->trans("URLOfOAuthServiceEndpoints"), $tooltiphelp);
print '</td>';
print '<td><input style="width: 80%" type="text" name="'.$key[3].'" value="'.getDolGlobalString($key[3]).'" >';
print '</td>';