svn commit: r931925 - in /ofbiz/trunk/specialpurpose/projectmgr: webapp/projectmgr/WEB-INF/web.xml webapp/projectmgr/static/ webapp/projectmgr/static/projectmgr.css widget/CommonScreens.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r931925 - in /ofbiz/trunk/specialpurpose/projectmgr: webapp/projectmgr/WEB-INF/web.xml webapp/projectmgr/static/ webapp/projectmgr/static/projectmgr.css widget/CommonScreens.xml

erwan
Author: erwan
Date: Thu Apr  8 13:14:22 2010
New Revision: 931925

URL: http://svn.apache.org/viewvc?rev=931925&view=rev
Log:
Adding a specific CSS for displaying Gantt charts in project manager. Tables are now aligned.
Next step is to make weekends apparent !

Added:
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/static/
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/static/projectmgr.css   (with props)
Modified:
    ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml
    ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml?rev=931925&r1=931924&r2=931925&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/WEB-INF/web.xml Thu Apr  8 13:14:22 2010
@@ -54,7 +54,7 @@
         </init-param>
         <init-param>
             <param-name>allowedPaths</param-name>
-            <param-value>/control:/select:/index.html:/index.jsp:/default.html:/default.jsp:/images:/includes/maincss.css:/js</param-value>
+            <param-value>/control:/select:/index.html:/index.jsp:/default.html:/default.jsp:/images:/includes/maincss.css:/static:/js</param-value>
         </init-param>
         <init-param>
             <param-name>errorCode</param-name>

Added: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/static/projectmgr.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/static/projectmgr.css?rev=931925&view=auto
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/static/projectmgr.css (added)
+++ ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/static/projectmgr.css Thu Apr  8 13:14:22 2010
@@ -0,0 +1,24 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+/* This CSS file is used for the Project Manager component. */
+
+#GanttChartDIV tr, #GanttChartDIV td {
+    vertical-align: top;
+}

Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/static/projectmgr.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/static/projectmgr.css
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/trunk/specialpurpose/projectmgr/webapp/projectmgr/static/projectmgr.css
------------------------------------------------------------------------------
    svn:mime-type = text/css

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml?rev=931925&r1=931924&r2=931925&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/CommonScreens.xml Thu Apr  8 13:14:22 2010
@@ -40,7 +40,7 @@ under the License.
                 <!-- layoutSettings.headerImageUrl can be used to specify an application specific logo; if not set,
                      then the global layoutSettings.commonHeaderImageUrl (specified in GlobalDecorator) will be used. -->
                 <!--<set field="layoutSettings.headerImageUrl" value="/images/ofbiz_logo.gif" global="true"/>-->
-
+                <set field="layoutSettings.styleSheets[]" value="/projectmgr/static/projectmgr.css" global="true"/>
                 <set field="activeApp" value="projectmgr" global="true"/>
                 <set field="applicationMenuName" value="ProjectMgrAppBar" global="true"/>
                 <set field="applicationMenuLocation" value="component://projectmgr/widget/ProjectMenus.xml" global="true"/>