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
|
@ -84,8 +84,8 @@ function cancel() {
|
|||
$name = $fullnames[$image];
|
||||
$icon = $emoticons[$image];
|
||||
echo '<tr>';
|
||||
echo "<td><img alt=\"$name\" border=\"0\" hspace=\"10\" src=\"$pixpath/$image.gif\" ".
|
||||
" onclick=\"insert('$pixpath/$image.gif','$name')\" width=\"15\" height=\"15\" /></td>";
|
||||
echo "<td><img alt=\"$name\" class=\"icon\" src=\"$pixpath/$image.gif\" ".
|
||||
" onclick=\"insert('$pixpath/$image.gif','$name')\" /></td>";
|
||||
echo "<td>$name</td>";
|
||||
echo "<td class=\"smile\">$icon</td>";
|
||||
echo "</tr>";
|
||||
|
@ -103,8 +103,8 @@ function cancel() {
|
|||
$name = $fullnames[$image];
|
||||
$icon = $emoticons[$image];
|
||||
echo '<tr>';
|
||||
echo "<td><img alt=\"$name\" border=\"0\" hspace=\"10\" src=\"$pixpath/$image.gif\" ".
|
||||
" onclick=\"insert('$pixpath/$image.gif','$name')\" width=\"15\" height=\"15\" /></td>";
|
||||
echo "<td><img alt=\"$name\" class=\"icon\" src=\"$pixpath/$image.gif\" ".
|
||||
" onclick=\"insert('$pixpath/$image.gif','$name')\" /></td>";
|
||||
echo "<td>$name</td>";
|
||||
echo "<td class=\"smile\">$icon</td>";
|
||||
echo "</tr>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue