Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

Diff for phpMyEdit/phpMyEdit.class.php between version 1.75 and 1.76

version 1.75, 2003/04/13 12:24:54 version 1.76, 2003/04/20 21:39:16
Line 19 
Line 19 
  * http://www.platon.sk/projects/phpMyEdit/   * http://www.platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.74 2003/04/13 01:09:50 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.75 2003/04/13 12:24:54 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 1689  function phpMyEdit_form_control(theForm)
Line 1689  function phpMyEdit_form_control(theForm)
                                 $css_class_name = $this->getCSSclass('filter');                                  $css_class_name = $this->getCSSclass('filter');
                                 echo '<tr class="',$css_class_name,'">',"\n";                                  echo '<tr class="',$css_class_name,'">',"\n";
                                 echo '<td class="',$css_class_name,'" colspan="',$sys_cols,'">';                                  echo '<td class="',$css_class_name,'" colspan="',$sys_cols,'">';
                                 echo '<input class="',$css_class_name,'" type="submit" name="filter" value="';                                  echo '<input class="',$this->getCSSclass('query'),'" type="submit" name="filter" value="';
                                 echo $this->labels['Query'],'"></td>',"\n";                                  echo $this->labels['Query'],'"></td>',"\n";
                                 for ($k = 0; $k < $this->num_fds; $k++) {                                  for ($k = 0; $k < $this->num_fds; $k++) {
                                         if (! $this->displayed[$k]) {                                          if (! $this->displayed[$k]) {

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76

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