Certificate Generation: Fix requested changes

pull/3935/head
Tony ID 4 years ago
parent e3577f00ee
commit 8ceb51bcc0
  1. 6
      main/inc/ajax/myspace.ajax.php

@ -221,15 +221,9 @@ switch ($action) {
);
$message = get_lang('HideConnectionTime', true);
if (empty($message)) {
$message = "¿Hide connection time?";
}
$form->addCheckBox('hide_connection_time', null, $message);
$messageBtn = get_lang('GenerateCertificate', true);
if (empty($messageBtn)) {
$messageBtn = 'Generate Certificate';
}
$form->addButtonSave($messageBtn, 'submitLink');
$content = $form->returnForm();
echo $content;

Loading…
Cancel
Save