/[dolibarr]/dolibarr/htdocs/includes/boxes/modules_boxes.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/boxes/modules_boxes.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by eldy, Tue Aug 16 20:03:50 2005 UTC revision 1.11 by eldy, Tue Sep 6 00:29:39 2005 UTC
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**  /**
# Line 109  class ModeleBoxes Line 108  class ModeleBoxes
108                          {                          {
109                              $logo=eregi_replace("^object_","",$contents[$i][$j]['logo']);                              $logo=eregi_replace("^object_","",$contents[$i][$j]['logo']);
110                              print img_object($langs->trans("Show"),$logo);                              print img_object($langs->trans("Show"),$logo);
111                              print '</a></td><td '.$tdparam.'><a href="'.$contents[$i][$j]['url'].'" title="'.$textewithnotags.'">';                              print '</a></td><td '.$tdparam.'><a href="'.$contents[$i][$j]['url'].'"';
112                                print ' title="'.$textewithnotags.'"';
113                                print ' alt="'.$textewithnotags.'"';
114                                print isset($contents[$i][$j]['target'])?' target="'.$contents[$i][$j]['target'].'"':'';
115                                print '>';
116                          }                          }
117                          $maxlength=$this->MAXLENGTHBOX;                          $maxlength=$this->MAXLENGTHBOX;
118                          if (isset($contents[$i][$j]['maxlength'])) $maxlength=$contents[$i][$j]['maxlength'];                          if (isset($contents[$i][$j]['maxlength'])) $maxlength=$contents[$i][$j]['maxlength'];

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26