[
https://issues.apache.org/jira/browse/PHOTARK-41?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12867837#action_12867837
]
Henry Saputra commented on PHOTARK-41:
--------------------------------------
Luciano,
Apparently the patch that I attached before was not complete. Svn diff couldnt
show me moving the png files to new images directory in
photark-ui-admin/src/main/webapp/admin
the complete fix should do this:
pushd photark-ui-admin/src/main/webapp/admin
svn mkdir images
svn mv *.png images
This will move the png files for admin to images directory so it could be
accessed from the css.
I apologize for the trouble.
> Add HTML5 DOCTYPE to gallery.html and meta content type, also do fix missing
> images from upload.css
> ---------------------------------------------------------------------------------------------------
>
> Key: PHOTARK-41
> URL: https://issues.apache.org/jira/browse/PHOTARK-41
> Project: PhotArk
> Issue Type: Bug
> Components: PhotArk UI
> Affects Versions: PhotArk M2
> Reporter: Henry Saputra
> Fix For: PhotArk M3
>
> Attachments: doctype.patch
>
>
> Add HTML5 DOCTYPE to gallery.html to avoid browser quirk mode and change
> DOCTYPE in upload.html to use HTML5 DOCTYPE.
> All modern browsers should be able to look for standard mode even though its
> not implementing HTML5 yet.
> Fix missing reference to images in upload.css file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.