Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU-Bugz: 718)

This commit is contained in:
nfreear 2006-03-10 17:02:22 +00:00
parent 3034bd23ef
commit 892f55b6df
3 changed files with 2 additions and 2 deletions

View file

@ -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>&gt;&gt; &lt;&lt;</b></span>'; ///&gt; $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" />'; ///&lt; $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

Binary file not shown.

After

Width:  |  Height:  |  Size: 853 B

BIN
pix/a/r_previous.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 855 B