[jira] Commented: (GERONIMO-3562) customizable navigator icons for admin console extensions

2008-11-17 Thread viola.lu (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12648495#action_12648495
 ] 

viola.lu commented on GERONIMO-3562:


Verify it in geronimo 2.1.3, it just can refer to images under 
$g_install_dir\org\apache\geronimo\plugins\console-tomcat\2.1.3\console-tomcat-2.1.3.car\portal-driver.war\images,
 not in your application images folder, so you can use your custom image like 
below:


...
/images/myicon.png


Pls notice that images/myicon.png should be /images/myicon.png.




> customizable navigator icons for admin console extensions
> -
>
> Key: GERONIMO-3562
> URL: https://issues.apache.org/jira/browse/GERONIMO-3562
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1
>Reporter: Paul McMahan
>Assignee: Jarek Gawor
> Fix For: 2.1.2, 2.2
>
>
> The extensible admin console console should support customizable icons for 
> the navigator items.   One way to implement this would be to enhance the 
> gbean definition like:
> {code:xml}
>  class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
> Applications/My Console 
> Extension
> /my-console-extension
> [MyPortlet]
> images/myicon.png
> 
> {code}

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



[jira] Commented: (GERONIMO-3562) customizable navigator icons for admin console extensions

2008-06-18 Thread Jarek Gawor (JIRA)

[ 
https://issues.apache.org/jira/browse/GERONIMO-3562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12606112#action_12606112
 ] 

Jarek Gawor commented on GERONIMO-3562:
---

Since we are using a custom build of Pluto with PLUTO-437 applied, I added 
support for the icon attribute to the AdminConsoleExtensionGBean and updated 
various portlet plans to pass the right icon. Committed these changes to trunk 
(revision 669314).



> customizable navigator icons for admin console extensions
> -
>
> Key: GERONIMO-3562
> URL: https://issues.apache.org/jira/browse/GERONIMO-3562
> Project: Geronimo
>  Issue Type: Bug
>  Security Level: public(Regular issues) 
>  Components: console
>Affects Versions: 2.1
>Reporter: Paul McMahan
>Assignee: Jarek Gawor
>
> The extensible admin console console should support customizable icons for 
> the navigator items.   One way to implement this would be to enhance the 
> gbean definition like:
> {code:xml}
>  class="org.apache.geronimo.pluto.AdminConsoleExtensionGBean">
> Applications/My Console 
> Extension
> /my-console-extension
> [MyPortlet]
> images/myicon.png
> 
> {code}

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