/[dolibarr]/dolibarr/htdocs/socnote.php
ViewVC logotype

Diff of /dolibarr/htdocs/socnote.php

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

revision 1.18 by eldy, Mon Jul 11 01:04:21 2005 UTC revision 1.19 by eldy, Tue Sep 6 20:58:14 2005 UTC
# Line 18  Line 18 
18   *   *
19   * $Id$   * $Id$
20   * $Source$   * $Source$
  *  
21   */   */
22    
23  /**        /**      
# Line 113  if ($_GET["socid"] > 0) { Line 112  if ($_GET["socid"] > 0) {
112    print "<textarea name=\"note\" cols=\"48\" rows=\"10\">".$societe->note."</textarea><br>";    print "<textarea name=\"note\" cols=\"48\" rows=\"10\">".$societe->note."</textarea><br>";
113    print '</td><td width="50%" valign="top">'.nl2br($societe->note).'</td>';    print '</td><td width="50%" valign="top">'.nl2br($societe->note).'</td>';
114    print "</td></tr>";    print "</td></tr>";
115    print '<tr><td colspan="2" align="center"><input type="submit" value="'.$langs->trans("Modify").'"></td></tr>';    print '<tr><td colspan="2" align="center"><input type="submit" class="button" value="'.$langs->trans("Modify").'"></td></tr>';
116    print "</table>";    print "</table>";
117    
118    print '</form>';    print '</form>';
# Line 123  print '</div><br>'; Line 122  print '</div><br>';
122    
123  $db->close();  $db->close();
124    
125  llxFooter();  llxFooter('$Date$ - $Revision$');
126  ?>  ?>

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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