diff --git a/htdocs/societe/admin/societe.php b/htdocs/societe/admin/societe.php
index ba6d8522ccf..4a614c02312 100644
--- a/htdocs/societe/admin/societe.php
+++ b/htdocs/societe/admin/societe.php
@@ -356,8 +356,8 @@ print '
';
print '';
print ''.$langs->trans("Name").' ';
print ''.$langs->trans("Description").' ';
-print ''.$langs->trans("Status").' ';
-print ''.$langs->trans("ShortInfo").' ';
-print ''.$langs->trans("Preview").' ';
+print ''.$langs->trans("Status").' ';
+print ''.$langs->trans("ShortInfo").' ';
+print ''.$langs->trans("Preview").' ';
print " \n";
foreach ($dirsociete as $dirroot)
@@ -577,7 +577,7 @@ foreach ($dirsociete as $dirroot)
// Activate / Disable
if (in_array($name, $def))
{
- print "\n";
+ print " \n";
//if ($conf->global->COMPANY_ADDON_PDF != "$name")
//{
print 'scandir.'&label='.urlencode($module->name).'">';
@@ -594,13 +594,13 @@ foreach ($dirsociete as $dirroot)
{
if (versioncompare($module->phpmin, versionphparray()) > 0)
{
- print " \n";
+ print " \n";
print img_picto(dol_escape_htmltag($langs->trans("ErrorModuleRequirePHPVersion", join('.', $module->phpmin))), 'switch_off');
print " ";
}
else
{
- print "\n";
+ print " \n";
print 'scandir.'&label='.urlencode($module->name).'">'.img_picto($langs->trans("Disabled"), 'switch_off').' ';
print " ";
}
@@ -616,12 +616,12 @@ foreach ($dirsociete as $dirroot)
$htmltooltip.=''.$langs->trans("FeaturesSupported").': ';
$htmltooltip.=' '.$langs->trans("WatermarkOnDraft").': '.yn((! empty($module->option_draft_watermark)?$module->option_draft_watermark:''), 1, 1);
- print '';
+ print ' ';
print $form->textwithpicto('', $htmltooltip, 1, 0);
print ' ';
// Preview
- print '';
+ print ' ';
if ($module->type == 'pdf')
{
$linkspec=''.img_object($langs->trans("Preview"), 'bill').' ';
@@ -653,9 +653,9 @@ print '';
print '';
print ''.$langs->trans("Name").' ';
print ''.$langs->trans("Description").' ';
-print ''.$langs->trans("MustBeUnique").' ';
-print ''.$langs->trans("MustBeMandatory").' ';
-print ''.$langs->trans("MustBeInvoiceMandatory").' ';
+print ''.$langs->trans("MustBeUnique").' ';
+print ''.$langs->trans("MustBeMandatory").' ';
+print ''.$langs->trans("MustBeInvoiceMandatory").' ';
print " \n";
$profid['IDPROF1'][0]=$langs->trans("ProfId1");
@@ -693,39 +693,39 @@ foreach($profid as $key => $val)
if ($verif)
{
- print '';
+ print ' ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' ';
}
else
{
- print '';
+ print ' ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' ';
}
if ($mandatory)
{
- print '';
+ print ' ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' ';
}
else
{
- print '';
+ print ' ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' ';
}
if ($invoice_mandatory)
{
- print '';
+ print ' ';
print img_picto($langs->trans("Activated"), 'switch_on');
print ' ';
}
else
{
- print '';
+ print ' ';
print img_picto($langs->trans("Disabled"), 'switch_off');
print ' ';
}
@@ -753,7 +753,7 @@ print '';
print '
';
print '';
print "".$langs->trans("Parameters")." \n";
-print ''.$langs->trans("Value").' '."\n";
+print ''.$langs->trans("Value").' '."\n";
print ' '."\n";
// Utilisation formulaire Ajax sur choix societe
@@ -762,20 +762,20 @@ print '';
print ''.$form->textwithpicto($langs->trans("DelaiedFullListToSelectCompany"), $langs->trans('UseSearchToSelectCompanyTooltip'), 1).' ';
if (! $conf->use_javascript_ajax)
{
- print '';
+ print ' ';
print $langs->trans("NotAvailableWhenAjaxDisabled");
print " ";
}
else
{
- print '';
+ print ' ';
$arrval=array('0'=>$langs->trans("No"),
'1'=>$langs->trans("Yes").' ('.$langs->trans("NumberOfKeyToSearch", 1).')',
'2'=>$langs->trans("Yes").' ('.$langs->trans("NumberOfKeyToSearch", 2).')',
'3'=>$langs->trans("Yes").' ('.$langs->trans("NumberOfKeyToSearch", 3).')',
);
print $form->selectarray("activate_COMPANY_USE_SEARCH_TO_SELECT", $arrval, $conf->global->COMPANY_USE_SEARCH_TO_SELECT, 0, 0, 0, '', 0, 0, 0, '', 'minwidth75imp');
- print ' ';
+ print ' ';
print ' ';
print " ";
}
@@ -786,20 +786,20 @@ print ' ';
print ''.$form->textwithpicto($langs->trans("DelaiedFullListToSelectContact"), $langs->trans('UseSearchToSelectContactTooltip'), 1).' ';
if (! $conf->use_javascript_ajax)
{
- print '';
+ print ' ';
print $langs->trans("NotAvailableWhenAjaxDisabled");
print " ";
}
else
{
- print '';
+ print ' ';
$arrval=array('0'=>$langs->trans("No"),
'1'=>$langs->trans("Yes").' ('.$langs->trans("NumberOfKeyToSearch", 1).')',
'2'=>$langs->trans("Yes").' ('.$langs->trans("NumberOfKeyToSearch", 2).')',
'3'=>$langs->trans("Yes").' ('.$langs->trans("NumberOfKeyToSearch", 3).')',
);
print $form->selectarray("activate_CONTACT_USE_SEARCH_TO_SELECT", $arrval, $conf->global->CONTACT_USE_SEARCH_TO_SELECT, 0, 0, 0, '', 0, 0, 0, '', 'minwidth75imp');
- print ' ';
+ print ' ';
print ' ';
print " ";
}
@@ -810,7 +810,7 @@ print ' ';
print '';
print ''.$langs->trans("AddRefInList").' ';
print '  ';
-print '';
+print ' ';
if (!empty($conf->global->SOCIETE_ADD_REF_IN_LIST))
{
print '';
@@ -827,7 +827,7 @@ print ' ';
print '';
print ''.$langs->trans("AddAdressInList").' ';
print '  ';
-print '';
+print ' ';
if (!empty($conf->global->COMPANY_SHOW_ADDRESS_SELECTLIST))
{
print '';
@@ -846,7 +846,7 @@ print ' ';
print '';
print ''.$langs->trans("AskForPreferredShippingMethod").' ';
print '  ';
-print '';
+print ' ';
if (!empty($conf->global->SOCIETE_ASK_FOR_SHIPPING_METHOD))
{
print '';
@@ -864,7 +864,7 @@ print ' ';
print '';
print ''.$langs->trans("DisableProspectCustomerType").' ';
print '  ';
-print '';
+print ' ';
if (!empty($conf->global->SOCIETE_DISABLE_PROSPECTSCUSTOMERS))
{
print '';
@@ -884,7 +884,7 @@ print ' '.$langs->trans("DefaultCustomerType").' ';
print '';
print $formcompany->selectProspectCustomerType($conf->global->THIRDPARTY_CUSTOMERTYPE_BY_DEFAULT, 'defaultcustomertype', 'defaultcustomertype', 'admin');
print ' ';
-print '';
+print ' ';
print ' ';
print ' ';
print ' ';
diff --git a/htdocs/societe/canvas/company/tpl/card_create.tpl.php b/htdocs/societe/canvas/company/tpl/card_create.tpl.php
index 5007fe32af4..b2921b3108f 100644
--- a/htdocs/societe/canvas/company/tpl/card_create.tpl.php
+++ b/htdocs/societe/canvas/company/tpl/card_create.tpl.php
@@ -203,7 +203,7 @@ for ($i=1; $i<=4; $i++) {
-
+
diff --git a/htdocs/societe/canvas/company/tpl/card_edit.tpl.php b/htdocs/societe/canvas/company/tpl/card_edit.tpl.php
index c00264be70c..7cb956e7b8c 100644
--- a/htdocs/societe/canvas/company/tpl/card_edit.tpl.php
+++ b/htdocs/societe/canvas/company/tpl/card_edit.tpl.php
@@ -216,7 +216,7 @@ for ($i=1; $i<=4; $i++) {
-
+
">
">
@@ -224,4 +224,4 @@ for ($i=1; $i<=4; $i++) {
-
\ No newline at end of file
+
diff --git a/htdocs/societe/canvas/company/tpl/card_view.tpl.php b/htdocs/societe/canvas/company/tpl/card_view.tpl.php
index d75f4ccb464..46990231339 100644
--- a/htdocs/societe/canvas/company/tpl/card_view.tpl.php
+++ b/htdocs/societe/canvas/company/tpl/card_view.tpl.php
@@ -183,7 +183,7 @@ for ($i=1; $i<=4; $i++) {
trans('RIB'); ?>
-
+
rights->societe->creer) { ?>
control->tpl['image_edit']; ?>
@@ -201,7 +201,7 @@ for ($i=1; $i<=4; $i++) {
trans('ParentCompany'); ?>
-
+
@@ -215,7 +215,7 @@ for ($i=1; $i<=4; $i++) {
trans('SalesRepresentatives'); ?>
-
+
rights->societe->creer) { ?>
control->tpl['image_edit']; ?>
@@ -288,4 +288,4 @@ $result=show_contacts($conf, $langs, $db, $soc);
$result=show_projects($conf, $langs, $db, $soc);
?>
-
\ No newline at end of file
+
diff --git a/htdocs/societe/canvas/individual/tpl/card_create.tpl.php b/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
index b1d02006f16..9b401cbccb1 100644
--- a/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
+++ b/htdocs/societe/canvas/individual/tpl/card_create.tpl.php
@@ -178,7 +178,7 @@ if (empty($conf) || ! is_object($conf))
-
+
diff --git a/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php b/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
index a26c834d355..10acd48aca8 100644
--- a/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
+++ b/htdocs/societe/canvas/individual/tpl/card_edit.tpl.php
@@ -178,7 +178,7 @@ if ($this->control->tpl['fournisseur']) {
-
+
">
">
@@ -186,4 +186,4 @@ if ($this->control->tpl['fournisseur']) {
-
\ No newline at end of file
+
diff --git a/htdocs/societe/canvas/individual/tpl/card_view.tpl.php b/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
index a5b247029c7..72514734fc1 100644
--- a/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
+++ b/htdocs/societe/canvas/individual/tpl/card_view.tpl.php
@@ -142,7 +142,7 @@ dol_fiche_head($head, 'card', $langs->trans("ThirdParty"), 0, 'company');
trans('RIB'); ?>
-
+
rights->societe->creer) { ?>
control->tpl['image_edit']; ?>
@@ -160,7 +160,7 @@ dol_fiche_head($head, 'card', $langs->trans("ThirdParty"), 0, 'company');
trans('SalesRepresentatives'); ?>
-
+
rights->societe->creer) { ?>
control->tpl['image_edit']; ?>
@@ -232,4 +232,4 @@ $result=show_contacts($conf, $langs, $db, $object);
$result=show_projects($conf, $langs, $db, $object);
?>
-
\ No newline at end of file
+
diff --git a/htdocs/societe/card.php b/htdocs/societe/card.php
index a8a41527af0..dc3627c4922 100644
--- a/htdocs/societe/card.php
+++ b/htdocs/societe/card.php
@@ -2160,7 +2160,7 @@ else
dol_fiche_end();
- print '';
+ print '
';
print '
';
print ' ';
print '
';
@@ -2506,7 +2506,7 @@ else
print '
';
print '';
print $langs->trans('IncotermLabel');
- print ' ';
+ print ' ';
if ($user->rights->societe->creer) print ''.img_edit('', 1).' ';
else print ' ';
print '
';
@@ -2545,7 +2545,7 @@ else
print '';
print ' ';
if ($action == 'editparentcompany')
diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php
index 225dacd4a38..5d7bd6e70ad 100644
--- a/htdocs/societe/consumption.php
+++ b/htdocs/societe/consumption.php
@@ -380,23 +380,23 @@ if ($sql_select)
// Filters
print ' ';
- print '';
+ print ' ';
print ' ';
print ' ';
print ''; // date
print $formother->select_month($month?$month:-1, 'month', 1, 0, 'valignmiddle');
$formother->select_year($year?$year:-1, 'year', 1, 20, 1);
print ' ';
- print '';
+ print ' ';
print ' ';
- print '';
+ print ' ';
print ' ';
print ' ';
- print '';
+ print ' ';
print ' ';
- print '';
+ print ' ';
print ' ';
- print '';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
@@ -404,13 +404,13 @@ if ($sql_select)
// Titles with sort buttons
print ' ';
- print_liste_field_titre('Ref', $_SERVER['PHP_SELF'], 'doc_number', '', $param, 'align="left"', $sortfield, $sortorder);
- print_liste_field_titre('Date', $_SERVER['PHP_SELF'], 'dateprint', '', $param, 'align="center" width="150"', $sortfield, $sortorder);
- print_liste_field_titre('Status', $_SERVER['PHP_SELF'], 'fk_statut', '', $param, 'align="center"', $sortfield, $sortorder);
- print_liste_field_titre('Product', $_SERVER['PHP_SELF'], '', '', $param, 'align="left"', $sortfield, $sortorder);
- print_liste_field_titre('Quantity', $_SERVER['PHP_SELF'], 'prod_qty', '', $param, 'align="right"', $sortfield, $sortorder);
- print_liste_field_titre('TotalHT', $_SERVER['PHP_SELF'], 'total_ht', '', $param, 'align="right"', $sortfield, $sortorder);
- print_liste_field_titre('UnitPrice', $_SERVER['PHP_SELF'], '', '', $param, 'align="right"', $sortfield, $sortorder);
+ print_liste_field_titre('Ref', $_SERVER['PHP_SELF'], 'doc_number', '', $param, '', $sortfield, $sortorder, 'left ');
+ print_liste_field_titre('Date', $_SERVER['PHP_SELF'], 'dateprint', '', $param, 'width="150"', $sortfield, $sortorder, 'center ');
+ print_liste_field_titre('Status', $_SERVER['PHP_SELF'], 'fk_statut', '', $param, '', $sortfield, $sortorder, 'center ');
+ print_liste_field_titre('Product', $_SERVER['PHP_SELF'], '', '', $param, '', $sortfield, $sortorder, 'left ');
+ print_liste_field_titre('Quantity', $_SERVER['PHP_SELF'], 'prod_qty', '', $param, '', $sortfield, $sortorder, 'right ');
+ print_liste_field_titre('TotalHT', $_SERVER['PHP_SELF'], 'total_ht', '', $param, '', $sortfield, $sortorder, 'right ');
+ print_liste_field_titre('UnitPrice', $_SERVER['PHP_SELF'], '', '', $param, '', $sortfield, $sortorder, 'right ');
print " \n";
@@ -432,10 +432,10 @@ if ($sql_select)
print '
';
print $documentstatic->getNomUrl(1);
print ' ';
- print '
'.dol_print_date($db->jdate($objp->dateprint), 'day').' ';
+ print '
'.dol_print_date($db->jdate($objp->dateprint), 'day').' ';
// Status
- print '
';
+ print ' ';
if ($type_element == 'contract')
{
print $documentstaticline->getLibStatut(2);
@@ -596,13 +596,13 @@ if ($sql_select)
//print ' '.$prodreftxt.' ';
- print '
'.$objp->prod_qty.' ';
+ print '
'.$objp->prod_qty.' ';
$total_qty+=$objp->prod_qty;
- print '
'.price($objp->total_ht).' ';
+ print '
'.price($objp->total_ht).' ';
$total_ht+=$objp->total_ht;
- print '
'.price($objp->total_ht/(empty($objp->prod_qty)?1:$objp->prod_qty)).' ';
+ print '
'.price($objp->total_ht/(empty($objp->prod_qty)?1:$objp->prod_qty)).' ';
print "
\n";
$i++;
@@ -611,9 +611,9 @@ if ($sql_select)
print '';
print '' . $langs->trans('Total') . ' ';
print ' ';
- print '' . $total_qty . ' ';
- print '' . price($total_ht) . ' ';
- print '' . price($total_ht/(empty($total_qty)?1:$total_qty)) . ' ';
+ print '' . $total_qty . ' ';
+ print '' . price($total_ht) . ' ';
+ print '' . price($total_ht/(empty($total_qty)?1:$total_qty)) . ' ';
print "
";
print '';
@@ -629,11 +629,11 @@ elseif (empty($type_element) || $type_element == -1)
print ''."\n";
// Titles with sort buttons
print '';
- print_liste_field_titre('Ref', $_SERVER['PHP_SELF'], 'doc_number', '', $param, 'align="left"', $sortfield, $sortorder);
- print_liste_field_titre('Date', $_SERVER['PHP_SELF'], 'dateprint', '', $param, 'align="center" width="150"', $sortfield, $sortorder);
- print_liste_field_titre('Status', $_SERVER['PHP_SELF'], 'fk_status', '', $param, 'align="center"', $sortfield, $sortorder);
- print_liste_field_titre('Product', $_SERVER['PHP_SELF'], '', '', $param, 'align="left"', $sortfield, $sortorder);
- print_liste_field_titre('Quantity', $_SERVER['PHP_SELF'], 'prod_qty', '', $param, 'align="right"', $sortfield, $sortorder);
+ print_liste_field_titre('Ref', $_SERVER['PHP_SELF'], 'doc_number', '', $param, '', $sortfield, $sortorder, 'left ');
+ print_liste_field_titre('Date', $_SERVER['PHP_SELF'], 'dateprint', '', $param, 'width="150"', $sortfield, $sortorder, 'center ');
+ print_liste_field_titre('Status', $_SERVER['PHP_SELF'], 'fk_status', '', $param, '', $sortfield, $sortorder, 'center ');
+ print_liste_field_titre('Product', $_SERVER['PHP_SELF'], '', '', $param, '', $sortfield, $sortorder, 'left ');
+ print_liste_field_titre('Quantity', $_SERVER['PHP_SELF'], 'prod_qty', '', $param, '', $sortfield, $sortorder, 'right ');
print " \n";
print ''.$langs->trans("SelectElementAndClick", $langs->transnoentitiesnoconv("Search")).' ';
diff --git a/htdocs/societe/index.php b/htdocs/societe/index.php
index a4ef83cde45..2404c11861e 100644
--- a/htdocs/societe/index.php
+++ b/htdocs/societe/index.php
@@ -132,7 +132,7 @@ print ''."\n";
print ''.$langs->trans("Statistics").' ';
if (! empty($conf->use_javascript_ajax) && ((round($third['prospect'])?1:0)+(round($third['customer'])?1:0)+(round($third['supplier'])?1:0)+(round($third['other'])?1:0) >= 2))
{
- print '';
+ print ' ';
$dataseries=array();
if (! empty($conf->societe->enabled) && $user->rights->societe->lire && empty($conf->global->SOCIETE_DISABLE_PROSPECTS) && empty($conf->global->SOCIETE_DISABLE_PROSPECTS_STATS)) $dataseries[]=array($langs->trans("Prospects"), round($third['prospect']));
if (! empty($conf->societe->enabled) && $user->rights->societe->lire && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS) && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS_STATS)) $dataseries[]=array($langs->trans("Customers"), round($third['customer']));
@@ -154,25 +154,25 @@ else
if (! empty($conf->societe->enabled) && $user->rights->societe->lire && empty($conf->global->SOCIETE_DISABLE_PROSPECTS) && empty($conf->global->SOCIETE_DISABLE_PROSPECTS_STATS))
{
$statstring = " ";
- $statstring.= ''.$langs->trans("Prospects").' '.round($third['prospect']).' ';
+ $statstring.= ''.$langs->trans("Prospects").' '.round($third['prospect']).' ';
$statstring.= " ";
}
if (! empty($conf->societe->enabled) && $user->rights->societe->lire && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS) && empty($conf->global->SOCIETE_DISABLE_CUSTOMERS_STATS))
{
$statstring.= "";
- $statstring.= ''.$langs->trans("Customers").' '.round($third['customer']).' ';
+ $statstring.= ''.$langs->trans("Customers").' '.round($third['customer']).' ';
$statstring.= " ";
}
if (! empty($conf->fournisseur->enabled) && empty($conf->global->SOCIETE_DISABLE_SUPPLIERS_STATS) && $user->rights->fournisseur->lire)
{
$statstring2 = "";
- $statstring2.= ''.$langs->trans("Suppliers").' '.round($third['supplier']).' ';
+ $statstring2.= ''.$langs->trans("Suppliers").' '.round($third['supplier']).' ';
$statstring2.= " ";
}
print $statstring;
print $statstring2;
}
-print ''.$langs->trans("UniqueThirdParties").' ';
+print ' '.$langs->trans("UniqueThirdParties").' ';
print $total;
print ' ';
print '
';
@@ -188,7 +188,7 @@ if (! empty($conf->categorie->enabled) && ! empty($conf->global->CATEGORY_GRAPHS
print '';
print '
';
print ''.$langs->trans("Categories").' ';
- print '';
+ print ' ';
$sql = "SELECT c.label, count(*) as nb";
$sql.= " FROM ".MAIN_DB_PREFIX."categorie_societe as cs";
$sql.= " LEFT JOIN ".MAIN_DB_PREFIX."categorie as c ON cs.fk_categorie = c.rowid";
@@ -249,7 +249,7 @@ if (! empty($conf->categorie->enabled) && ! empty($conf->global->CATEGORY_GRAPHS
}
}
print ' ';
- print ''.$langs->trans("Total").' ';
+ print ' '.$langs->trans("Total").' ';
print $total;
print ' ';
print '
';
@@ -321,7 +321,7 @@ if ($result)
print $thirdparty_static->getNomUrl(1);
print "\n";
// Type
- print '
';
+ print ' ';
if ($thirdparty_static->client==1 || $thirdparty_static->client==3)
{
$thirdparty_static->name=$langs->trans("Customer");
@@ -341,10 +341,10 @@ if ($result)
}
print ' ';
// Last modified date
- print '
';
+ print ' ';
print dol_print_date($thirdparty_static->datem, 'day');
print " ";
- print '
';
+ print ' ';
print $thirdparty_static->getLibStatut(3);
print " ";
print "\n";
diff --git a/htdocs/societe/notify/card.php b/htdocs/societe/notify/card.php
index 47f25172e59..59c43551f41 100644
--- a/htdocs/societe/notify/card.php
+++ b/htdocs/societe/notify/card.php
@@ -260,7 +260,7 @@ if ($result > 0)
$type=array('email'=>$langs->trans("EMail"));
print $form->selectarray("typeid", $type);
print '';
- print '
';
+ print '
';
print '';
}
else
@@ -348,7 +348,7 @@ if ($result > 0)
if ($obj->type == 'email') print $langs->trans("Email");
if ($obj->type == 'sms') print $langs->trans("SMS");
print '';
- print '
'.img_delete().' ';
+ print '
'.img_delete().' ';
print '';
$i++;
}
@@ -394,7 +394,7 @@ if ($result > 0)
print '
';
print $langs->trans("Email");
print ' ';
- print '
'.$langs->trans("SeeModuleSetup", $langs->transnoentitiesnoconv("Module600Name")).' ';
+ print '
'.$langs->trans("SeeModuleSetup", $langs->transnoentitiesnoconv("Module600Name")).' ';
print '';
}*/
@@ -471,7 +471,7 @@ if ($result > 0)
print_liste_field_titre("Action", $_SERVER["PHP_SELF"], "", '', $param, '', $sortfield, $sortorder);
print_liste_field_titre("Type", $_SERVER["PHP_SELF"], "n.type", '', $param, '', $sortfield, $sortorder);
//print_liste_field_titre("Object",$_SERVER["PHP_SELF"],"",'',$param,'"',$sortfield,$sortorder);
- print_liste_field_titre("Date", $_SERVER["PHP_SELF"], "n.daten", '', $param, 'align="right"', $sortfield, $sortorder);
+ print_liste_field_titre("Date", $_SERVER["PHP_SELF"], "n.daten", '', $param, '', $sortfield, $sortorder, 'right ');
print '';
if ($num > 0)
@@ -516,7 +516,7 @@ if ($result > 0)
}
print '';*/
// print
- print'
'.dol_print_date($db->jdate($obj->daten), 'dayhour').' ';
+ print'
'.dol_print_date($db->jdate($obj->daten), 'dayhour').' ';
print '';
$i++;
}