Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Trivial
-
Resolution: Duplicate
-
Affects Version/s: 1.9.4
-
Fix Version/s: None
-
Component/s: Administration
-
Labels:None
-
Environment:Linux+Postgres
-
Database:PostgreSQL
-
Difficulty:Easy
-
Affected Branches:MOODLE_19_STABLE
Description
In admin block the restore and import icon are the same
Issue Links
| This issue duplicates: | ||||
| MDL-15495 | Icons for "Restore" and "Import" are the same - restore.gif |
|
|
|
Line 153 of \blocks\admin\block_admin.php would need to be changed from:
$this->content->icons[]='<img src="'.$CFG->pixpath.'/i/restore.gif" class="icon" alt="" />';
to:
$this->content->icons[]='<img src="'.$CFG->pixpath.'/i/import.gif" class="icon" alt="" />';
An import.gif icon would need to be created for use.