mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Clean code
This commit is contained in:
parent
1c56ffa0c4
commit
fa58d35fa1
|
|
@ -284,8 +284,8 @@ if (count($listinsetup) > 0) {
|
|||
print '<td>'.$langs->trans("Scopes").'</td>';
|
||||
print '<td>';
|
||||
foreach ($scopestodispay as $scope => $val) {
|
||||
print '<input type="checkbox" name="'.$key[4].'[]" value="'.$scope.'"'.($val ? ' checked' : '').'>';
|
||||
print '<label style="margin-right: 10px" for="'.$key[4].'">'.$scope.'</label>';
|
||||
print '<input type="checkbox" id="'.$keyforprovider.$scope.'" name="'.$key[4].'[]" value="'.$scope.'"'.($val ? ' checked' : '').'>';
|
||||
print '<label style="margin-right: 10px" for="'.$keyforprovider.$scope.'">'.$scope.'</label>';
|
||||
}
|
||||
print '</td></tr>';
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,5 +36,5 @@ OAUTH_SECRET=OAuth secret
|
|||
OAuthProviderAdded=OAuth provider added
|
||||
AOAuthEntryForThisProviderAndLabelAlreadyHasAKey=An OAuth entry for this provider and label already exists
|
||||
URLOfServiceForAuthorization=URL provided by OAuth service for authentication
|
||||
Scopes=Scopes
|
||||
ScopeUndefined=Scope undefined (see previous tab)
|
||||
Scopes=Permissions (Scopes)
|
||||
ScopeUndefined=Permissions (Scopes) undefined (see previous tab)
|
||||
|
|
@ -34,5 +34,5 @@ OAUTH_ID=ID OAuth
|
|||
OAUTH_SECRET=Code secret OAuth
|
||||
OAuthProviderAdded=Fournisseur OAuth ajouté
|
||||
AOAuthEntryForThisProviderAndLabelAlreadyHasAKey=Une entrée OAuth pour ce fournisseur et ce libellé existe déjà
|
||||
ScopeUndefined=Portée non définie (voir onglet précédent)
|
||||
ScopeUndefined=Permissions (Scopes) non définies (voir onglet précédent)
|
||||
Scopes=Portées
|
||||
Loading…
Reference in New Issue
Block a user