You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Woonsan Ko (JIRA)" <je...@portals.apache.org> on 2010/02/25 17:16:28 UTC

[jira] Created: (JS2-1113) Provide "inherit" decorators for popup pages.

Provide "inherit" decorators for popup pages.
---------------------------------------------

                 Key: JS2-1113
                 URL: https://issues.apache.org/jira/browse/JS2-1113
             Project: Jetspeed 2
          Issue Type: Improvement
            Reporter: Woonsan Ko
            Assignee: Woonsan Ko
             Fix For: 2.2.1


If a psml page is popped up as a (modal) window in admin or others, then the styles are different from the styles of the current navigating pages.
If the decorators of the popup pages are set to simple/clear, then the look and feel is totally different.
So, we need new system decorators to allow inherit the current navigating pages in popup window pages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Resolved: (JS2-1113) Provide "inherit" decorators for popup pages.

Posted by "Woonsan Ko (JIRA)" <je...@portals.apache.org>.
     [ https://issues.apache.org/jira/browse/JS2-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Woonsan Ko resolved JS2-1113.
-----------------------------

    Resolution: Fixed

Fixed.

When the default layout decorator of a page is "inherit" and the page request url contains "_inheritdeco" parameter, the decorator is overriden by the "_inheritdeco" parameter value.
For example, when the page navigator opens a pop up window by the following url,

/jetspeed/system/sitemanager/nodeeditor.psml?_inheritdeco=greenearth&...

The pop up page will be displayed with the "greenearth" decorator's stylesheets.
If the default decorator of a page is "inherit", but the "_inheritdeco" request parameter is not provided, then it displays with "jetspeed" layout decorator's stylesheets by default.



> Provide "inherit" decorators for popup pages.
> ---------------------------------------------
>
>                 Key: JS2-1113
>                 URL: https://issues.apache.org/jira/browse/JS2-1113
>             Project: Jetspeed 2
>          Issue Type: Improvement
>            Reporter: Woonsan Ko
>            Assignee: Woonsan Ko
>             Fix For: 2.2.1
>
>
> If a psml page is popped up as a (modal) window in admin or others, then the styles are different from the styles of the current navigating pages.
> If the decorators of the popup pages are set to simple/clear, then the look and feel is totally different.
> So, we need new system decorators to allow inherit the current navigating pages in popup window pages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org