Merge branch 'MDL-30888-master' of git://github.com/FMCorz/moodle
This commit is contained in:
@@ -242,7 +242,6 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y
|
||||
$days_title = calendar_get_days();
|
||||
|
||||
$summary = get_string('calendarheading', 'calendar', userdate(make_timestamp($y, $m), get_string('strftimemonthyear')));
|
||||
$summary = get_string('tabledata', 'access', $summary);
|
||||
$content .= '<table class="minicalendar calendartable" summary="'.$summary.'">'; // Begin table
|
||||
$content .= '<tr class="weekdays">'; // Header row: day names
|
||||
|
||||
|
||||
@@ -39,8 +39,6 @@ $string['skipa'] = 'Skip {$a}';
|
||||
$string['skipblock'] = 'Skip block';
|
||||
$string['skipnavigation'] = 'Skip navigation';
|
||||
$string['skipto'] = 'Skip to {$a}';
|
||||
$string['tabledata'] = 'Data table, {$a}';
|
||||
$string['tablelayout'] = 'Layout table, {$a}';
|
||||
$string['tocontent'] = 'Skip to main content';
|
||||
$string['tonavigation'] = 'Go to navigation';
|
||||
$string['youarehere'] = 'You are here';
|
||||
|
||||
Reference in New Issue
Block a user