From efa825a9e3768f74c925a63528f93607d39d58c1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Sep 2005 12:13:47 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modifications=20esth=E9tiques=20mineure?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/prelevement/config.php | 5 +++-- htdocs/compta/prelevement/liste.php | 17 +++++++++-------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/htdocs/compta/prelevement/config.php b/htdocs/compta/prelevement/config.php index 5abeaedbd24..1f8b2638ee0 100644 --- a/htdocs/compta/prelevement/config.php +++ b/htdocs/compta/prelevement/config.php @@ -1,5 +1,6 @@ + * Copyright (C) 2005 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -170,7 +171,7 @@ else print ''; if ($user->rights->prelevement->bons->configurer) - print ''; + print ''; print ''; @@ -230,7 +231,7 @@ if ($user->rights->prelevement->bons->configurer) print ''; print ''; - print ''; + print ''; } diff --git a/htdocs/compta/prelevement/liste.php b/htdocs/compta/prelevement/liste.php index 0ce957b210c..2f32a400828 100644 --- a/htdocs/compta/prelevement/liste.php +++ b/htdocs/compta/prelevement/liste.php @@ -32,22 +32,23 @@ require("./pre.inc.php"); if (!$user->rights->prelevement->bons->lire) accessforbidden(); -llxHeader('','Lignes de Prélèvements'); -/* - * Sécurité accés client - */ + +// Sécurité accés client if ($user->societe_id > 0) { $action = ''; $socidp = $user->societe_id; } + /* * * * */ +llxHeader('','Lignes de Prélèvements'); + $page = $_GET["page"]; $sortorder = (empty($_GET["sortorder"])) ? "DESC" : $_GET["sortorder"]; $sortfield = (empty($_GET["sortfield"])) ? "p.datec" : $_GET["sortfield"]; @@ -112,12 +113,12 @@ if ($result) print '
'; print ''; - print ''; - print ''; - print ''; + print ''; + print ''; + print ''; print ' '; print ' '; - print ''; + print ''; print ''; print ''; print '
';