Project

General

Profile

Actions

Patch #40137

closed

Jstoolbar help files should import images from the asset pipeline

Added by Marius BĂLTEANU 6 months ago. Updated 5 months ago.

Status:
Closed
Priority:
Normal
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

jstoolbar help files are pure html static files that are importing the images using html image elements, for example:

<img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Image" />

We need to update these files in order to use the images generated by the asset pipeline. I see 2 options:
1. move all these images as CSS background images
2. refactor all help files in order to use a template that is rendered on server side. If we do this, it will make also easier to modify that files because you don't need to make the same change in all help files.


Files


Related issues

Related to Redmine - Feature #39111: Enable Asset Pipeline Integration using PropshaftClosedMarius BĂLTEANU

Actions
Related to Redmine - Patch #40559: Fix incorrect icon image paths for Wiki help pagesClosedMarius BĂLTEANU

Actions
Actions

Also available in: Atom PDF