Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1a415e
)
MDL-50637 calendar: Fix subscription table layout
author
Skylar Kelty
<S.Kelty@kent.ac.uk>
Thu, 18 Jun 2015 12:21:33 +0000
(13:21 +0100)
committer
Skylar Kelty
<S.Kelty@kent.ac.uk>
Thu, 18 Jun 2015 12:21:33 +0000
(13:21 +0100)
calendar/renderer.php
patch
|
blob
|
blame
|
history
diff --git
a/calendar/renderer.php
b/calendar/renderer.php
index
46e6c56
..
d11b6d9
100644
(file)
--- a/
calendar/renderer.php
+++ b/
calendar/renderer.php
@@
-612,7
+612,7
@@
class core_calendar_renderer extends plugin_renderer_base {
if (empty($subscriptions)) {
$cell = new html_table_cell(get_string('nocalendarsubscriptions', 'calendar'));
- $cell->colspan =
4
;
+ $cell->colspan =
5
;
$table->data[] = new html_table_row(array($cell));
}
$strnever = new lang_string('never', 'calendar');