phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/base wo_hour.xsl


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/templates/base wo_hour.xsl
Date: Thu, 09 Mar 2006 22:05:38 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Branch:         
Changes by:     Sigurd Nes <address@hidden>     06/03/09 22:05:38

Modified files:
        templates/base : wo_hour.xsl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/phpgroupware/property/templates/base/wo_hour.xsl.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: property/templates/base/wo_hour.xsl
diff -u property/templates/base/wo_hour.xsl:1.4 
property/templates/base/wo_hour.xsl:1.5
--- property/templates/base/wo_hour.xsl:1.4     Fri Sep  9 10:52:13 2005
+++ property/templates/base/wo_hour.xsl Thu Mar  9 22:05:38 2006
@@ -1,4 +1,4 @@
-<!-- $Id: wo_hour.xsl,v 1.4 2005/09/09 10:52:13 sigurdne Exp $ -->
+<!-- $Id: wo_hour.xsl,v 1.5 2006/03/09 22:05:38 sigurdne Exp $ -->
 
        <xsl:template name="app_data">
                <xsl:choose>
@@ -1312,6 +1312,9 @@
                                <td class="th_text" width="5%" align="center">
                                        <xsl:value-of select="lang_category"/>
                                </td>
+                               <td class="th_text" width="5%" align="center">
+                                       <xsl:value-of select="lang_per_cent"/>
+                               </td>
                        </tr>
        </xsl:template>
 
@@ -1395,7 +1398,9 @@
                                                        </xsl:for-each>
                                        </select>
                                </td>
-
+                               <td>
+                                       <input type="text" size="3" 
name="values[per_cent][{counter}]"></input>
+                               </td>
 
                        </tr>
        </xsl:template>
@@ -1436,6 +1441,9 @@
                                        <xsl:value-of select="lang_category"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
+                                       <xsl:value-of select="lang_per_cent"/>
+                               </td>
+                               <td class="th_text" width="5%" align="center">
                                        <xsl:value-of select="lang_edit"/>
                                </td>
                                <td class="th_text" width="5%" align="center">
@@ -1505,6 +1513,9 @@
                                <td align="right">
                                        <xsl:value-of 
select="wo_hour_category"/>
                                </td>
+                               <td align="right">
+                                       <xsl:value-of 
select="wo_hour_category_percent"/>
+                               </td>
                                <td align="center">
                                        <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/>&amp;from=<xsl:value-of 
select="//function"/>&amp;template_id=<xsl:value-of 
select="//template_id"/></xsl:variable>
                                        <a href="{$link_edit}" 
onMouseover="window.status='{$lang_edit_statustext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit"/></a>
@@ -1909,6 +1920,13 @@
                                                <option value=""><xsl:value-of 
select="lang_select_wo_hour_category"/></option>
                                                <xsl:apply-templates 
select="wo_hour_cat_list"/>
                                        </select>
+                                       <input type="text"  size = "3" 
name="values[hour_cat_per_cent]" value="{value_cat_per_cent}" 
onMouseout="window.status='';return true;">
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_cat_per_cent_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
                                </td>
                        </tr>
                        <tr>
@@ -2126,4 +2144,4 @@
                        </xsl:otherwise>
                </xsl:choose>
        </xsl:template>
-       
\ No newline at end of file
+       




reply via email to

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