mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
MDL-50637 calendar: Fix subscription table layout
This commit is contained in:
parent
f1a415ea70
commit
f936c2a9fa
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ class core_calendar_renderer extends plugin_renderer_base {
|
||||||
|
|
||||||
if (empty($subscriptions)) {
|
if (empty($subscriptions)) {
|
||||||
$cell = new html_table_cell(get_string('nocalendarsubscriptions', 'calendar'));
|
$cell = new html_table_cell(get_string('nocalendarsubscriptions', 'calendar'));
|
||||||
$cell->colspan = 4;
|
$cell->colspan = 5;
|
||||||
$table->data[] = new html_table_row(array($cell));
|
$table->data[] = new html_table_row(array($cell));
|
||||||
}
|
}
|
||||||
$strnever = new lang_string('never', 'calendar');
|
$strnever = new lang_string('never', 'calendar');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue