fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [10386]


From: Torstein
Subject: [Fmsystem-commits] [10386]
Date: Tue, 30 Oct 2012 14:23:59 +0000

Revision: 10386
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=10386
Author:   vator
Date:     2012-10-30 14:23:58 +0000 (Tue, 30 Oct 2012)
Log Message:
-----------


Modified Paths:
--------------
    trunk/logistic/templates/base/allocation/allocation_suggestions.xsl
    trunk/logistic/templates/base/css/base.css
    trunk/logistic/templates/base/requirement/requirement_overview.xsl

Modified: trunk/logistic/templates/base/allocation/allocation_suggestions.xsl
===================================================================
--- trunk/logistic/templates/base/allocation/allocation_suggestions.xsl 
2012-10-30 12:51:57 UTC (rev 10385)
+++ trunk/logistic/templates/base/allocation/allocation_suggestions.xsl 
2012-10-30 14:23:58 UTC (rev 10386)
@@ -42,7 +42,7 @@
                                                                        
</xsl:for-each>
                                                                </xsl:when>
                                                                <xsl:otherwise>
-                                                                       
<span><xsl:value-of select="attrib_value"/></span>
+                                                                       
<span><xsl:value-of select="value"/></span>
                                                                </xsl:otherwise>
                                                        </xsl:choose>
                                                </li>

Modified: trunk/logistic/templates/base/css/base.css
===================================================================
--- trunk/logistic/templates/base/css/base.css  2012-10-30 12:51:57 UTC (rev 
10385)
+++ trunk/logistic/templates/base/css/base.css  2012-10-30 14:23:58 UTC (rev 
10386)
@@ -2292,10 +2292,14 @@
        border: 1px solid #B0D9FF;
 }
 
-#resource-list .resource{
-       padding: 5px 0;
+#resource-list .resource {
+  padding: 10px;
 }
 
+#resource-list .resource input[type="checkbox"]{
+  margin: 0 10px;
+}
+
 #resource-list .resource.odd{
        background: #fff;
 }
@@ -2318,5 +2322,5 @@
     background: none repeat scroll 0 0 #B0D9FF;
     color: #092845;
     font-weight: bold;
-    padding: 5px 8px;
+    padding: 5px 20px;
 }
\ No newline at end of file

Modified: trunk/logistic/templates/base/requirement/requirement_overview.xsl
===================================================================
--- trunk/logistic/templates/base/requirement/requirement_overview.xsl  
2012-10-30 12:51:57 UTC (rev 10385)
+++ trunk/logistic/templates/base/requirement/requirement_overview.xsl  
2012-10-30 14:23:58 UTC (rev 10386)
@@ -62,9 +62,6 @@
                                                <xsl:if test="editor">
                                                        editor: <xsl:value-of 
select="editor"/>,
                                          </xsl:if>
-                                         <xsl:if test="type = 'button'">
-                                                       formatter:"button",
-                                         </xsl:if>
                                                className: "<xsl:value-of 
select="className"/>"
                                        }<xsl:value-of 
select="phpgw:conditional(not(position() = last()), ',', '')"/>
                                </xsl:for-each>
@@ -76,13 +73,10 @@
        });
        
        $(document).ready(function(){
-
                        var requirement_id = $("#requirement-container 
table").children("tr").eq(1).find("td.requirement_id").find("div").text();
-                       
                        updateAllocationTable( requirement_id );
                });
                
-               
                function updateAllocationTable(requirement_id){
                
                        var oArgs = {
@@ -103,6 +97,5 @@
                        
                                
YAHOO.portico.inlineTableHelper('allocation-container', requestUrl, 
myColumnDefs);
                }
-       
   </script>
 </xsl:template>
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]