Look: Alignement of date in boxes

This commit is contained in:
Laurent Destailleur 2008-10-24 00:09:04 +00:00
parent 79fb431dd6
commit 5003369ec1
3 changed files with 6 additions and 8 deletions

View File

@ -52,8 +52,8 @@ class box_factures_fourn_imp extends ModeleBoxes {
}
/**
* \brief Charge les donn<EFBFBD>es en m<EFBFBD>moire pour affichage ult<EFBFBD>rieur
* \param $max Nombre maximum d'enregistrements <EFBFBD> charger
* \brief Charge les donnees en memoire pour affichage ulterieur
* \param $max Nombre maximum d'enregistrements a charger
*/
function loadBox($max=5)
{
@ -113,6 +113,7 @@ class box_factures_fourn_imp extends ModeleBoxes {
$this->info_box_contents[$i][3] = array(
'align' => 'right',
'width' => 18,
'text' => $facturestatic->LibStatut($objp->paye,$objp->fk_statut,3));
$i++;

View File

@ -16,15 +16,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**
\file htdocs/includes/boxes/box_factures_imp.php
\ingroup factures
\brief Module de génération de l'affichage de la box factures impayees
\version $Id$
*/
require_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");
@ -119,6 +117,7 @@ class box_factures_imp extends ModeleBoxes {
$this->info_box_contents[$i][3] = array(
'align' => 'right',
'width' => 18,
'text' => $facturestatic->LibStatut($objp->paye,$objp->fk_statut,3));
$i++;

View File

@ -16,15 +16,13 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Id$
* $Source$
*/
/**
\file htdocs/includes/boxes/box_propales.php
\ingroup propales
\brief Module de génération de l'affichage de la box propales
\version $Id$
*/
include_once(DOL_DOCUMENT_ROOT."/includes/boxes/modules_boxes.php");