[Comsuite-svn] SF.net SVN: comsuite: [117] trunk/code/CSAdminPanel/WebContent/pages/css
Brought to you by:
zduniak
|
From: <sku...@us...> - 2006-08-19 11:50:05
|
Revision: 117 Author: skuzniak Date: 2006-08-19 04:49:54 -0700 (Sat, 19 Aug 2006) ViewCVS: http://svn.sourceforge.net/comsuite/?rev=117&view=rev Log Message: ----------- back button in detailed messages view provided, styles corrected Modified Paths: -------------- trunk/code/CSAdminPanel/WebContent/pages/css/mainStyle.css trunk/code/CSAdminPanel/WebContent/pages/messages/CSMessagesDetails.jsp Modified: trunk/code/CSAdminPanel/WebContent/pages/css/mainStyle.css =================================================================== --- trunk/code/CSAdminPanel/WebContent/pages/css/mainStyle.css 2006-08-19 10:55:13 UTC (rev 116) +++ trunk/code/CSAdminPanel/WebContent/pages/css/mainStyle.css 2006-08-19 11:49:54 UTC (rev 117) @@ -29,7 +29,7 @@ } .header-menu-banner{ - background-image:url(../files/background/banner_2.gif); + background-image:url(../files/gif/background/banner_2.gif); width:1000px; height:80px; display:block; @@ -72,7 +72,7 @@ } .menu{ - background-image:url(../files/background/tlo_2.gif); + background-image:url(../files/gif/background/tlo_2.gif); width:205px; height:435px; display:block; Modified: trunk/code/CSAdminPanel/WebContent/pages/messages/CSMessagesDetails.jsp =================================================================== --- trunk/code/CSAdminPanel/WebContent/pages/messages/CSMessagesDetails.jsp 2006-08-19 10:55:13 UTC (rev 116) +++ trunk/code/CSAdminPanel/WebContent/pages/messages/CSMessagesDetails.jsp 2006-08-19 11:49:54 UTC (rev 117) @@ -19,7 +19,7 @@ </h:panelGrid> <h:panelGrid columns="1" styleClass="menu-right"> <h:form id="showMessages"> - <f:facet name="header"> + <%--<f:facet name="header">--%> <h:panelGrid columns="2"> <h:outputText value="#{Locale.MESSAGES_DETAILS_TITLE}" styleClass="view-header" /> @@ -30,7 +30,7 @@ </h:panelGrid> </h:commandLink> </h:panelGrid> - </f:facet> + <%--</f:facet>--%> <h:panelGrid columns="1" styleClass="viewTable" id="messagesList"> <h:messages /> <h:panelGrid columns="1" styleClass="listView-header"> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |