/[dolibarr]/dolibarr/htdocs/admin/const.php
ViewVC logotype

Diff of /dolibarr/htdocs/admin/const.php

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

revision 1.26 by eldy, Thu Jul 14 13:41:35 2005 UTC revision 1.27 by eldy, Fri Oct 14 21:05:13 2005 UTC
# Line 35  if (!$user->admin) Line 35  if (!$user->admin)
35    accessforbidden();    accessforbidden();
36    
37    
 llxHeader();  
   
   
 print_titre($langs->trans("OtherSetup"));  
   
 //print_r(get_defined_constants());  
 print "<br>\n";  
   
38    
39  $typeconst=array('yesno','texte','chaine');  $typeconst=array('yesno','texte','chaine');
40    
# Line 63  if ($_GET["action"] == 'delete') Line 55  if ($_GET["action"] == 'delete')
55  }  }
56    
57    
58    llxHeader();
59    
60    print_fiche_titre($langs->trans("OtherSetup"));
61    
62  print '<table class="noborder" width="100%">';  print '<table class="noborder" width="100%">';
63  print '<tr class="liste_titre">';  print '<tr class="liste_titre">';

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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