Internal: Fix deprecated language term form for 'See list of learner certificates'

pull/5202/head
Yannick Warnier 9 months ago
parent 40d6be82c7
commit b0ea898a84
  1. 2
      public/main/my_space/company_reports.php
  2. 2
      public/main/my_space/company_reports_resumed.php
  3. 2
      public/main/my_space/index.php
  4. 2
      public/main/my_space/student.php
  5. 2
      public/main/my_space/users.php

@ -242,7 +242,7 @@ if (api_is_student_boss()) {
"#" "#"
); );
$actions .= Display::url( $actions .= Display::url(
Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('GradebookSeeListOfLearnersCertificates')), Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('See list of learner certificates')),
api_get_path(WEB_CODE_PATH).'gradebook/certificate_report.php' api_get_path(WEB_CODE_PATH).'gradebook/certificate_report.php'
); );
} }

@ -101,7 +101,7 @@ if (api_is_student_boss()) {
api_get_path(WEB_CODE_PATH).'my_space/company_reports.php' api_get_path(WEB_CODE_PATH).'my_space/company_reports.php'
); );
$actions .= Display::url( $actions .= Display::url(
Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('GradebookSeeListOfLearnersCertificates')), Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('See list of learner certificates')),
api_get_path(WEB_CODE_PATH).'gradebook/certificate_report.php' api_get_path(WEB_CODE_PATH).'gradebook/certificate_report.php'
); );
} }

@ -239,7 +239,7 @@ if (!empty($session_id) &&
'ch-tool-icon', 'ch-tool-icon',
null, null,
32, 32,
get_lang('GradebookSeeListOfLearnersCertificates') get_lang('See list of learner certificates')
), ),
api_get_path(WEB_CODE_PATH).'gradebook/certificate_report.php' api_get_path(WEB_CODE_PATH).'gradebook/certificate_report.php'
); );

@ -285,7 +285,7 @@ if (api_is_drh()) {
); );
$actionsLeft .= Display::url( $actionsLeft .= Display::url(
Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('GradebookSeeListOfLearnersCertificates')), Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('See list of learner certificates')),
$webCodePath.'gradebook/certificate_report.php' $webCodePath.'gradebook/certificate_report.php'
); );
} }

@ -260,7 +260,7 @@ if (api_is_drh()) {
$webCodePath.'my_space/company_reports.php' $webCodePath.'my_space/company_reports.php'
); );
$actionsLeft .= Display::url( $actionsLeft .= Display::url(
Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('GradebookSeeListOfLearnersCertificates')), Display::getMdiIcon(ObjectIcon::CERTIFICATE, 'ch-tool-icon', null, ICON_SIZE_MEDIUM, get_lang('See list of learner certificates')),
$webCodePath.'gradebook/certificate_report.php' $webCodePath.'gradebook/certificate_report.php'
); );
} }

Loading…
Cancel
Save