From 2aa1dc0fa74b597233af2c79891ca4aa0747793b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 17 Oct 2003 17:46:00 +0000 Subject: [PATCH] Mise aux normes --- htdocs/fichinter/index.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/fichinter/index.php b/htdocs/fichinter/index.php index b66bb2e6777..aac7e3d2a78 100644 --- a/htdocs/fichinter/index.php +++ b/htdocs/fichinter/index.php @@ -65,14 +65,14 @@ $sql .= " ORDER BY $sortfield $sortorder " . $db->plimit( $limit + 1 ,$offset); if ( $db->query($sql) ) { $num = $db->num_rows(); - print_barre_liste("Liste des fiches d'intervention", $page, $PHP_SELF,"&socid=$socid",$sortfield,$sortorder,'',$num); + print_barre_liste("Liste des fiches d'intervention", $page, $PHP_SELF,"&socid=$socid",$sortfield,$sortorder,'',$num); $i = 0; print ''; print ""; - print_liste_field_titre_new ("Num",$PHP_SELF,"f.ref","","&socid=$socid",'width="15%"',$sortfield); - print_liste_field_titre_new ("Société",$PHP_SELF,"s.nom","","&socid=$socid",'',$sortfield); - print_liste_field_titre_new ("Date",$PHP_SELF,"f.datei","","&socid=$socid",'',$sortfield); + print_liste_field_titre_new ("Num",$PHP_SELF,"f.ref","","&socid=$socid",'width="15%"',$sortfield); + print_liste_field_titre_new ("Société",$PHP_SELF,"s.nom","","&socid=$socid",'',$sortfield); + print_liste_field_titre_new ("Date",$PHP_SELF,"f.datei","","&socid=$socid",'',$sortfield); print ''; print ''; print "\n"; @@ -92,7 +92,7 @@ if ( $db->query($sql) ) if ($user->societe_id == 0) { - print ''; + print ''; } else {
DuréeStatut 
[Fiche Inter][Fiche Inter]