[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] api/skins/default/account_mgr.xsl, 1.1.2.26
From: |
nomail |
Subject: |
[Phpgroupware-cvs] api/skins/default/account_mgr.xsl, 1.1.2.26 |
Date: |
Thu, 20 May 2004 14:55:31 -0000 |
Update of /api/skins/default
Modified Files:
Branch: proposal-branch
account_mgr.xsl
date: 2004/04/16 20:59:49; author: seek3r; state: Exp; lines: +15 -5
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/account_mgr.xsl
diff -u api/skins/default/account_mgr.xsl:1.1.2.25
api/skins/default/account_mgr.xsl:1.1.2.26
--- api/skins/default/account_mgr.xsl:1.1.2.25 Sun Mar 7 22:44:53 2004
+++ api/skins/default/account_mgr.xsl Fri Apr 16 20:59:49 2004
@@ -145,7 +145,7 @@
</xsl:template>
<xsl:template match="APP[action_type='add_account']">
- <input type="hidden" name="form_submit" value="True" />
+ <input type="hidden" name="form_submit" value="true" />
<table width="95%" align="center">
<tr>
@@ -279,7 +279,7 @@
<xsl:template match="APP[action_type='edit_account']">
- <input type="hidden" name="edit_account_submit" value="True" />
+ <input type="hidden" name="edit_account_submit" value="true" />
<input type="hidden" name="account_id" value="{account_id}" />
<table class="normalbox" cellSpacing="1" cellPadding="0" width="40%"
border="0">
@@ -412,7 +412,7 @@
<td class="sideboxtitle"
align="center" height="28" width="100%">Account details</td>
</tr>
<tr>
- <td class="sideboxcontent"
bgColor="#efefef">
+ <td class="articlecontent"
bgColor="#efefef">
<table
class="sideboxtext" cellSpacing="0" cellPadding="0" width="70%" border="0"
valign="top" align="center">
<tr>
<td>Login ID:</td>
@@ -460,6 +460,16 @@
<xsl:with-param name="history_data" select="history_data" />
<xsl:with-param name="title" select="'Account history'" />
</xsl:call-template>
+
+ <!-- FIXME: There should be a generic widget for this -->
+ <xsl:if test="count(datamine/datamine_item) > 0">
+ <table border="0" width="95%">
+ <tr>
+ <td><font color="#000000"><b>Record
links</b></font></td>
+ </tr>
+ </table>
+ <xsl:apply-templates select="datamine/datamine_item" />
+ </xsl:if>
</xsl:template>
<xsl:template match="APP[delete_account = 1]">
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] api/skins/default/account_mgr.xsl, 1.1.2.26,
nomail <=