[ http://issues.apache.org/jira/browse/FOR-673?page=all ]
Thorsten Scherler closed FOR-673:
---------------------------------
Fix Version: 0.8-dev
Resolution: Fixed
Assign To: Thorsten Scherler
Thx Kevin
always a pleasure to apply your patches
> pelt view, instruction_arrow.png missing
> ----------------------------------------
>
> Key: FOR-673
> URL: http://issues.apache.org/jira/browse/FOR-673
> Project: Forrest
> Type: Bug
> Components: Views
> Versions: 0.8-dev
> Environment: any
> Reporter: kevin
> Assignee: Thorsten Scherler
> Priority: Minor
> Fix For: 0.8-dev
>
> Enabling pelt view on new seeded site.
> forrest site
> ...
> X [0] skin/images/instruction_arrow.png
> BROKEN:
> /usr/java/forrest/build/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/.../images/instruction_arrow.png
> (No such file or directory)
> ...
> My local fix:
> cd
> $FORREST_HOME/whiteboard/plugins/org.apache.forrest.plugin.output.viewHelper.xhtml/resources/skin/images
> cp $FORREST_HOME/main/webapp/skins/pelt/images/instruction_arrow.png .
> cd ../css/pelt
> and patch pelt.screen.css:
> --- pelt.screen.css.orig 2005-09-14 14:35:20.000000000 +0100
> +++ pelt.screen.css 2005-09-14 14:35:34.000000000 +0100
> @@ -609,7 +609,7 @@
> p.instruction {
> display: list-item;
> - list-style-image: url('../images/instruction_arrow.png');
> + list-style-image: url('images/instruction_arrow.png');
> list-style-position: outside;
> margin-left: 2em;
> }
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira