phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property edit_documentation.php,1.1,1.1.2.1


From: Sigurd Nes <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property edit_documentation.php,1.1,1.1.2.1
Date: Sat, 16 Nov 2002 17:37:14 -0500

Update of /cvsroot/phpgroupware/property
In directory subversions:/tmp/cvs-serv446

Modified Files:
      Tag: Version-0_9_14-branch
        edit_documentation.php 
Log Message:
no message

Index: edit_documentation.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/edit_documentation.php,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** edit_documentation.php      15 Nov 2002 21:27:28 -0000      1.1
--- edit_documentation.php      16 Nov 2002 22:37:12 -0000      1.1.2.1
***************
*** 14,23 ****
  
        $t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
!       $t->set_file(array('documentation_add' => 'form_documentation.tpl',
                        'documentation_list_t' => 'form_documentation.tpl',
                        'documentation_list' => 'form_documentation.tpl'));
  
!       $t->set_block('documentation_add','add','addhandle');
!       $t->set_block('documentation_add','edit','edithandle');
        $t->set_block('documentation_list_t','documentation_list','list');
  
--- 14,23 ----
  
        $t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
!       $t->set_file(array('documentation_edit' => 'form_documentation.tpl',
                        'documentation_list_t' => 'form_documentation.tpl',
                        'documentation_list' => 'form_documentation.tpl'));
  
!       $t->set_block('documentation_edit','add','addhandle');
!       $t->set_block('documentation_edit','edit','edithandle');
        $t->set_block('documentation_list_t','documentation_list','list');
  
***************
*** 260,272 ****
  
  
!       $t->set_var('lang_add',lang('Add'));
        $t->set_var('lang_reset',lang('Clear Form'));
        $t->set_var('lang_done',lang('Done'));
        
$t->set_var('done_url',$GLOBALS['phpgw']->link('/property/list_documentation.php',"sort=$sort&order=$order&query=$query&start=$start&filter=$filter&cat_id=$cat_id"));
  
        $t->set_var('edithandle','');
        $t->set_var('addhandle','');
!       $t->pparse('out','documentation_add');
!       $t->pparse('addhandle','add');
  
        $GLOBALS['phpgw']->common->phpgw_footer();
--- 260,273 ----
  
  
!       $t->set_var('lang_edit',lang('Edit'));
        $t->set_var('lang_reset',lang('Clear Form'));
        $t->set_var('lang_done',lang('Done'));
        
$t->set_var('done_url',$GLOBALS['phpgw']->link('/property/list_documentation.php',"sort=$sort&order=$order&query=$query&start=$start&filter=$filter&cat_id=$cat_id"));
+       $t->set_var('delete','<form method="POST" action="' . 
$GLOBALS['phpgw']->link('/property/delete_documentation.php',"id=$id&cat_id=$cat_id&start=$start&sort=$sort&order=$order&query=$query&filter=$filter&location_code=$location_code&equipment_id=$equipment_id")
 . '"><input type="submit" value="' . lang('Delete') .'"></form>');
  
        $t->set_var('edithandle','');
        $t->set_var('addhandle','');
!       $t->pparse('out','documentation_edit');
!       $t->pparse('edithandle','edit');
  
        $GLOBALS['phpgw']->common->phpgw_footer();





reply via email to

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