phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] api/skins/default account_mgr.xsl, 1.1.2.11, 1.1.2.12


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] api/skins/default account_mgr.xsl, 1.1.2.11, 1.1.2.12
Date: Mon, 03 Nov 2003 20:21:44 +0000

Update of /cvsroot/phpgroupware/api/skins/default
In directory subversions:/tmp/cvs-serv29551/api/skins/default

Modified Files:
      Tag: proposal-branch
        account_mgr.xsl 
Log Message:
state cache now fully working

Index: account_mgr.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/api/skins/default/Attic/account_mgr.xsl,v
retrieving revision 1.1.2.11
retrieving revision 1.1.2.12
diff -C2 -d -r1.1.2.11 -r1.1.2.12
*** account_mgr.xsl     3 Nov 2003 19:11:30 -0000       1.1.2.11
--- account_mgr.xsl     3 Nov 2003 20:21:42 -0000       1.1.2.12
***************
*** 5,9 ****
  <!-- $Source$ -->
  
! <xsl:template match="APP/accounts">
        <br />
        <table class="normalbox" cellSpacing="0" cellPadding="0" width="80%" 
border="0">
--- 5,9 ----
  <!-- $Source$ -->
  
! <xsl:template match="APP[action_type='accounts']">
        <br />
        <table class="normalbox" cellSpacing="0" cellPadding="0" width="80%" 
border="0">
***************
*** 26,30 ****
                        <td class="sideboxcontent" bgColor="#efefef">
                                <table class="sideboxtext" cellSpacing="0" 
cellPadding="0" width="100%" border="0" valign="top">
!                                       <xsl:for-each select="accounts_item">
                                        <xsl:variable name="account_id" 
select="account_id" />
                                        <xsl:variable name="account_lid" 
select="account_lid" />
--- 26,30 ----
                        <td class="sideboxcontent" bgColor="#efefef">
                                <table class="sideboxtext" cellSpacing="0" 
cellPadding="0" width="100%" border="0" valign="top">
!                                       <xsl:for-each 
select="accounts/accounts_item">
                                        <xsl:variable name="account_id" 
select="account_id" />
                                        <xsl:variable name="account_lid" 
select="account_lid" />
***************
*** 59,64 ****
  </xsl:template>
  
! <xsl:template match="APP/add_account">
! 
        <br />
        <form method="POST">
--- 59,63 ----
  </xsl:template>
  
! <xsl:template match="APP[action_type='add_account']">
        <br />
        <form method="POST">
***************
*** 74,78 ****
                                        <tr>
                                                <td>Login ID:</td>
!                                               <td align="right"><input 
name="add_account[account_lid]" value="{account_lid}" /></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_lid = 1">
--- 73,77 ----
                                        <tr>
                                                <td>Login ID:</td>
!                                               <td align="right"><input 
name="account_lid" value="{account_lid}" /></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_lid = 1">
***************
*** 83,87 ****
                                        <tr>
                                                <td>First Name:</td>
!                                               <td align="right"><input 
name="add_account[account_firstname]" value="{account_firstname}" /></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_firstname = 1">
--- 82,86 ----
                                        <tr>
                                                <td>First Name:</td>
!                                               <td align="right"><input 
name="account_firstname" value="{account_firstname}" /></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_firstname = 1">
***************
*** 92,96 ****
                                        <tr>
                                                <td>Last Name:</td>
!                                               <td align="right"><input 
name="add_account[account_lastname]" value="{account_lastname}" /></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_lastname = 1">
--- 91,95 ----
                                        <tr>
                                                <td>Last Name:</td>
!                                               <td align="right"><input 
name="account_lastname" value="{account_lastname}" /></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_lastname = 1">
***************
*** 101,105 ****
                                        <tr>
                                                <td>Password:</td>
!                                               <td align="right"><input 
type="password" name="add_account[account_password]" value="{account_password}" 
/></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_password = 1">
--- 100,104 ----
                                        <tr>
                                                <td>Password:</td>
!                                               <td align="right"><input 
type="password" name="account_password" value="{account_password}" /></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_password = 1">
***************
*** 110,114 ****
                                        <tr>
                                                <td>Re-enter Password:</td>
!                                               <td align="right"><input 
type="password" name="add_account[account_password_confirm]" 
value="{account_password_confirm}" /></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_password_confirm = 1">
--- 109,113 ----
                                        <tr>
                                                <td>Re-enter Password:</td>
!                                               <td align="right"><input 
type="password" name="account_password_confirm" 
value="{account_password_confirm}" /></td>
                                                <td align="right">
                                                <xsl:if 
test="missing_fields/account_password_confirm = 1">
***************
*** 125,129 ****
  
                                                        <table width="100%" 
border="0">
!                                                               <td 
align="left" width="24"><input type="image" name="op" 
src="{$api_image_path}/clearform.png" value="api.base.form_clear" alt="Clear 
Form" title="Clear Form" /></td>
                                                                <td 
align="left" width="24"><input type="image" name="op" 
src="{$api_image_path}/pause.png" value="api.statecache.pause" alt="Place form 
on hold" title="Place form on hold" /></td>
                                                                <td 
width="*">&#160;</td>
--- 124,128 ----
  
                                                        <table width="100%" 
border="0">
!                                                               <td 
align="left" width="24"><input type="image" name="op" 
src="{$api_image_path}/clearform.png" value="api.statecache.clear" alt="Clear 
Form" title="Clear Form" /></td>
                                                                <td 
align="left" width="24"><input type="image" name="op" 
src="{$api_image_path}/pause.png" value="api.statecache.pause" alt="Place form 
on hold" title="Place form on hold" /></td>
                                                                <td 
width="*">&#160;</td>
***************
*** 144,148 ****
  
  <!-- FIXME: Re-create this form -->
! <xsl:template match="APP/view_account">
        <br />
        <form method="POST">
--- 143,147 ----
  
  <!-- FIXME: Re-create this form -->
! <xsl:template match="APP[action_type='view_account']">
        <br />
        <form method="POST">





reply via email to

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