phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/templates/default form.tpl,1.9,1.10


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/templates/default form.tpl,1.9,1.10
Date: Tue, 06 Aug 2002 03:43:01 -0400

Update of /cvsroot/phpgroupware/infolog/templates/default
In directory subversions:/tmp/cvs-serv17543

Modified Files:
        form.tpl 
Log Message:
corrected bug from savanah patch #419
infolog could not add new entries, that was caused by a halfway change to a new 
edit-form-template

Index: form.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/templates/default/form.tpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** form.tpl    1 Jun 2002 10:10:14 -0000       1.9
--- form.tpl    6 Aug 2002 07:42:57 -0000       1.10
***************
*** 1,29 ****
- <!-- BEGIN add -->
-          <table width="90%" border="0" cellspacing="0" cellpadding="0">
-          <tr valign="bottom">
-           <td height="35" width="50%">
-            <div align="center">
-                  <input type="submit" name="add" value="{lang_addsubmitb}">
-             </div>
-           </td>
-           <td height="35" width="50%">
-            <div align="center">
-                  <input type="reset" name="reset" value="{lang_addresetb}">
-            </div>
-           </td>
-          </tr>
-          </table>
- <!-- END add -->
- 
- <!-- BEGIN edit -->
-          <table width="90%" border="0">
-          <tr valing=bottom height=100>
-           <td>{edit_button}</td>
-           <td>{cancel_button}</td>
-           <td width="80%" align=right>{delete_button}</td>
-          </tr>
-          </table>
- <!-- END edit -->
- 
  <!-- BEGIN info_edit -->
  {doSearchFkt}
--- 1,2 ----
***************
*** 138,142 ****
           </table>
  
!          {buttons}
         </form>
       </center>
--- 111,121 ----
           </table>
  
!          <table width="90%" border="0">
!          <tr valing=bottom height=100>
!           <td>{edit_button}</td>
!           <td>{cancel_button}</td>
!           <td width="80%" align=right>{delete_button}</td>
!          </tr>
!          </table>
         </form>
       </center>




reply via email to

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