#203 Added new string for list of awarded certificates
This commit is contained in:
parent
e7a7f0aef5
commit
9a21f67089
4 changed files with 4 additions and 3 deletions
|
@ -39,7 +39,7 @@ $addons = array(
|
||||||
'lang' => [ // Language strings that are used in all the handlers.
|
'lang' => [ // Language strings that are used in all the handlers.
|
||||||
['deleteissueconfirm', 'customcert'],
|
['deleteissueconfirm', 'customcert'],
|
||||||
['getcustomcert', 'customcert'],
|
['getcustomcert', 'customcert'],
|
||||||
['modulenameplural', 'customcert'],
|
['listofissues', 'customcert'],
|
||||||
['nothingtodisplay', 'moodle'],
|
['nothingtodisplay', 'moodle'],
|
||||||
['pluginname', 'customcert'],
|
['pluginname', 'customcert'],
|
||||||
['receiveddate', 'customcert'],
|
['receiveddate', 'customcert'],
|
||||||
|
|
|
@ -97,6 +97,7 @@ $string['invalidwidth'] = 'The width has to be a valid number greater than 0.';
|
||||||
$string['landscape'] = 'Landscape';
|
$string['landscape'] = 'Landscape';
|
||||||
$string['leftmargin'] = 'Left margin';
|
$string['leftmargin'] = 'Left margin';
|
||||||
$string['leftmargin_help'] = 'This is the left margin of the certificate PDF in mm.';
|
$string['leftmargin_help'] = 'This is the left margin of the certificate PDF in mm.';
|
||||||
|
$string['listofissues'] = 'List of awarded certificates';
|
||||||
$string['load'] = 'Load';
|
$string['load'] = 'Load';
|
||||||
$string['loadtemplate'] = 'Load template';
|
$string['loadtemplate'] = 'Load template';
|
||||||
$string['loadtemplatemsg'] = 'Are you sure you wish to load this template? This will remove any existing pages and elements for this certificate.';
|
$string['loadtemplatemsg'] = 'Are you sure you wish to load this template? This will remove any existing pages and elements for this certificate.';
|
||||||
|
|
|
@ -110,7 +110,7 @@ if ($table->is_downloading()) {
|
||||||
$PAGE->navbar->add(get_string('customcertreport', 'customcert'));
|
$PAGE->navbar->add(get_string('customcertreport', 'customcert'));
|
||||||
|
|
||||||
echo $OUTPUT->header();
|
echo $OUTPUT->header();
|
||||||
echo $OUTPUT->heading(get_string('modulenameplural', 'customcert'));
|
echo $OUTPUT->heading(get_string('listofissues', 'customcert'));
|
||||||
|
|
||||||
groups_print_activity_menu($cm, $url);
|
groups_print_activity_menu($cm, $url);
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<%/showgroups%>
|
<%/showgroups%>
|
||||||
<ion-item class="text-center">
|
<ion-item class="text-center">
|
||||||
<p class="item-heading">{{ 'plugin.mod_customcert.modulenameplural' | translate }}</p>
|
<p class="item-heading">{{ 'plugin.mod_customcert.listofissues' | translate }}</p>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
<%#hasissues%>
|
<%#hasissues%>
|
||||||
<ion-list>
|
<ion-list>
|
||||||
|
|
Loading…
Reference in a new issue