In modules/system/system.css there are 3 images used in module list:

.more-help-link a, a.module-link-help {
  background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
}
a.module-link-permissions {
  background: url(../../misc/permissions.png) 0 50% no-repeat; /* LTR */
}
a.module-link-configure {
  background: url(../../misc/configure.png) 0 50% no-repeat; /* LTR */
}

help.png exists but permissions.png and configure.png do not.

Comments

Anonymous’s picture

This appears to be a minor oversight from committing #598758.

webchick’s picture

Status: Active » Fixed

Thanks! I've committed these images now so we should be good.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.