Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Saturday, April 20, 2024

Diff for phpMyEdit/phpMyEdit.class.php between version 1.135 and 1.136

version 1.135, 2004/04/17 11:35:48 version 1.136, 2004/04/18 14:17:07
Line 19 
Line 19 
  * http://platon.sk/projects/phpMyEdit/   * http://platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.134 2004/04/14 20:11:58 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.135 2004/04/17 11:35:48 nepto Exp $ */
   
 /*  This is a generic table editing program. The table and fields to be  /*  This is a generic table editing program. The table and fields to be
         edited are defined in the calling program.          edited are defined in the calling program.
Line 1679  function phpMyEdit_filter_handler(theFor
Line 1679  function phpMyEdit_filter_handler(theFor
                         echo $this->htmlSubmit('savecopy', 'Save', $this->getCSSclass('save', $position), true), ' ';                          echo $this->htmlSubmit('savecopy', 'Save', $this->getCSSclass('save', $position), true), ' ';
                         echo $this->htmlSubmit('cancelcopy', 'Cancel', $this->getCSSclass('cancel', $position), false);                          echo $this->htmlSubmit('cancelcopy', 'Cancel', $this->getCSSclass('cancel', $position), false);
                 } elseif ($this->delete_operation()) {                  } elseif ($this->delete_operation()) {
                         echo $this->htmlSubmit('savedelete', 'Delete', $this->getCSSclass('save', $position), true), ' ';                          echo $this->htmlSubmit('savedelete', 'Delete', $this->getCSSclass('save', $position), false), ' ';
                         echo $this->htmlSubmit('canceldelete', 'Cancel', $this->getCSSclass('cancel', $position), false);                          echo $this->htmlSubmit('canceldelete', 'Cancel', $this->getCSSclass('cancel', $position), false);
                 } elseif ($this->view_operation()) {                  } elseif ($this->view_operation()) {
                         if ($this->change_enabled()) {                          if ($this->change_enabled()) {
                                 echo $this->htmlSubmit('operation', 'Change', $this->getCSSclass('save', $position), true), ' ';                                  echo $this->htmlSubmit('operation', 'Change', $this->getCSSclass('save', $position), false), ' ';
                         }                          }
                         echo $this->htmlSubmit('cancelview', 'Cancel', $this->getCSSclass('cancel', $position), false);                          echo $this->htmlSubmit('cancelview', 'Cancel', $this->getCSSclass('cancel', $position), false);
                 }                  }

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top