theme banks: make it possible to customize collection images
------------------------------------------------------------

                 Key: NXP-6322
                 URL: https://jira.nuxeo.com/browse/NXP-6322
             Project: Nuxeo Enterprise Platform
          Issue Type: New Feature
            Reporter: Jean-Marc Orliaguet
            Assignee: Jean-Marc Orliaguet
             Fix For: 5.4.1


images from theme banks are referenced in the CSS by:

background-image: url(Collection/image.png)

where "Collection" is the collection name and "image.png" the image file name, 
for example:

- banks/nuxeo/nuxeo DM/images/header-bg.png

to modify an image, the entire CSS has to be customized and 
background-image: url(nuxeo DM/header-bg.png)
be replaced with:
background-image: url(My Site/header-bg.png)

what could done instead is adding an extra lookup in the "Custom" collection 
which is the only collection that is not cleaned up at each server startup.

so placing "header-bg.png" in Custom/ would override "nuxeo DM/header-bg.png" 
and "Galaxy/header-bg.png", etc similar to the "custom" directory in Zope 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to