phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/templates/default/s_agreement.xsl, 1.7


From: nomail
Subject: [Phpgroupware-cvs] property/templates/default/s_agreement.xsl, 1.7
Date: Wed, 30 Jun 2004 15:24:56 +0200

Update of /property/templates/default
Modified Files:
        Branch: 
          s_agreement.xsl

date: 2004/06/30 13:24:56;  author: sigurdne;  state: Exp;  lines: +36 -0

Log Message:
no message
=====================================================================
Index: property/templates/default/s_agreement.xsl
diff -u property/templates/default/s_agreement.xsl:1.6 
property/templates/default/s_agreement.xsl:1.7
--- property/templates/default/s_agreement.xsl:1.6      Tue Jun 29 22:04:50 2004
+++ property/templates/default/s_agreement.xsl  Wed Jun 30 13:24:56 2004
@@ -335,6 +335,24 @@
                                        </script>
                                </td>
                        </tr>
+                       <tr>
+                               <td valign="top">
+                                       <xsl:value-of 
select="lang_termination_date"/>
+                               </td>
+                               <td>
+                                       <input type="text" 
id="termination_date" name="termination_date" size="10" 
value="{value_termination_date}" readonly="readonly" 
onMouseout="window.status='';return true;" >
+                                               <xsl:attribute 
name="onMouseover">
+                                                       
<xsl:text>window.status='</xsl:text>
+                                                               <xsl:value-of 
select="lang_termination_date_statustext"/>
+                                                       <xsl:text>'; return 
true;</xsl:text>
+                                               </xsl:attribute>
+                                       </input>
+                                       <script type="text/javascript">
+                                       document.writeln('<img 
id="termination_date-trigger" src="{date_img}" title="{lang_datetitle}" 
style="cursor:pointer; cursor:hand;"/>');
+                                       <xsl:value-of 
select="calendar_setup_termination"/>
+                                       </script>
+                               </td>
+                       </tr>
                        
                        <xsl:choose>
                                <xsl:when test="files!=''">
@@ -479,6 +497,11 @@
                <form method="post" name="alarm" action="{$edit_url}">
                        <input type="hidden" name="values[entity_id]" 
value="{value_s_agreement_id}" ></input>
                        <table>
+                               <tr>
+                                       <td class="th_text" align="left" 
colspan="5">
+                                               <xsl:value-of 
select="lang_alarm"/>
+                                       </td>
+                               </tr>
                                <xsl:call-template name="alarm_form"/>
                        </table>
                </form>
@@ -790,6 +813,14 @@
                                                <input type="text" 
id="end_date" name="end_date" size="10" value="{value_end_date}" 
readonly="readonly" onMouseout="window.status='';return true;" ></input>
                                        </td>
                                </tr>
+                               <tr>
+                                       <td valign="top">
+                                               <xsl:value-of 
select="lang_termination_date"/>
+                                       </td>
+                                       <td>
+                                               <input type="text" 
id="termination_date" name="termination_date" size="10" 
value="{value_termination_date}" readonly="readonly" 
onMouseout="window.status='';return true;" ></input>
+                                       </td>
+                               </tr>
                                <xsl:choose>
                                        <xsl:when test="files!=''">
                                        <tr>
@@ -873,6 +904,11 @@
                        </td></tr>
                        <tr><td>
                        <table>
+                               <tr>
+                                       <td class="th_text" align="left" 
colspan="4">
+                                               <xsl:value-of 
select="lang_alarm"/>
+                                       </td>
+                               </tr>
                                <xsl:call-template name="alarm_view"/>
                        </table>
                        </td>




reply via email to

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