Merge branch 'ent-11571-contact-details' into 'develop'
Ent 11571 contact details See merge request artica/pandorafms!6161
This commit is contained in:
commit
ece276e724
|
@ -784,10 +784,12 @@ $userManagementTable->data['fields_addSettings'][1] .= html_print_div(
|
||||||
|
|
||||||
if (isset($CodeQRTable) === true || isset($apiTokenContent) === true) {
|
if (isset($CodeQRTable) === true || isset($apiTokenContent) === true) {
|
||||||
// QR Code and API Token advice.
|
// QR Code and API Token advice.
|
||||||
|
$titleQr = '<span class="font-title-font">'.__('Contact details (QR)').'</span>';
|
||||||
|
$titleApi = '<span class="font-title-font margin-top-10">'.__('API Token credentials').'</span>';
|
||||||
html_print_div(
|
html_print_div(
|
||||||
[
|
[
|
||||||
'id' => 'api_qrcode_display',
|
'id' => 'api_qrcode_display',
|
||||||
'content' => $CodeQRTable.$apiTokenContent,
|
'content' => $titleQr.$CodeQRTable.$titleApi.$apiTokenContent,
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue