phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default location.xsl,NONE,1.1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default location.xsl,NONE,1.1 tts.xsl,NONE,1.1 user_id_filter.xsl,NONE,1.1 user_id_select.xsl,NONE,1.1 investment.xsl,1.4,1.5lookup.xsl,1.6,1.7
Date: Mon, 03 Feb 2003 16:50:24 -0500

Update of /cvsroot/phpgroupware/property/templates/default
In directory subversions:/tmp/cvs-serv15509/templates/default

Modified Files:
        investment.xsl lookup.xsl 
Added Files:
        location.xsl tts.xsl user_id_filter.xsl user_id_select.xsl 
Log Message:
no message

***** Error reading new file: [Errno 2] No such file or directory: 
'location.xsl'
***** Error reading new file: [Errno 2] No such file or directory: 'tts.xsl'
***** Error reading new file: [Errno 2] No such file or directory: 
'user_id_filter.xsl'
***** Error reading new file: [Errno 2] No such file or directory: 
'user_id_select.xsl'
Index: investment.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/investment.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** investment.xsl      26 Jan 2003 12:27:49 -0000      1.4
--- investment.xsl      3 Feb 2003 21:50:22 -0000       1.5
***************
*** 532,592 ****
                        <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                        <form method="post" action="{$form_action}" name="form">
!                       <tr>
!                               <td valign="top">
!                                       <xsl:variable 
name="lang_location"><xsl:value-of select="lang_location"/></xsl:variable>
!                                       <input type="button" name="location" 
value="{$lang_location}" onClick="location_lookup();" 
onMouseout="window.status='';return true;">
!                                               <xsl:attribute 
name="onMouseover">
!                                                       
<xsl:text>window.status='</xsl:text>
!                                                               <xsl:value-of 
select="lang_select_location_statustext"/>
!                                                       <xsl:text>'; return 
true;</xsl:text>
!                                               </xsl:attribute>
!                                       </input>
!                               </td>
!                               <td>
!                                       <input type="text" name="property_id" 
value="{value_property_id}"  readonly="readonly"> </input>
!                                       <xsl:value-of select="lang_property"/>
!                               </td>
!                       </tr>
!                       <tr>
!                               <td>
!                                       <xsl:value-of select="lang_building"/>
!                               </td>
!                               <td>
!                                       <input type="text" name="building_id" 
value="{value_building_id}"  readonly="readonly"> </input>
!                               </td>
!                       </tr>
!                       <tr>
!                               <td>
!                                       <xsl:value-of select="lang_entrance"/>
!                               </td>
!                               <td>
!                                       <input type="text" name="entrance_id" 
value="{value_entrance_id}"  readonly="readonly"> </input>
!                               </td>
!                       </tr>
!                       <tr>
!                               <td>
!                                       <xsl:value-of select="lang_apartment"/>
!                               </td>
!                               <td>
!                                       <input type="text" name="apartment_id" 
value="{value_apartment_id}"  readonly="readonly"> </input>
!                               </td>
!                       </tr>
!                                       <input type="hidden" 
name="tenant_id"></input>
  
-                       <tr>
-                               <td valign="top">
-                                       <xsl:variable 
name="lang_equipment"><xsl:value-of select="lang_equipment"/></xsl:variable>
-                                       <input type="button" name="equipment" 
value="{$lang_equipment}" onClick="equipment_lookup();" 
onMouseout="window.status='';return true;">
-                                               <xsl:attribute 
name="onMouseover">
-                                                       
<xsl:text>window.status='</xsl:text>
-                                                               <xsl:value-of 
select="lang_select_location_statustext"/>
-                                                       <xsl:text>'; return 
true;</xsl:text>
-                                               </xsl:attribute>
-                                       </input>
-                               </td>
-                               <td>
-                                       <input type="text" name="equipment_id" 
value="{value_equipment_id}"  readonly="readonly"> </input>
-                               </td>
-                       </tr>
                        <tr>
                                <td>
--- 532,537 ----
                        <xsl:variable name="form_action"><xsl:value-of 
select="form_action"/></xsl:variable>
                        <form method="post" action="{$form_action}" name="form">
!                       <xsl:call-template name="location"/>
  
                        <tr>
                                <td>

Index: lookup.xsl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/lookup.xsl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** lookup.xsl  27 Jan 2003 10:40:31 -0000      1.6
--- lookup.xsl  3 Feb 2003 21:50:22 -0000       1.7
***************
*** 132,135 ****
--- 132,136 ----
                                opener.document.form.apartment_id.value = '';
                                opener.document.form.tenant_id.value = '';
+                               opener.document.form.equipment_id.value = '';
                                window.close()
                        }
***************
*** 141,144 ****
--- 142,146 ----
                                opener.document.form.apartment_id.value = '';
                                opener.document.form.tenant_id.value = '';
+                               opener.document.form.equipment_id.value = '';
                                window.close()
                        }
***************
*** 150,153 ****
--- 152,156 ----
                                opener.document.form.apartment_id.value = '';
                                opener.document.form.tenant_id.value = '';
+                               opener.document.form.equipment_id.value = '';
                                window.close()
                        }
***************
*** 159,162 ****
--- 162,166 ----
                                opener.document.form.apartment_id.value = 
thisform.elements[4].value;
                                opener.document.form.tenant_id.value = '';
+                               opener.document.form.equipment_id.value = '';
                                window.close()
                        }
***************
*** 168,171 ****
--- 172,176 ----
                                opener.document.form.apartment_id.value = 
thisform.elements[3].value;
                                opener.document.form.tenant_id.value = 
thisform.elements[4].value;
+                               opener.document.form.equipment_id.value = '';
                                window.close()
                        }





reply via email to

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