phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default/widgets.xsl, 1.1.1.1.2.17


From: nomail
Subject: [Phpgroupware-cvs] api/skins/default/widgets.xsl, 1.1.1.1.2.17
Date: Thu, 20 May 2004 15:33:43 -0000

Update of /api/skins/default
Modified Files:
        Branch: proposal-branch
          widgets.xsl

date: 2004/04/16 20:59:49;  author: seek3r;  state: Exp;  lines: +13 -12

Log Message:
bringing savannah cvs back up to date with what we were doing on our private 
cvs server. We will not be doing dev from this cvs tree
=====================================================================
Index: api/skins/default/widgets.xsl
diff -u api/skins/default/widgets.xsl:1.1.1.1.2.16 
api/skins/default/widgets.xsl:1.1.1.1.2.17
--- api/skins/default/widgets.xsl:1.1.1.1.2.16  Thu Dec 25 02:20:18 2003
+++ api/skins/default/widgets.xsl       Fri Apr 16 20:59:49 2004
@@ -171,6 +171,7 @@
                }
        </script>
 
+       <input type="hidden" name="op" value="{/PHPGW/API/op/opname}"/>
        <input type="hidden" name="select_tab" />
        <table border="0" width="100%" cellspacing="0" cellpadding="0">
                <tr valign="bottom">
@@ -184,14 +185,14 @@
                                                                        
<xsl:when test="string(current) = '1'">
                                                                                
<table cellspacing="0" cellpadding="0">
                                                                                
        <tr>
-                                                                               
                <td nowrap="True" class="tab_active th"><xsl:value-of 
select="title"/> </td>
+                                                                               
                <td nowrap="true" class="tab_active th"><xsl:value-of 
select="title"/> </td>
                                                                                
        </tr>
                                                                                
</table>
                                                                        
</xsl:when>
                                                                        
<xsl:otherwise>
                                                                                
<table cellpadding="0">
                                                                                
        <tr>
-                                                                               
                <td nowrap="True" class="tab row_on">
+                                                                               
                <td nowrap="true" class="tab row_on">
                                                                                
                        <xsl:variable name="pos" select="position()" />
                                                                                
                        <a href="javascript: tab_submit('{$pos}');" 
class="tablink"><xsl:value-of select="title"/></a>
                                                                                
                </td>
@@ -298,7 +299,7 @@
 
 <xsl:template match="pref_widget">
        <br />
-       <input type="hidden" name="form_submit" value="True" />
+       <input type="hidden" name="form_submit" value="true" />
 
        <table class="normalbox" cellSpacing="1" cellPadding="0" width="50%" 
border="0" align="center">
                <tr> 
@@ -358,7 +359,7 @@
 
 <xsl:template match="config_widget">
        <br />
-       <input type="hidden" name="form_submit" value="True" />
+       <input type="hidden" name="form_submit" value="true" />
 
        <table class="normalbox" cellSpacing="1" cellPadding="0" width="70%" 
border="0" align="center">
                <tr> 
@@ -502,14 +503,14 @@
                                                <td width="15%">User</td>
                                                <td width="10%">Action</td>
                                                <td width="20%">Field</td>
-                                               <td width="*">Old value</td>
-                                               <td width="*">New value</td>
+                                               <td width="16%">Old value</td>
+                                               <td width="16%">New value</td>
                                        </tr>
                                </table>
                        </td>
                </tr>
                <tr>
-                       <td class="sideboxcontent" bgColor="#efefef">
+                       <td class="articlecontent" bgColor="#efefef">
                                <table class="sideboxtext" cellSpacing="0" 
cellPadding="0" width="100%" border="0" valign="top">
 
                                        <xsl:if 
test="count(history_data/history_data_item) = 0">
@@ -549,13 +550,13 @@
                                                                <td 
width="20%"><font color="#000000"><xsl:value-of select="field" /></font></td>
                                                                <xsl:choose>
                                                                        
<xsl:when test="old_value != ''">
-                                                                               
<td width="*">&#160;<font color="#000000"><xsl:value-of select="old_value" 
/></font></td>
+                                                                               
<td width="16%">&#160;<font color="#000000"><xsl:value-of select="old_value" 
/></font></td>
                                                                        
</xsl:when>
                                                                        
<xsl:otherwise>
                                                                                
<!-- This was done like this on purpose, or alignments get all screawed up -->
-                                                                               
<td width="*">&#160;<font class="{$class}"><xsl:value-of select="old_value" 
/></font></td></xsl:otherwise>
+                                                                               
<td width="16%">&#160;<font class="{$class}"><xsl:value-of select="old_value" 
/></font></td></xsl:otherwise>
                                                                </xsl:choose>
-                                                               <td 
width="*"><font color="#000000"><xsl:value-of select="new_value" /></font></td>
+                                                               <td 
width="16%"><font color="#000000"><xsl:value-of select="new_value" 
/></font></td>
                                                        </tr>
                                                </xsl:for-each>
                                        </xsl:for-each>




reply via email to

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