mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon
This commit is contained in:
parent
c90edfe168
commit
0f13ec8f9b
19 changed files with 131 additions and 114 deletions
|
@ -334,7 +334,7 @@ function ewiki_entry_downloads($row, $show_section=0, $fullinfo=false) {
|
|||
|
||||
$info->id = $id;
|
||||
$info->size = $p_size;
|
||||
$info->icon = ($p_icon ? '<img src="'.$p_icon.'" alt="['.$p_icon_t.']" align="left" width="14" height="14" border="0" /> ' : '');
|
||||
$info->icon = ($p_icon ? '<img src="'.$p_icon.'" alt="['.$p_icon_t.']" class="icon" /> ' : '');
|
||||
$info->time = $p_time;
|
||||
$info->hits = $p_hits;
|
||||
$info->section = ($show_section ? ewiki_t('dwnl_section') . ": $p_section<br />" : '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue