phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/templates/default compose.tpl,1.1,1.2


From: Angelo Tony Puglisi <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/templates/default compose.tpl,1.1,1.2
Date: Tue, 08 Jan 2002 10:06:06 -0500

Update of /cvsroot/phpgroupware//email/templates/default
In directory subversions:/tmp/cvs-serv13881/email/templates/default

Modified Files:
        compose.tpl 
Log Message:
alternate php3 compat, ntier compose, other bug fixes

Index: compose.tpl
===================================================================
RCS file: /cvsroot/phpgroupware//email/templates/default/compose.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** compose.tpl 4 Jun 2001 07:16:01 -0000       1.1
--- compose.tpl 8 Jan 2002 15:06:03 -0000       1.2
***************
*** 1,4 ****
  <!-- begin compose.tpl -->
! <script>
  <!--
    self.name="first_Window";
--- 1,4 ----
  <!-- begin compose.tpl -->
! <script type="text/javascript">
  <!--
    self.name="first_Window";
***************
*** 16,20 ****
  <table border="0" cellpadding="1" cellspacing="1" width="95%" align="center">
  <form enctype="multipart/form-data" name="{form1_name}" 
action="{form1_action}" method="{form1_method}">
- <input type="hidden" name="{hidden1_name}" value="{hidden1_value}">
  <tr>
        <td colspan="2" bgcolor="{buttons_bgcolor}">
--- 16,19 ----
***************
*** 88,90 ****
    if(document.doit.to.value == "") document.doit.to.focus();
  </script>
! <!-- end compose.tpl -->
\ No newline at end of file
--- 87,89 ----
    if(document.doit.to.value == "") document.doit.to.focus();
  </script>
! <!-- end compose.tpl -->




reply via email to

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