phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/templates/default body_detail.tpl, 1.1.2.


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] addressbook/templates/default body_detail.tpl, 1.1.2.1, 1.1.2.2 form.tpl, 1.16.4.1, 1.16.4.2
Date: Fri, 26 Sep 2003 05:32:05 +0000

Update of /cvsroot/phpgroupware/addressbook/templates/default
In directory subversions:/tmp/cvs-serv730/templates/default

Modified Files:
      Tag: Version-0_9_16-branch
        body_detail.tpl form.tpl 
Log Message:
Fixes for bugs 5188, 5237 - from jarg


Index: body_detail.tpl
===================================================================
RCS file: 
/cvsroot/phpgroupware/addressbook/templates/default/Attic/body_detail.tpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** body_detail.tpl     8 Sep 2003 13:26:37 -0000       1.1.2.1
--- body_detail.tpl     26 Sep 2003 05:32:03 -0000      1.1.2.2
***************
*** 5,10 ****
      <tr align="right">
        <td>
!               <input type="submit" name="{detail_b_name}" 
value="{detail_b_value}">
!         </td>
      </tr>
      <tr>
--- 5,10 ----
      <tr align="right">
        <td>
!                 {add_button}
!       </td>
      </tr>
      <tr>
***************
*** 29,37 ****
  <!-- BEGIN input_detail_data -->
  <tr bgcolor="{row_bgc}">
! <td>{text1}</td>
! <td>{text2}</td>
! <td>{text3}</td>
! <td>{text4}</td>
! <td>{text5}</td>
  </tr>
! <!-- END input_detail_data -->
--- 29,33 ----
  <!-- BEGIN input_detail_data -->
  <tr bgcolor="{row_bgc}">
! {input_cols}
  </tr>
! <!-- END input_detail_data -->
\ No newline at end of file

Index: form.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/templates/default/form.tpl,v
retrieving revision 1.16.4.1
retrieving revision 1.16.4.2
diff -C2 -d -r1.16.4.1 -r1.16.4.2
*** form.tpl    8 Sep 2003 13:26:37 -0000       1.16.4.1
--- form.tpl    26 Sep 2003 05:32:03 -0000      1.16.4.2
***************
*** 12,15 ****
--- 12,18 ----
        </tr>
        <tr>
+                 <input type="hidden" name="{old_tab_name}" value="{old_tab}">
+                 <input type="hidden" name="ab_id" value="{ab_id}">
+                 <input type="hidden" name="owner" value="{owner}">
                {current_tab_body}
        </tr>





reply via email to

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