[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Phpgroupware-cvs] CVS: admin/templates/default cats.xsl,1.1,1.2 groups
From: |
Bettina Gille <address@hidden> |
Subject: |
[Phpgroupware-cvs] CVS: admin/templates/default cats.xsl,1.1,1.2 groups.xsl,1.4,1.5 users.xsl,1.5,1.6 |
Date: |
Sun, 27 Apr 2003 19:16:17 -0400 |
Update of /cvsroot/phpgroupware/admin/templates/default
In directory subversions:/tmp/cvs-serv25418/templates/default
Modified Files:
cats.xsl groups.xsl users.xsl
Log Message:
update
Index: cats.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/cats.xsl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** cats.xsl 21 Apr 2003 00:20:24 -0000 1.1
--- cats.xsl 27 Apr 2003 23:16:15 -0000 1.2
***************
*** 97,129 ****
<xsl:template match="cat_add">
! <tr>
! <td height="50" valign="bottom">
! <xsl:variable
name="add_url"><xsl:value-of select="add_url"/></xsl:variable>
! <xsl:variable
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
! <form method="post" action="{$add_url}">
! <input type="submit" name="add"
value="{$lang_add}" onMouseout="window.status='';return true;">
! <xsl:attribute
name="onMouseover">
!
<xsl:text>window.status='</xsl:text>
!
<xsl:value-of select="lang_add_statustext"/>
! <xsl:text>';
return true;</xsl:text>
! </xsl:attribute>
! </input>
! </form>
</td>
! </tr>
! <tr>
! <td height="50" valign="bottom">
! <xsl:variable
name="done_url"><xsl:value-of select="done_url"/></xsl:variable>
! <xsl:variable
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
! <form method="post"
action="{$done_url}">
! <input type="submit"
name="done" value="{$lang_done}" onMouseout="window.status='';return true;">
! <xsl:attribute
name="onMouseover">
!
<xsl:text>window.status='</xsl:text>
!
<xsl:value-of select="lang_done_statustext"/>
! <xsl:text>';
return true;</xsl:text>
! </xsl:attribute>
! </input>
! </form>
</td>
</tr>
</xsl:template>
--- 97,124 ----
<xsl:template match="cat_add">
! <tr height="50" valign="bottom">
! <xsl:variable name="action_url"><xsl:value-of
select="action_url"/></xsl:variable>
! <form method="post" action="{$action_url}">
! <td colspan="2">
! <xsl:variable name="lang_add"><xsl:value-of
select="lang_add"/></xsl:variable>
! <input type="submit" name="add"
value="{$lang_add}" onMouseout="window.status='';return true;">
! <xsl:attribute
name="onMouseover">
!
<xsl:text>window.status='</xsl:text>
! <xsl:value-of
select="lang_add_statustext"/>
! <xsl:text>'; return
true;</xsl:text>
! </xsl:attribute>
! </input>
</td>
! <td colspan="3" align="right">
! <xsl:variable name="lang_done"><xsl:value-of
select="lang_done"/></xsl:variable>
! <input type="submit" name="done"
value="{$lang_done}" onMouseout="window.status='';return true;">
! <xsl:attribute
name="onMouseover">
!
<xsl:text>window.status='</xsl:text>
! <xsl:value-of
select="lang_done_statustext"/>
! <xsl:text>'; return
true;</xsl:text>
! </xsl:attribute>
! </input>
</td>
+ </form>
</tr>
</xsl:template>
***************
*** 136,140 ****
<table cellpadding="2" cellspacing="2" align="center">
<tr>
! <td colspan="2" align="center">
<xsl:value-of select="message"/>
</td>
--- 131,135 ----
<table cellpadding="2" cellspacing="2" align="center">
<tr>
! <td colspan="3" align="center">
<xsl:value-of select="message"/>
</td>
***************
*** 143,147 ****
<form method="post" action="{$edit_url}">
<tr>
! <td width="23%">
<xsl:value-of select="lang_parent"/>
</td>
--- 138,142 ----
<form method="post" action="{$edit_url}">
<tr>
! <td width="23%" colspan="2">
<xsl:value-of select="lang_parent"/>
</td>
***************
*** 151,155 ****
</tr>
<tr>
! <td><xsl:value-of select="lang_name"/>:</td>
<td><input name="values[name]" size="50"
onMouseout="window.status='';return true;">
<xsl:attribute
name="onMouseover">
--- 146,150 ----
</tr>
<tr>
! <td colspan="2"><xsl:value-of
select="lang_name"/>:</td>
<td><input name="values[name]" size="50"
onMouseout="window.status='';return true;">
<xsl:attribute
name="onMouseover">
***************
*** 165,169 ****
</tr>
<tr>
! <td valign="top"><xsl:value-of
select="lang_descr"/>:</td>
<td><textarea cols="60" rows="10"
name="values[descr]" wrap="virtual" onMouseout="window.status='';return true;">
<xsl:attribute
name="onMouseover">
--- 160,164 ----
</tr>
<tr>
! <td colspan="2" valign="top"><xsl:value-of
select="lang_descr"/>:</td>
<td><textarea cols="60" rows="10"
name="values[descr]" wrap="virtual" onMouseout="window.status='';return true;">
<xsl:attribute
name="onMouseover">
***************
*** 177,181 ****
</tr>
! <tr height="50">
<td>
<xsl:variable
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
--- 172,176 ----
</tr>
! <tr height="50" valign="bottom">
<td>
<xsl:variable
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
***************
*** 191,235 ****
</td>
<td>
! <xsl:choose>
! <xsl:when test="action = 'add'">
! <xsl:variable
name="lang_reset" select="lang_reset"/>
! <input type="reset"
name="reset" value="{$lang_reset}"/>
! </xsl:when>
! <xsl:otherwise>
!
<xsl:text> </xsl:text>
! </xsl:otherwise>
! </xsl:choose>
! </td>
! </tr>
! </form>
! <tr>
! <td>
! <xsl:variable
name="done_url"><xsl:value-of select="done_url"/></xsl:variable>
! <xsl:variable
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
! <form method="post"
action="{$done_url}">
! <input type="submit"
name="values[done]" value="{$lang_done}" onMouseout="window.status='';return
true;">
! <xsl:attribute
name="onMouseover">
!
<xsl:text>window.status='</xsl:text>
!
<xsl:value-of select="lang_done_statustext"/>
! <xsl:text>';
return true;</xsl:text>
! </xsl:attribute>
! </input>
! </form>
</td>
! <td>
! <xsl:choose>
! <xsl:when test="action =
'edit'">
! <xsl:variable
name="delete_url"><xsl:value-of select="delete_url"/></xsl:variable>
! <xsl:variable
name="lang_delete"><xsl:value-of select="lang_delete"/></xsl:variable>
! <form method="POST"
action="{$delete_url}">
! <input
type="submit" name="values[delete]" value="{$lang_delete}"/>
! </form>
! </xsl:when>
! <xsl:otherwise>
!
<xsl:text> </xsl:text>
! </xsl:otherwise>
! </xsl:choose>
</td>
</tr>
</table>
</xsl:template>
--- 186,210 ----
</td>
<td>
! <xsl:variable name="lang_apply"
select="lang_apply"/>
! <input type="reset"
name="values[apply]" value="{$lang_apply}" onMouseout="window.status='';return
true;">
! <xsl:attribute
name="onMouseover">
!
<xsl:text>window.status='</xsl:text>
! <xsl:value-of
select="lang_apply_statustext"/>
! <xsl:text>'; return
true;</xsl:text>
! </xsl:attribute>
! </input>
</td>
! <td align="right">
! <xsl:variable name="lang_cancel"><xsl:value-of
select="lang_cancel"/></xsl:variable>
! <input type="submit"
name="values[cancel]" value="{$lang_cancel}"
onMouseout="window.status='';return true;">
! <xsl:attribute
name="onMouseover">
!
<xsl:text>window.status='</xsl:text>
! <xsl:value-of
select="lang_cancel_statustext"/>
! <xsl:text>'; return
true;</xsl:text>
! </xsl:attribute>
! </input>
</td>
</tr>
+ </form>
</table>
</xsl:template>
Index: groups.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/groups.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** groups.xsl 27 Apr 2003 19:28:13 -0000 1.4
--- groups.xsl 27 Apr 2003 23:16:15 -0000 1.5
***************
*** 121,127 ****
<xsl:template match="group_edit">
<table border="0" cellpadding="2" cellspacing="2"
align="center" width="79%">
! <tr>
! <td><xsl:value-of select="error"/></td>
! </tr>
<tr>
<td valign="top">
--- 121,131 ----
<xsl:template match="group_edit">
<table border="0" cellpadding="2" cellspacing="2"
align="center" width="79%">
! <xsl:choose>
! <xsl:when test="msgbox_data != ''">
! <tr>
! <td
align="center"><xsl:call-template name="msgbox"/></td>
! </tr>
! </xsl:when>
! </xsl:choose>
<tr>
<td valign="top">
Index: users.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/admin/templates/default/users.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** users.xsl 27 Apr 2003 20:28:34 -0000 1.5
--- users.xsl 27 Apr 2003 23:16:15 -0000 1.6
***************
*** 133,139 ****
<xsl:template match="account_edit">
<table border="0" cellpadding="2" cellspacing="2"
align="center" width="95%">
! <tr>
! <td><xsl:value-of select="error"/></td>
! </tr>
<tr>
<td valign="top">
--- 133,143 ----
<xsl:template match="account_edit">
<table border="0" cellpadding="2" cellspacing="2"
align="center" width="95%">
! <xsl:choose>
! <xsl:when test="msgbox_data != ''">
! <tr>
! <td align="center"
colspan="2"><xsl:call-template name="msgbox"/></td>
! </tr>
! </xsl:when>
! </xsl:choose>
<tr>
<td valign="top">
***************
*** 150,154 ****
<xsl:variable
name="account_passwd" select="account_passwd"/>
<xsl:variable
name="account_passwd_2" select="account_passwd_2"/>
- <input type="hidden"
name="values[account_id]" value="{$account_id}"/>
<tr class="row_on">
<td
width="25%"><xsl:value-of select="lang_lid"/></td>
--- 154,157 ----
***************
*** 199,207 ****
<td>
<xsl:choose>
!
<xsl:when test="never_expires = 'yes'">
!
<input type="checkbox" name="values[never_expires]" value="True"
checked="checked"/>
</xsl:when>
<xsl:otherwise>
!
<input type="checkbox" name="values[never_expires]" value="True"/>
</xsl:otherwise>
</xsl:choose>
--- 202,210 ----
<td>
<xsl:choose>
!
<xsl:when test="expires_never = 'yes'">
!
<input type="checkbox" name="values[expires_never]" value="True"
checked="checked"/>
</xsl:when>
<xsl:otherwise>
!
<input type="checkbox" name="values[expires_never]" value="True"/>
</xsl:otherwise>
</xsl:choose>
***************
*** 245,252 ****
<xsl:choose>
<xsl:when test="selected != ''">
! <option value="{$account_id}"
selected="selected"><xsl:value-of select="account_name"/></option>
</xsl:when>
<xsl:otherwise>
! <option value="{$account_id}"><xsl:value-of
select="account_name"/></option>
</xsl:otherwise>
</xsl:choose>
--- 248,255 ----
<xsl:choose>
<xsl:when test="selected != ''">
! <option value="{$account_id}"
selected="selected"><xsl:value-of select="account_lid"/></option>
</xsl:when>
<xsl:otherwise>
! <option value="{$account_id}"><xsl:value-of
select="account_lid"/></option>
</xsl:otherwise>
</xsl:choose>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: admin/templates/default cats.xsl,1.1,1.2 groups.xsl,1.4,1.5 users.xsl,1.5,1.6,
Bettina Gille <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: projects/inc class.uiprojects.inc.php,1.62,1.63
- Next by Date:
[Phpgroupware-cvs] CVS: admin/inc class.boaccounts.inc.php,1.31,1.32 class.soaccounts.inc.php,1.8,1.9 class.uiaccounts.inc.php,1.36,1.37 class.uicategories.inc.php,1.33,1.34
- Previous by thread:
[Phpgroupware-cvs] CVS: projects/inc class.uiprojects.inc.php,1.62,1.63
- Next by thread:
[Phpgroupware-cvs] CVS: admin/inc class.boaccounts.inc.php,1.31,1.32 class.soaccounts.inc.php,1.8,1.9 class.uiaccounts.inc.php,1.36,1.37 class.uicategories.inc.php,1.33,1.34
- Index(es):