Scope line was on the wrong place
This commit is contained in:
parent
a7505384aa
commit
efe77a20b5
@ -291,6 +291,14 @@ if ($mode == 'setup' && $user->admin) {
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
print '</tr>'."\n";
|
print '</tr>'."\n";
|
||||||
|
|
||||||
|
// Scopes
|
||||||
|
print '<tr class="oddeven">';
|
||||||
|
print '<td>'.$langs->trans("Scopes").'</td>';
|
||||||
|
print '<td colspan="2">';
|
||||||
|
$currentscopes = getDolGlobalString($key[4]);
|
||||||
|
print $currentscopes;
|
||||||
|
print '</td></tr>';
|
||||||
|
|
||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
print '<td'.(empty($key['required']) ? '' : ' class="required"').'>';
|
print '<td'.(empty($key['required']) ? '' : ' class="required"').'>';
|
||||||
//var_dump($key);
|
//var_dump($key);
|
||||||
@ -377,13 +385,6 @@ if ($mode == 'setup' && $user->admin) {
|
|||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Scopes
|
|
||||||
print '<tr class="oddeven">';
|
|
||||||
print '<td>'.$langs->trans("Scopes").'</td>';
|
|
||||||
print '<td colspan="2">';
|
|
||||||
$currentscopes = getDolGlobalString($key[4]);
|
|
||||||
print $currentscopes;
|
|
||||||
print '</td></tr>';
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
print '</div>';
|
print '</div>';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user