We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15082
    • 195 Posts
    Not sure, if this is an issue and if it’s already known.
    Got this in my logs:
    File does not exist: /path/to/my/web/manager/media/style/MODxCarbon/images/icons/close.gif, referer: http://my.web.com/manager/index.php?a=112&id=7
    File does not exist: /path/to/my/web/manager/media/style/MODxCarbon/images/icons/save.gif, referer: http://my.web.com/manager/index.php?a=112&id=7
    


    Found one open ticket in JIRA (MODX-1010) but I’m not sure if it covers this.

    Greetz
    JUSI
      • 15082
      • 195 Posts
      Figured out that this belongs to Doc Finder Module.

      Maybe an admin can move this in the correct forum section?

      Greetz
      JUSI
        • 19741
        • 90 Posts
        Hi JUSI,

        you have to edit /assets/modules/docfinder/template.php

        Change (in Doc Finder 1.5.2) ...

        line 64 into:
        <div class="sectionHeader">Doc Finder 1.5.2 <a href="index.php?a=106" class="close" title="Close Doc Finder"><img src="media/style<?php echo $theme; ?>/images/icons/stop.png" alt="" /></a></div>


        line 261 into:
        Search <img src="media/style<?php echo $theme; ?>/images/icons/context_view.gif" class="go" alt="Click or press ENTER to start search." />


        line 267 into:
        Replace <img src="media/style<?php echo $theme; ?>/images/icons/save.png" class="replace" alt="Click or press ENTER to start search." />
          Bye,
          Mithrandir