Ticket #1410 (closed defect: fixed)

Opened 12 months ago

Last modified 9 months ago

Image paths should be changed to use Freemarker variable

Reported by: stoomey Owned by: zmclaughlin
Priority: high Milestone: 0.9.5_rc2
Component: ambra Version: 0.9.3
Keywords: Cc:

Description

I'm noticing that both article_metrics.ftl and article_related.ftl include image paths like this: <img id="relatedBookmarksSpinner" src="../../images/loading_small.gif" class="loading" />

These image paths should probably be changed to use a Freemarker variable instead: <img id="relatedBookmarksSpinner" src="${freemarker_config.context}/images/loading_small.gif" class="loading" />

Also, we should check other ftls for the same issue.

Change History

Changed 10 months ago by npeterson

  • status changed from new to assigned
  • owner changed from npeterson to stoomey

Changed 9 months ago by stoomey

  • priority changed from medium to high

Changed 9 months ago by stoomey

  • status changed from assigned to verify
  • owner changed from stoomey to zmclaughlin
  • resolution set to fixed
  • milestone set to 0.9.5_rc2

Changed 9 months ago by zmclaughlin

  • status changed from verify to closed

Checked the templates files to see if there were any files containing "../../images" and could not find any.

Note: See TracTickets for help on using tickets.