[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1885: ------------------------------- Attachment: (was: visualtheme_merged.patch) > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1885: ------------------------------- Attachment: visualtheme_merged.patch Updated patch - includes file missing in previous patch. > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Busco updated OFBIZ-1885: ------------------------------- Attachment: compact_header_screenshot.jpg visualtheme_merged.patch vt_compactheader.zip Hi Adrian, please find attached the new vt_compactheader Visual Theme. This theme is like the standard OFBiz theme but with a collapsable header like we have spoken in the DEV ML with Jacopo and Jacques. When the header is collapsed the screen looks like you can see in the compact_header_screenshot.jpg. Using the little "^" link on the right of the header this is collapsed and the UserPreference COMPACTHEADER is set to "Y". In this way all the screens are rendered with the collapsed header and the setting is rememered for future logins. The new "COMPACTHEADER" UserPreferences is only defined within the VisualTheme. No specific hack is necessary to support it outside of the theme. To retrieve new UserPreference I used the getUserPreferenceGroup service instead of the getUserPreference that we used before to get the VisualTheme only. I hope that doing this change I have well understood and followed the UserPreferences design that you implemented. (please see the updated visualtheme_merged.patch) One thing that IMO may be needs some cleaning is how the setUserPreferences service is handled. It always takes to the MyPage screen and if the MyPage application was not logged in by the user he is prompted for the login. > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622216#action_12622216 ] Adrian Crum commented on OFBIZ-1885: ------------------------------------ Bruno, A collapsible masthead would be nice to have in the framework. Maybe we could make another Jira issue just for that, so others will have an opportunity to comment and offer suggestions on what should be collapsed and what should be visible. Why didn't you use the expand/collapse graphics for the control? The setUserPreference request should return the user to the application's "main" view. Since a user must be logged in to set their preferences, the expand/collapse controls should only appear if the user is logged in. > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1885: ------------------------------- Attachment: visualtheme_merged.patch Updated visualtheme_merged.patch file. Changed entity package name, modified how global user preferences are retrieved (modified from Bruno's patch). > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622283#action_12622283 ] Jacques Le Roux commented on OFBIZ-1885: ---------------------------------------- +1 for a new issue for the collapsible masthead +1 for keeping things consistent (sale expand/collapse graphics for the control) > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622283#action_12622283 ] jacques.le.roux edited comment on OFBIZ-1885 at 8/13/08 11:27 AM: ------------------------------------------------------------------ +1 for a new issue for the collapsible masthead +1 for keeping things consistent (same expand/collapse graphics for the control) was (Author: jacques.le.roux): +1 for a new issue for the collapsible masthead +1 for keeping things consistent (sale expand/collapse graphics for the control) > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Thank you for comments,
as suggested I will open a new Jira issue and will submit a patch to have the collapsible header in the framework (i.e. in the default theme). I will also update the graphics, there is no reason to have it different. Thank you, -Bruno 2008/8/13 Jacques Le Roux (JIRA) <[hidden email]> > > [ > https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622283#action_12622283] > > jacques.le.roux edited comment on OFBIZ-1885 at 8/13/08 11:27 AM: > ------------------------------------------------------------------ > > +1 for a new issue for the collapsible masthead > +1 for keeping things consistent (same expand/collapse graphics for the > control) > > was (Author: jacques.le.roux): > +1 for a new issue for the collapsible masthead > +1 for keeping things consistent (sale expand/collapse graphics for the > control) > > > Selectable Visual Themes > > ------------------------ > > > > Key: OFBIZ-1885 > > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > > Project: OFBiz > > Issue Type: Improvement > > Components: framework > > Reporter: Adrian Crum > > Assignee: Adrian Crum > > Priority: Minor > > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, > theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, > visualtheme_merged.patch, visualtheme_merged.patch, > visualtheme_merged.patch, visualtheme_merged.patch, > visualtheme_merged.patch, visualtheme_merged.patch, > VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > > > > Implement entities, services, and UI artifacts to add support for > selectable Visual Themes. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > |
In reply to this post by Nicolas Malin (Jira)
Bonjour, j'ai essayé de multiples fois de me désinscrire des listes ofbiz, jamais je ne recois de mail et jamais je ne peux me désinscrire... peux tu m'aider ? Merci. |
In french :
Bonjour Fabien, As tu bien envoyer un message vide sur l'adresse de désinscription ? [hidden email] Nicolas Fabien JALABERT a écrit : > > Bonjour, > > j'ai essayé de multiples fois de me désinscrire des listes ofbiz, > jamais je ne recois de mail et jamais je ne peux me désinscrire... > peux tu m'aider ? > > Merci. > > -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : http://www.neogia.org/ ------- Société LibrenBerry Tél : 02.48.02.56.12 Site : http://www.librenberry.net/ |
Administrator
|
In reply to this post by Fabien JALABERT
Fabien,
Pour te désinscrire rien de plus facile, envoie un mail à [hidden email] (même chose pour les autres listes voir plus bas). Tu recevras alors un mail auquel il te faudra simplement répondre, sans rien ajouter. Tu devrais alors recevoir un second mail confirmant ta désinscription Tout est là : http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists Jacques From: "Fabien JALABERT" <[hidden email]> > > Bonjour, > > j'ai essayé de multiples fois de me désinscrire des listes ofbiz, jamais je ne recois de mail et jamais je ne peux me > désinscrire... > peux tu m'aider ? > > Merci. > |
Bonjour, je l'ai déjà fait plusieurs fois, je n'ai jamais reçu le fameux pour confirmer... Jacques Le Roux a écrit : > > Fabien, > > Pour te désinscrire rien de plus facile, envoie un mail à > [hidden email] (même chose pour les autres listes > voir plus bas). > Tu recevras alors un mail auquel il te faudra simplement répondre, > sans rien ajouter. > Tu devrais alors recevoir un second mail confirmant ta désinscription > Tout est là : http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists > > Jacques > > From: "Fabien JALABERT" <[hidden email]> >> >> Bonjour, >> >> j'ai essayé de multiples fois de me désinscrire des listes ofbiz, >> jamais je ne recois de mail et jamais je ne peux me désinscrire... >> peux tu m'aider ? >> >> Merci. >> > > > |
In reply to this post by Malin Nicolas
Bonjour, je l'ai déjà fait plusieurs fois, je n'ai jamais reçu le fameux pour confirmer... Malin Nicolas a écrit : > > In french : > > Bonjour Fabien, > As tu bien envoyer un message vide sur l'adresse de désinscription ? > [hidden email] > > Nicolas > > Fabien JALABERT a écrit : >> >> Bonjour, >> >> j'ai essayé de multiples fois de me désinscrire des listes ofbiz, >> jamais je ne recois de mail et jamais je ne peux me désinscrire... >> peux tu m'aider ? >> >> Merci. >> >> > > |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12622475#action_12622475 ] Bruno Busco commented on OFBIZ-1885: ------------------------------------ Please find the new issue with a new patch here: OFBIZ-1919 > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Administrator
|
In reply to this post by Fabien JALABERT
Dans ce cas il peut s'agir soit
1. d'une erreur d'adresse. Je veux dire de l'adresse utilisée pour s'inscrire. Etait-ce bien avec [hidden email] ? 2. Ou d'un spam qui bloque le message envoyé par le gestionnaire (automatique) de la liste Jacques From: "Fabien JALABERT" <[hidden email]> > > Bonjour, je l'ai déjà fait plusieurs fois, je n'ai jamais reçu le fameux pour confirmer... > > Jacques Le Roux a écrit : >> >> Fabien, >> >> Pour te désinscrire rien de plus facile, envoie un mail à [hidden email] (même chose pour les autres listes >> voir plus bas). >> Tu recevras alors un mail auquel il te faudra simplement répondre, sans rien ajouter. >> Tu devrais alors recevoir un second mail confirmant ta désinscription >> Tout est là : http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists >> >> Jacques >> >> From: "Fabien JALABERT" <[hidden email]> >>> >>> Bonjour, >>> >>> j'ai essayé de multiples fois de me désinscrire des listes ofbiz, jamais je ne recois de mail et jamais je ne peux me >>> désinscrire... >>> peux tu m'aider ? >>> >>> Merci. >>> >> >> >> > > |
Je n'ai aucun antispam actif à ma connaissance (provider?) et normalement, je me suis inscrit avec cette adresse [hidden email] (à défaut : [hidden email] ). Mais j'ai déjà essayé les unsubscribe avec les deux adresses... Connaissez vous l'administrateur de la liste ? Merci. Jacques Le Roux a écrit : > > Dans ce cas il peut s'agir soit > 1. d'une erreur d'adresse. Je veux dire de l'adresse utilisée pour > s'inscrire. Etait-ce bien avec [hidden email] ? > 2. Ou d'un spam qui bloque le message envoyé par le gestionnaire > (automatique) de la liste > > Jacques > > From: "Fabien JALABERT" <[hidden email]> >> >> Bonjour, je l'ai déjà fait plusieurs fois, je n'ai jamais reçu le >> fameux pour confirmer... >> >> Jacques Le Roux a écrit : >>> >>> Fabien, >>> >>> Pour te désinscrire rien de plus facile, envoie un mail à >>> [hidden email] (même chose pour les autres listes >>> voir plus bas). >>> Tu recevras alors un mail auquel il te faudra simplement répondre, >>> sans rien ajouter. >>> Tu devrais alors recevoir un second mail confirmant ta désinscription >>> Tout est là : http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists >>> >>> Jacques >>> >>> From: "Fabien JALABERT" <[hidden email]> >>>> >>>> Bonjour, >>>> >>>> j'ai essayé de multiples fois de me désinscrire des listes ofbiz, >>>> jamais je ne recois de mail et jamais je ne peux me désinscrire... >>>> peux tu m'aider ? >>>> >>>> Merci. >>>> >>> >>> >>> >> >> > > > |
Administrator
|
Vraiment étrange, c'est la première fois que ce cas de figure se présente.
The mailing lists administrator should be David I guess. Please David, could you have a look at this ? Thanks Jacques From: "Fabien JALABERT" <[hidden email]> > > Je n'ai aucun antispam actif à ma connaissance (provider?) et normalement, je me suis inscrit avec cette adresse > [hidden email] (à défaut : [hidden email] ). Mais j'ai déjà essayé les unsubscribe avec les deux adresses... > > Connaissez vous l'administrateur de la liste ? > > Merci. > > > Jacques Le Roux a écrit : >> >> Dans ce cas il peut s'agir soit >> 1. d'une erreur d'adresse. Je veux dire de l'adresse utilisée pour s'inscrire. Etait-ce bien avec [hidden email] ? >> 2. Ou d'un spam qui bloque le message envoyé par le gestionnaire (automatique) de la liste >> >> Jacques >> >> From: "Fabien JALABERT" <[hidden email]> >>> >>> Bonjour, je l'ai déjà fait plusieurs fois, je n'ai jamais reçu le fameux pour confirmer... >>> >>> Jacques Le Roux a écrit : >>>> >>>> Fabien, >>>> >>>> Pour te désinscrire rien de plus facile, envoie un mail à [hidden email] (même chose pour les autres listes >>>> voir plus bas). >>>> Tu recevras alors un mail auquel il te faudra simplement répondre, sans rien ajouter. >>>> Tu devrais alors recevoir un second mail confirmant ta désinscription >>>> Tout est là : http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists >>>> >>>> Jacques >>>> >>>> From: "Fabien JALABERT" <[hidden email]> >>>>> >>>>> Bonjour, >>>>> >>>>> j'ai essayé de multiples fois de me désinscrire des listes ofbiz, jamais je ne recois de mail et jamais je ne peux me >>>>> désinscrire... >>>>> peux tu m'aider ? >>>>> >>>>> Merci. >>>>> >>>> >>>> >>>> >>> >>> >> >> >> > > |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Adrian Crum updated OFBIZ-1885: ------------------------------- Attachment: visualtheme_merged.patch Updated patch. I moved the Visual Theme selection to a lookup screen - so it operates just like locale and time zone settings. > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623567#action_12623567 ] Bruno Busco commented on OFBIZ-1885: ------------------------------------ Tryed the updated patch and looks good to me. I suggest to put a width=320 height=200 to resize the image in the lookup. I have seen that now the VisualTheme can be selected using a button in the header (not colapsed) like for language and timezone. I think that all three selections should go in a User Preference screen defined in the framework as described in the Discussion thread in the ML. In the header (both standard sized and collapsed a simple profile link should take the user to its profile and preference settings. This is much more standard and will let us put mny other preference settings that otherwise will get the header more and more confused. -Bruno > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623570#action_12623570 ] Adrian Crum commented on OFBIZ-1885: ------------------------------------ Bruno, Thank you for taking the time to review the patch. I agree it would be preferable to have a screen for user preferences, but that is not in the scope of this issue. For now, let's stay focused on getting the visual themes implemented. We can tackle the user preferences screen in another issue. We still need CRUD services for this. > Selectable Visual Themes > ------------------------ > > Key: OFBIZ-1885 > URL: https://issues.apache.org/jira/browse/OFBIZ-1885 > Project: OFBiz > Issue Type: Improvement > Components: framework > Reporter: Adrian Crum > Assignee: Adrian Crum > Priority: Minor > Attachments: compact_header_screenshot.jpg, no_screenshot.jpg, theme_1.zip, theme_1.zip, visual_themes.patch, visual_themes.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, visualtheme_merged.patch, VisualThemeSelection.patch, VisualThemeSelection.patch, vt_compactheader.zip > > > Implement entities, services, and UI artifacts to add support for selectable Visual Themes. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |