phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/b_account.xsl, 1.3.2.1


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/b_account.xsl, 1.3.2.1
Date: Tue, 16 Nov 2004 11:14:02 +0100

Update of /property/templates/default
Modified Files:
        Branch: proposed-0_9_18-branch
          b_account.xsl

date: 2004/11/16 10:14:02;  author: sigurdne;  state: Exp;  lines: +15 -6

Log Message:
no message
=====================================================================
Index: property/templates/default/b_account.xsl
diff -u property/templates/default/b_account.xsl:1.3 
property/templates/default/b_account.xsl:1.3.2.1
--- property/templates/default/b_account.xsl:1.3        Thu Aug 12 18:56:23 2004
+++ property/templates/default/b_account.xsl    Tue Nov 16 10:14:02 2004
@@ -79,12 +79,20 @@
                                        <xsl:value-of select="first"/>
                                </td>
                                <td align="center">
-                                       <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/></xsl:variable>
-                                       <a href="{$link_edit}" 
onMouseover="window.status='{$lang_edit_b_accounttext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit"/></a>
+                                       <xsl:choose>
+                                               <xsl:when test="link_edit !=''">
+                                                       <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/></xsl:variable>
+                                                       <a href="{$link_edit}" 
onMouseover="window.status='{$lang_edit_b_accounttext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit"/></a>
+                                               </xsl:when>
+                                       </xsl:choose>
                                </td>
                                <td align="center">
-                                       <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
-                                       <a href="{$link_delete}" 
onMouseover="window.status='{$lang_delete_b_accounttext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_delete"/></a>
+                                       <xsl:choose>
+                                               <xsl:when test="link_delete 
!=''">
+                                                       <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
+                                                       <a 
href="{$link_delete}" 
onMouseover="window.status='{$lang_delete_b_accounttext}';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_delete"/></a>
+                                               </xsl:when>
+                                       </xsl:choose>
                                </td>
                        </tr>
        </xsl:template>
@@ -104,7 +112,7 @@
                                                </input>
                                        </form>
                                </td>
-                               <td height="50">
+       <!--                    <td height="50">
                                        <xsl:variable 
name="done_action"><xsl:value-of select="done_action"/></xsl:variable>
                                        <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
                                        <form method="post" 
action="{$done_action}">
@@ -117,6 +125,7 @@
                                                </input>
                                        </form>
                                </td>
+       -->
                        </tr>
        </xsl:template>
 




reply via email to

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