Author: christian.bauer(a)jboss.com
Date: 2008-02-24 07:28:29 -0500 (Sun, 24 Feb 2008)
New Revision: 7470
Added:
trunk/examples/wiki/view/themes/default/img/menu_down.gif
trunk/examples/wiki/view/themes/default/img/menu_left.gif
trunk/examples/wiki/view/themes/default/img/menu_right.gif
trunk/examples/wiki/view/themes/default/img/menu_up.gif
trunk/examples/wiki/view/themes/inrelationto/img/menu_down.gif
trunk/examples/wiki/view/themes/inrelationto/img/menu_left.gif
trunk/examples/wiki/view/themes/inrelationto/img/menu_right.gif
trunk/examples/wiki/view/themes/inrelationto/img/menu_up.gif
trunk/examples/wiki/view/themes/sfwkorg/img/menu_down.gif
trunk/examples/wiki/view/themes/sfwkorg/img/menu_left.gif
trunk/examples/wiki/view/themes/sfwkorg/img/menu_right.gif
trunk/examples/wiki/view/themes/sfwkorg/img/menu_up.gif
Modified:
trunk/examples/wiki/view/plugins/faqBrowser/faqControls.xhtml
Log:
JBSEAM-2586, new icons for FAQ browser
Modified: trunk/examples/wiki/view/plugins/faqBrowser/faqControls.xhtml
===================================================================
--- trunk/examples/wiki/view/plugins/faqBrowser/faqControls.xhtml 2008-02-22 21:09:18 UTC
(rev 7469)
+++ trunk/examples/wiki/view/plugins/faqBrowser/faqControls.xhtml 2008-02-24 12:28:29 UTC
(rev 7470)
@@ -42,13 +42,13 @@
reRender="faqQuestions, faqQuestionsControl,
faqCategoryLink, messageBoxContainer"
status="globalStatus"
rendered="#{not faqBrowser.directorySelected and not
empty faqBrowser.tree and faqBrowser.tree.wrappedChildren.size() > 0}">
- <h:graphicImage value="#{themePath}/img/down.gif"
width="18" height="18"/>
+ <h:graphicImage value="#{themePath}/img/menu_down.gif"
width="18" height="18"/>
</a:commandLink>
<a:commandLink action="#{faqBrowser.hideQuestions}"
tabindex="1"
reRender="faqQuestions, faqQuestionsControl,
faqCategoryLink, messageBoxContainer"
status="globalStatus"
rendered="#{faqBrowser.directorySelected and not
empty faqBrowser.tree and faqBrowser.tree.wrappedChildren.size() > 0}">
- <h:graphicImage value="#{themePath}/img/up.gif"
width="18" height="18"/>
+ <h:graphicImage value="#{themePath}/img/menu_up.gif"
width="18" height="18"/>
</a:commandLink>
</s:span>
Added: trunk/examples/wiki/view/themes/default/img/menu_down.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/default/img/menu_down.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/default/img/menu_left.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/default/img/menu_left.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/default/img/menu_right.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/default/img/menu_right.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/default/img/menu_up.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/default/img/menu_up.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/inrelationto/img/menu_down.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/inrelationto/img/menu_down.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/inrelationto/img/menu_left.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/inrelationto/img/menu_left.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/inrelationto/img/menu_right.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/inrelationto/img/menu_right.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/inrelationto/img/menu_up.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/inrelationto/img/menu_up.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/sfwkorg/img/menu_down.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/sfwkorg/img/menu_down.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/sfwkorg/img/menu_left.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/sfwkorg/img/menu_left.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/sfwkorg/img/menu_right.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/sfwkorg/img/menu_right.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/examples/wiki/view/themes/sfwkorg/img/menu_up.gif
===================================================================
(Binary files differ)
Property changes on: trunk/examples/wiki/view/themes/sfwkorg/img/menu_up.gif
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Show replies by date