Moodle

In admin block the restore and import icon are the same

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Trivial 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

Activity

Hide
T. Logans added a comment -

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.

Show
T. Logans added a comment - 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.
Hide
Carlos Alexandre S. da Fonseca added a comment -

yes i do that, i have added a patch file in issue MDL-15495.
This is a duplicate issue
http://tracker.moodle.org/browse/MDL-15495

Show
Carlos Alexandre S. da Fonseca added a comment - yes i do that, i have added a patch file in issue MDL-15495. This is a duplicate issue http://tracker.moodle.org/browse/MDL-15495

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: