mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU-Bugz: 718)
This commit is contained in:
parent
3034bd23ef
commit
892f55b6df
3 changed files with 2 additions and 2 deletions
|
@ -614,8 +614,8 @@ function calendar_top_controls($type, $data) {
|
||||||
$data['y'] = $date['year'];
|
$data['y'] = $date['year'];
|
||||||
|
|
||||||
//Accessibility: calendar block controls, replaced <table> with <div>.
|
//Accessibility: calendar block controls, replaced <table> with <div>.
|
||||||
$nexttext = '<img src="'. $CFG->wwwroot .'/pix/a/em1_greater.gif" alt="'.get_string('monthnext','access').'" class="resize" />'; ///'<span class="resize">M <b>>> <<</b></span>'; ///>
|
$nexttext = '<img src="'. $CFG->pixpath .'/a/r_next.gif" alt="'.get_string('monthnext','access').'" class="resize" />';
|
||||||
$prevtext = '<img src="'. $CFG->wwwroot .'/pix/a/em1_lesser.gif" alt="'.get_string('monthprev','access').'" class="resize" />'; ///<
|
$prevtext = '<img src="'. $CFG->pixpath .'/a/r_previous.gif" alt="'.get_string('monthprev','access').'" class="resize" />';
|
||||||
|
|
||||||
switch($type) {
|
switch($type) {
|
||||||
case 'frontpage':
|
case 'frontpage':
|
||||||
|
|
BIN
pix/a/r_next.gif
Normal file
BIN
pix/a/r_next.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 853 B |
BIN
pix/a/r_previous.gif
Normal file
BIN
pix/a/r_previous.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 855 B |
Loading…
Add table
Add a link
Reference in a new issue