/[dolibarr]/dolibarr/htdocs/lib/functions.inc.php
ViewVC logotype

Diff of /dolibarr/htdocs/lib/functions.inc.php

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

revision 1.137 by rodolphe, Tue Aug 30 14:15:28 2005 UTC revision 1.138 by rodolphe, Tue Sep 6 13:57:02 2005 UTC
# Line 861  function loginfunction() Line 861  function loginfunction()
861    
862  print '  print '
863  <table cellpadding="0" cellspacing="0" border="0" align="center" width="350">  <table cellpadding="0" cellspacing="0" border="0" align="center" width="350">
864  <tr class="vmenu"><td>Dolibarr '.DOL_VERSION.'</td></tr>  <tr class="vmenu"><td>Dolibarr '.DOL_VERSION.'</td></tr>';
865  </table>  
866    if (file_exists(DOL_DOCUMENT_ROOT.'/logo.png'))
867    {
868      print '<tr><td colspan="3" style="text-align:center;">';
869      print '<img src="/logo.png"></td></tr>';
870    }
871    
872    print'</table>
873    
874  <br>  <br>
875    
# Line 893  print ' Line 900  print '
900  <tr><td colspan="3" style="text-align:center;"><br>  <tr><td colspan="3" style="text-align:center;"><br>
901  <input type="submit" class="button" value="&nbsp; '.$langs->trans("Connection").' &nbsp;" tabindex="4" />  <input type="submit" class="button" value="&nbsp; '.$langs->trans("Connection").' &nbsp;" tabindex="4" />
902  </td></tr>  </td></tr>
903    ';
904    print '
905  </table>  </table>
906  <input type="hidden" name="loginfunction" value="loginfunction" />  <input type="hidden" name="loginfunction" value="loginfunction" />
   
907  ';  ';
908    
909    print '</form>';    print '</form>';
910    
911  }  }
912    
913    

Legend:
Removed from v.1.137  
changed lines
  Added in v.1.138

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