phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property/templates/default form_workorder.tpl,1.


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property/templates/default form_workorder.tpl,1.3,1.4 invoice_detail.tpl,1.1.1.1,1.2
Date: Wed, 02 Oct 2002 13:00:05 -0400

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

Modified Files:
        form_workorder.tpl invoice_detail.tpl 
Log Message:
no message

Index: form_workorder.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/form_workorder.tpl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** form_workorder.tpl  18 Sep 2002 19:54:15 -0000      1.3
--- form_workorder.tpl  2 Oct 2002 17:00:00 -0000       1.4
***************
*** 30,33 ****
--- 30,38 ----
        }
  
+       function equipment()
+       {
+               
Window1=window.open('{equipment_link}',"Search","width=800,height=700,toolbar=no,scrollbars=yes,resizable=yes");
+       }
+ 
        function budget_account()
        {
***************
*** 119,122 ****
--- 124,131 ----
                <td><input type="hidden" name="tenant_id" value="{tenant_id}">
                <input type="text" name="tenant_name" size="50" 
value="{tenant_name}" readonly></td>
+       </tr>
+       <tr>    <td><input type="button" value="{lang_equipment}" 
onClick="equipment();">
+               <td><input type="text" name="equipment_id" 
value="{equipment_id}" readonly>
+               <input type="text" name="equipment_type" 
value="{equipment_type}" readonly></td>
        </tr>
        <tr>

Index: invoice_detail.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/property/templates/default/invoice_detail.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -r1.1.1.1 -r1.2
*** invoice_detail.tpl  28 Aug 2002 16:43:20 -0000      1.1.1.1
--- invoice_detail.tpl  2 Oct 2002 17:00:00 -0000       1.2
***************
*** 22,26 ****
  }
  </script>
! <p><b>&nbsp;&nbsp;&nbsp;{lang_action}</td></b><br>
  <hr noshade width="98%" align="center" size="1">
  <center>{error}{message}</center>
--- 22,26 ----
  }
  </script>
! 
<p><b>&nbsp;&nbsp;&nbsp;{lang_action}&nbsp;&nbsp;{bilagsnr}&nbsp;&nbsp;{vendor}</td></b><br>
  <hr noshade width="98%" align="center" size="1">
  <center>{error}{message}</center>





reply via email to

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