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.72 and 1.73

version 1.72, 2003/04/10 17:39:40 version 1.73, 2003/04/10 19:50:56
Line 19 
Line 19 
  * http://www.platon.sk/projects/phpMyEdit/   * http://www.platon.sk/projects/phpMyEdit/
  */   */
   
 /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.71 2003/04/07 00:40:05 nepto Exp $ */  /* $Platon: phpMyEdit/phpMyEdit.class.php,v 1.72 2003/04/10 17:39:40 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 1805  function phpMyEdit_form_control(theForm)
Line 1805  function phpMyEdit_form_control(theForm)
                                                         echo htmlspecialchars($this->page_name.$qviewStr),'"><img class="';                                                          echo htmlspecialchars($this->page_name.$qviewStr),'"><img class="';
                                                         echo $css_class_name,'" src="',$this->url['images'];                                                          echo $css_class_name,'" src="',$this->url['images'];
                                                         echo 'pme-view.png" height="15" width="16" border="0" alt="';                                                          echo 'pme-view.png" height="15" width="16" border="0" alt="';
                                                           echo htmlspecialchars($this->labels['View']),'" title="';
                                                         echo htmlspecialchars($this->labels['View']),'"></a>';                                                          echo htmlspecialchars($this->labels['View']),'"></a>';
                                                 }                                                  }
                                                 if ($this->change_enabled()) {                                                  if ($this->change_enabled()) {
Line 1814  function phpMyEdit_form_control(theForm)
Line 1815  function phpMyEdit_form_control(theForm)
                                                         echo htmlspecialchars($this->page_name.$qchangeStr),'"><img class="';                                                          echo htmlspecialchars($this->page_name.$qchangeStr),'"><img class="';
                                                         echo $css_class_name,'" src="',$this->url['images'];                                                          echo $css_class_name,'" src="',$this->url['images'];
                                                         echo 'pme-change.png" height="15" width="16" border="0" alt="';                                                          echo 'pme-change.png" height="15" width="16" border="0" alt="';
                                                           echo htmlspecialchars($this->labels['Change']),'" title="';
                                                         echo htmlspecialchars($this->labels['Change']),'"></a>';                                                          echo htmlspecialchars($this->labels['Change']),'"></a>';
                                                 }                                                  }
                                                 if ($this->copy_enabled()) {                                                  if ($this->copy_enabled()) {
Line 1823  function phpMyEdit_form_control(theForm)
Line 1825  function phpMyEdit_form_control(theForm)
                                                         echo htmlspecialchars($this->page_name.$qcopyStr),'"><img class="';                                                          echo htmlspecialchars($this->page_name.$qcopyStr),'"><img class="';
                                                         echo $css_class_name,'" src="',$this->url['images'];                                                          echo $css_class_name,'" src="',$this->url['images'];
                                                         echo 'pme-copy.png" height="15" width="16" border="0" alt="';                                                          echo 'pme-copy.png" height="15" width="16" border="0" alt="';
                                                           echo htmlspecialchars($this->labels['Copy']),'" title="';
                                                         echo htmlspecialchars($this->labels['Copy']),'"></a>';                                                          echo htmlspecialchars($this->labels['Copy']),'"></a>';
                                                 }                                                  }
                                                 if ($this->delete_enabled()) {                                                  if ($this->delete_enabled()) {
Line 1832  function phpMyEdit_form_control(theForm)
Line 1835  function phpMyEdit_form_control(theForm)
                                                         echo htmlspecialchars($this->page_name.$qdeleteStr),'"><img class="';                                                          echo htmlspecialchars($this->page_name.$qdeleteStr),'"><img class="';
                                                         echo $css_class_name,'" src="',$this->url['images'];                                                          echo $css_class_name,'" src="',$this->url['images'];
                                                         echo 'pme-delete.png" height="15" width="16" border="0" alt="';                                                          echo 'pme-delete.png" height="15" width="16" border="0" alt="';
                                                           echo htmlspecialchars($this->labels['Delete']),'" title="';
                                                         echo htmlspecialchars($this->labels['Delete']),'"></a>';                                                          echo htmlspecialchars($this->labels['Delete']),'"></a>';
                                                 }                                                  }
                                         }                                          }

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73

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