/[dolibarr]/dolibarr/htdocs/contact/index.php
ViewVC logotype

Diff of /dolibarr/htdocs/contact/index.php

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

revision 1.34 by eldy, Sun Sep 18 18:24:13 2005 UTC revision 1.35 by eldy, Sat Oct 8 19:13:59 2005 UTC
# Line 65  if ($page < 0) { $page = 0 ; } Line 65  if ($page < 0) { $page = 0 ; }
65  $limit = $conf->liste_limit;  $limit = $conf->liste_limit;
66  $offset = $limit * $page ;  $offset = $limit * $page ;
67    
68  if ($type == "f") { $text.=$langs->trans("Suppliers"); }  $titre=$langs->trans("ListOfContacts");
69  if ($type == "c") { $text.=$langs->trans("Customers"); }  if ($type == "c") { $titre=$langs->trans("ListOfCustomersContacts"); }
70    if ($type == "f") { $titre=$langs->trans("ListOfSuppliersContacts"); }
71  if ($view == 'phone')  { $text="(Vue Téléphones)"; }  if ($view == 'phone')  { $text="(Vue Téléphones)"; }
72  if ($view == 'mail')   { $text="(Vue EMail)"; }  if ($view == 'mail')   { $text="(Vue EMail)"; }
73  if ($view == 'recent') { $text="(Récents)"; }  if ($view == 'recent') { $text="(Récents)"; }
74  $titre = $langs->trans("ListOfContacts")." $text";  $titre = $titre." $text";
75    
76  if ($_POST["button_removefilter"])  if ($_POST["button_removefilter"])
77  {  {

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

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