phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: notes/templates/default form.xsl,1.6,1.7 list.xs


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: notes/templates/default form.xsl,1.6,1.7 list.xsl,1.8,1.9
Date: Sat, 28 Sep 2002 11:34:17 -0400

Update of /cvsroot/phpgroupware/notes/templates/default
In directory subversions:/tmp/cvs-serv11037/templates/default

Modified Files:
        form.xsl list.xsl 
Log Message:
added docu to the status bar

Index: form.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/form.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** form.xsl    27 Sep 2002 01:08:44 -0000      1.6
--- form.xsl    28 Sep 2002 15:34:14 -0000      1.7
***************
*** 16,20 ****
                                </td>
                                <td>
!                                       <select name="values[cat]" 
class="forms">
                                                <xsl:call-template 
name="cat_select"/>
                                        </select>
--- 16,20 ----
                                </td>
                                <td>
!                                       <select name="values[cat]" 
class="forms" onMouseover="window.status='Select the category the notes belongs 
to. To do not use a category select NONE.';return true;" 
onMouseout="window.status='';return true;">
                                                <xsl:call-template 
name="cat_select"/>
                                        </select>
***************
*** 26,30 ****
                                </td>
                                <td>
!                                       <textarea cols="60" rows="10" 
name="values[content]" wrap="virtual"><xsl:value-of 
select="value_content"/></textarea>
                                </td>
                        </tr>
--- 26,30 ----
                                </td>
                                <td>
!                                       <textarea cols="60" rows="10" 
name="values[content]" wrap="virtual" onMouseover="window.status='Enter the 
content of the note.';return true;" onMouseout="window.status='';return 
true;"><xsl:value-of select="value_content"/></textarea>
                                </td>
                        </tr>
***************
*** 36,43 ****
                                        <xsl:choose>
                                                        <xsl:when 
test="value_access">
!                                                               <input 
type="checkbox" name="values[access]" value="True" checked="checked"/>
                                                        </xsl:when>
                                                        <xsl:otherwise>
!                                                               <input 
type="checkbox" name="values[access]" value="True"/>
                                                        </xsl:otherwise>
                                        </xsl:choose>
--- 36,43 ----
                                        <xsl:choose>
                                                        <xsl:when 
test="value_access">
!                                                               <input 
type="checkbox" name="values[access]" value="True" checked="checked" 
onMouseover="window.status='The note is private. If the note should be public, 
uncheck this box.';return true;" onMouseout="window.status='';return true;"/>
                                                        </xsl:when>
                                                        <xsl:otherwise>
!                                                               <input 
type="checkbox" name="values[access]" value="True" 
onMouseover="window.status='The note is public. If the note should be private, 
checked this box.';return true;" onMouseout="window.status='';return true;"/>
                                                        </xsl:otherwise>
                                        </xsl:choose>
***************
*** 47,51 ****
                                <td>
                                        <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
!                                       <input type="submit" class="forms" 
name="values[save]" value="{$lang_save}"/>
                                </td>
                        </tr>
--- 47,51 ----
                                <td>
                                        <xsl:variable 
name="lang_save"><xsl:value-of select="lang_save"/></xsl:variable>
!                                       <input type="submit" class="forms" 
name="values[save]" value="{$lang_save}" onMouseover="window.status='Saves the 
note.';return true;" onMouseout="window.status='';return true;"/>
                                </td>
                        </tr>
***************
*** 56,60 ****
                                        <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
                                        <form method="post" 
action="{$done_action}">
!                                       <input type="submit" class="forms" 
name="done" value="{$lang_done}"/>
                                        </form>
                                </td>
--- 56,60 ----
                                        <xsl:variable 
name="lang_done"><xsl:value-of select="lang_done"/></xsl:variable>
                                        <form method="post" 
action="{$done_action}">
!                                       <input type="submit" class="forms" 
name="done" value="{$lang_done}" onMouseover="window.status='Back to the 
list.';return true;" onMouseout="window.status='';return true;"/>
                                        </form>
                                </td>

Index: list.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/notes/templates/default/list.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** list.xsl    27 Sep 2002 01:08:44 -0000      1.8
--- list.xsl    28 Sep 2002 15:34:14 -0000      1.9
***************
*** 79,91 ****
                                <td align="center">
                                        <xsl:variable 
name="link_view"><xsl:value-of select="link_view"/></xsl:variable>
!                                       <a href="{$link_view}"><xsl:value-of 
select="text_view"/></a>
                                </td>
                                <td align="center">
                                        <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/></xsl:variable>
!                                       <a href="{$link_edit}"><xsl:value-of 
select="text_edit"/></a>
                                </td>
                                <td align="center">
                                        <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
!                                       <a href="{$link_delete}"><xsl:value-of 
select="text_delete"/></a>
                                </td>
                        </tr>
--- 79,91 ----
                                <td align="center">
                                        <xsl:variable 
name="link_view"><xsl:value-of select="link_view"/></xsl:variable>
!                                       <a href="{$link_view}" 
onMouseover="window.status='View the note';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_view"/></a>
                                </td>
                                <td align="center">
                                        <xsl:variable 
name="link_edit"><xsl:value-of select="link_edit"/></xsl:variable>
!                                       <a href="{$link_edit}" 
onMouseover="window.status='Edit the note';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_edit"/></a>
                                </td>
                                <td align="center">
                                        <xsl:variable 
name="link_delete"><xsl:value-of select="link_delete"/></xsl:variable>
!                                       <a href="{$link_delete}" 
onMouseover="window.status='Delete the note';return true;" 
onMouseout="window.status='';return true;"><xsl:value-of 
select="text_delete"/></a>
                                </td>
                        </tr>
***************
*** 98,102 ****
                                        <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
                                        <form method="post" 
action="{$add_action}">
!                                       <input type="submit" class="forms" 
name="add" value="{$lang_add}"/>
                                        </form>
                                </td>
--- 98,102 ----
                                        <xsl:variable 
name="lang_add"><xsl:value-of select="lang_add"/></xsl:variable>
                                        <form method="post" 
action="{$add_action}">
!                                       <input type="submit" class="forms" 
name="add" value="{$lang_add}" onMouseover="window.status='Add a note';return 
true;" onMouseout="window.status='';return true;"/>
                                        </form>
                                </td>





reply via email to

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