diff --git a/htdocs/admin/oauth.php b/htdocs/admin/oauth.php index 3a9b7daec2d..e50b4f772c6 100644 --- a/htdocs/admin/oauth.php +++ b/htdocs/admin/oauth.php @@ -178,7 +178,6 @@ if (count($listinsetup) > 0) { print ''; print '
'; - print ''; $i = 0; @@ -205,10 +204,12 @@ if (count($listinsetup) > 0) { $i++; - // Api Name + print '
'; + + // OAUTH service name $label = $langs->trans($keyforsupportedoauth2array); print ''; - print ''; print ''; } + + print '
'; + print ''; print img_picto('', $supportedoauth2array[$keyforsupportedoauth2array]['picto'], 'class="pictofixedwidth"'); if ($label == $keyforsupportedoauth2array) { print $supportedoauth2array[$keyforsupportedoauth2array]['name']; @@ -295,9 +296,12 @@ if (count($listinsetup) > 0) { print ''.$langs->trans("FeatureNotYetSupported").'
'."\n"; + + print '
'; } - print ''."\n"; print '
'; print $form->buttonsSaveCancel("Modify", '');