MODx CMF

FS#862 ? Some image paths hard coded to modxlight template, makes it hard to change manager template

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 0.9.6.1, 0.9.6.2-rc1
  • Fix Version/s: None
  • Component/s: Core Distribution
  • Description:
    Hide

    Several management interface image paths are hard coded into the Javascript portions of the manager files.

    They should get their path from whatever manager template is selected.

    e.g.
    if(elm) elm.innerHTML = "<a href='#' onclick='defaultTreeFrame();'><img src='media/style/MODxLight/images/icons/application_side_expand.png' alt='Show tree' width='16' height='16' /></a>";

    elm.innerHTML = "  <img src='media/style/MODxLight/images/icons/information.png' width='16' height='16' /> Loading document tree...";

    (there are many more examples)

    Show
    Several management interface image paths are hard coded into the Javascript portions of the manager files. They should get their path from whatever manager template is selected. e.g. if(elm) elm.innerHTML = "<a href='#' onclick='defaultTreeFrame();'><img src='media/style/MODxLight/images/icons/application_side_expand.png' alt='Show tree' width='16' height='16' /></a>"; elm.innerHTML = "  <img src='media/style/MODxLight/images/icons/information.png' width='16' height='16' /> Loading document tree..."; (there are many more examples)

Activity

Hide
Ryan Thrash added a comment - 22/Jun/09 10:36 PM

This should be resolved completely in MODx Evo 1.0

Show
Ryan Thrash added a comment - 22/Jun/09 10:36 PM This should be resolved completely in MODx Evo 1.0

People

Dates

  • Created:
    04/Jul/08 6:04 AM
    Updated:
    22/Jun/09 10:36 PM
    Resolved:
    22/Jun/09 10:36 PM