diff --git a/app/templates/ExternalIdentitySources/retrieve.php b/app/templates/ExternalIdentitySources/retrieve.php index f0925635d..f38357538 100644 --- a/app/templates/ExternalIdentitySources/retrieve.php +++ b/app/templates/ExternalIdentitySources/retrieve.php @@ -210,7 +210,10 @@ - +

@@ -223,25 +226,20 @@ \n"; + print "\n"; + print "\n"; + print "\n"; + print "\n"; - print "\n"; - print "\n"; - print "\n"; - print "\n"; - print "\n"; + foreach(array_keys($role) as $field) { + if($field == 'role_key' || is_array($role[$field])) continue; - foreach(array_keys($role) as $field) { - if($field == 'role_key' || is_array($role[$field])) continue; - - print "\n"; - print "\n"; - print "\n"; - print "\n"; - print "\n"; - } - } + print "\n"; + print "\n"; + print "\n"; + print "\n"; + print "\n"; } ?> @@ -282,7 +280,7 @@ ?>
" . __d('field', 'role_key') . "" . $role['role_key'] . "
" . __d('field', 'role_key') . "" . $role['role_key'] . "
" . __d('field', $field) . "" . $role[$field] . "
" . __d('field', $field) . "" . $role[$field] . "
- +