';
print '
';
print ' ';
print '
';
@@ -440,13 +440,13 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
print '
';
print '' . $langs->trans("Product") . ' ';
print '' . $langs->trans("AppliedPricesFrom") . ' ';
- print '' . $langs->trans("PriceBase") . ' ';
- print '' . $langs->trans("VAT") . ' ';
- print '' . $langs->trans("HT") . ' ';
- print '' . $langs->trans("TTC") . ' ';
- print '' . $langs->trans("MinPrice") . ' ' . $langs->trans("HT") . ' ';
- print '' . $langs->trans("MinPrice") . ' ' . $langs->trans("TTC") . ' ';
- print '' . $langs->trans("ChangedBy") . ' ';
+ print '' . $langs->trans("PriceBase") . ' ';
+ print '' . $langs->trans("VAT") . ' ';
+ print '' . $langs->trans("HT") . ' ';
+ print '' . $langs->trans("TTC") . ' ';
+ print '' . $langs->trans("MinPrice") . ' ' . $langs->trans("HT") . ' ';
+ print '' . $langs->trans("MinPrice") . ' ' . $langs->trans("TTC") . ' ';
+ print '' . $langs->trans("ChangedBy") . ' ';
print ' ';
print ' ';
@@ -459,17 +459,17 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
print "
" . $staticprod->getNomUrl(1) . " ";
print "
" . dol_print_date($line->datec, "dayhour") . " ";
- print '
' . $langs->trans($line->price_base_type) . " ";
- print '
' . vatrate($line->tva_tx, true, $line->recuperableonly) . " ";
- print '
' . price($line->price) . " ";
- print '
' . price($line->price_ttc) . " ";
- print '
' . price($line->price_min) . ' ';
- print '
' . price($line->price_min_ttc) . ' ';
+ print '
' . $langs->trans($line->price_base_type) . " ";
+ print '
' . vatrate($line->tva_tx, true, $line->recuperableonly) . " ";
+ print '
' . price($line->price) . " ";
+ print '
' . price($line->price_ttc) . " ";
+ print '
' . price($line->price_min) . ' ';
+ print '
' . price($line->price_min_ttc) . ' ';
// User
$userstatic = new User($db);
$userstatic->fetch($line->fk_user);
- print '
';
+ print ' ';
print $userstatic->getLoginUrl(1);
print ' ';
}
@@ -529,13 +529,13 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
print '
';
print '' . $langs->trans("Product") . ' ';
print '' . $langs->trans("AppliedPricesFrom") . ' ';
- print '' . $langs->trans("PriceBase") . ' ';
- print '' . $langs->trans("VAT") . ' ';
- print '' . $langs->trans("HT") . ' ';
- print '' . $langs->trans("TTC") . ' ';
- print '' . $langs->trans("MinPrice") . ' ' . $langs->trans("HT") . ' ';
- print '' . $langs->trans("MinPrice") . ' ' . $langs->trans("TTC") . ' ';
- print '' . $langs->trans("ChangedBy") . ' ';
+ print '' . $langs->trans("PriceBase") . ' ';
+ print '' . $langs->trans("VAT") . ' ';
+ print '' . $langs->trans("HT") . ' ';
+ print '' . $langs->trans("TTC") . ' ';
+ print '' . $langs->trans("MinPrice") . ' ' . $langs->trans("HT") . ' ';
+ print '' . $langs->trans("MinPrice") . ' ' . $langs->trans("TTC") . ' ';
+ print '' . $langs->trans("ChangedBy") . ' ';
print ' ';
print ' ';
@@ -545,7 +545,7 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
print '
';
print '
';
// Print the search button
- print '
';
+ print ' ';
$searchpicto=$form->showFilterAndCheckAddButtons(0);
print $searchpicto;
print ' ';
@@ -564,24 +564,24 @@ if (! empty($conf->global->PRODUIT_CUSTOMER_PRICES)) {
print "
" . $staticprod->getNomUrl(1) . " ";
print "
" . dol_print_date($line->datec, "dayhour") . " ";
- print '
' . $langs->trans($line->price_base_type) . " ";
- print '
' . vatrate($line->tva_tx.($line->default_vat_code?' ('.$line->default_vat_code.')':''), true, $line->recuperableonly) . " ";
- print '
' . price($line->price) . " ";
- print '
' . price($line->price_ttc) . " ";
- print '
' . price($line->price_min) . ' ';
- print '
' . price($line->price_min_ttc) . ' ';
+ print '
' . $langs->trans($line->price_base_type) . " ";
+ print '
' . vatrate($line->tva_tx.($line->default_vat_code?' ('.$line->default_vat_code.')':''), true, $line->recuperableonly) . " ";
+ print '
' . price($line->price) . " ";
+ print '
' . price($line->price_ttc) . " ";
+ print '
' . price($line->price_min) . ' ';
+ print '
' . price($line->price_min_ttc) . ' ';
// User
$userstatic = new User($db);
$userstatic->fetch($line->fk_user);
- print '
';
+ print ' ';
print $userstatic->getLoginUrl(1);
print ' ';
// Action
if ($user->rights->produit->creer || $user->rights->service->creer)
{
- print '
';
+ print ' ';
print 'id . '&prodid=' . $line->fk_product . '">';
print img_info();
print ' ';
diff --git a/htdocs/societe/societecontact.php b/htdocs/societe/societecontact.php
index c86a23c9827..193703a8468 100644
--- a/htdocs/societe/societecontact.php
+++ b/htdocs/societe/societecontact.php
@@ -249,7 +249,7 @@ if ($id > 0 || ! empty($ref))
print_liste_field_titre("Person", $_SERVER["PHP_SELF"], "d.morphy", $param, "", "", $sortfield, $sortorder);
print_liste_field_titre("EMail", $_SERVER["PHP_SELF"], "d.email", $param, "", "", $sortfield, $sortorder);
print_liste_field_titre("Status", $_SERVER["PHP_SELF"], "d.statut,d.datefin", $param, "", "", $sortfield, $sortorder);
- print_liste_field_titre("EndSubscription", $_SERVER["PHP_SELF"], "d.datefin", $param, "", 'align="center"', $sortfield, $sortorder);
+ print_liste_field_titre("EndSubscription", $_SERVER["PHP_SELF"], "d.datefin", $param, "", '', $sortfield, $sortorder, 'center ');
print "\n";
$i=0;
@@ -305,7 +305,7 @@ if ($id > 0 || ! empty($ref))
// End of subscription date
if ($datefin)
{
- print ' ';
+ print ' ';
print dol_print_date($datefin, 'day');
if ($memberstatic->hasDelay()) {
print " ".img_warning($langs->trans("SubscriptionLate"));
@@ -314,7 +314,7 @@ if ($id > 0 || ! empty($ref))
}
else
{
- print ' ';
+ print ' ';
if ($objp->subscription == 'yes')
{
print $langs->trans("SubscriptionNotReceived");
diff --git a/htdocs/societe/website.php b/htdocs/societe/website.php
index ce25f23694f..d106e42aa3f 100644
--- a/htdocs/societe/website.php
+++ b/htdocs/societe/website.php
@@ -389,7 +389,7 @@ $parameters=array('arrayfields'=>$arrayfields);
$reshook=$hookmanager->executeHooks('printFieldListOption', $parameters, $objectwebsiteaccount); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
-print ' ';
+print ' ';
$searchpicto=$form->showFilterButtons();
print $searchpicto;
print ' ';
@@ -414,7 +414,7 @@ include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';
$parameters=array('arrayfields'=>$arrayfields,'param'=>$param,'sortfield'=>$sortfield,'sortorder'=>$sortorder);
$reshook=$hookmanager->executeHooks('printFieldListTitle', $parameters, $objectwebsiteaccount); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
-print getTitleFieldOfList($selectedfields, 0, $_SERVER["PHP_SELF"], "", '', '', 'align="center"', $sortfield, $sortorder, 'maxwidthsearch ')."\n";
+print getTitleFieldOfList($selectedfields, 0, $_SERVER["PHP_SELF"], "", '', '', '', $sortfield, $sortorder, 'maxwidthsearch center ')."\n";
print ''."\n";
@@ -473,7 +473,7 @@ while ($i < min($num, $limit))
$reshook=$hookmanager->executeHooks('printFieldListValue', $parameters, $objectwebsiteaccount); // Note that $action and $object may have been modified by hook
print $hookmanager->resPrint;
// Action column
- print '
';
+ print ' ';
if ($massactionbutton || $massaction) // If we are in select mode (massactionbutton defined) or if we have already selected and sent an action ($massaction) defined
{
$selected=0;
diff --git a/htdocs/supplier_proposal/list.php b/htdocs/supplier_proposal/list.php
index 2af2c15f66d..17dc033361e 100644
--- a/htdocs/supplier_proposal/list.php
+++ b/htdocs/supplier_proposal/list.php
@@ -600,7 +600,7 @@ if ($resql)
if (! empty($arrayfields['sp.date_livraison']['checked'])) print_liste_field_titre($arrayfields['sp.date_livraison']['label'], $_SERVER["PHP_SELF"], 'sp.date_livraison', '', $param, '', $sortfield, $sortorder, 'center ');
if (! empty($arrayfields['sp.total_ht']['checked'])) print_liste_field_titre($arrayfields['sp.total_ht']['label'], $_SERVER["PHP_SELF"], 'sp.total_ht', '', $param, '', $sortfield, $sortorder, 'right ');
if (! empty($arrayfields['sp.total_vat']['checked'])) print_liste_field_titre($arrayfields['sp.total_vat']['label'], $_SERVER["PHP_SELF"], 'sp.total_vat', '', $param, '', $sortfield, $sortorder, 'right ');
- if (! empty($arrayfields['sp.total_ttc']['checked'])) print_liste_field_titre($arrayfields['sp.total_ttc']['label'], $_SERVER["PHP_SELF"], 'sp.total_ttc', '', $param, '', $sortfield, $sortorder, 'right ';
+ if (! empty($arrayfields['sp.total_ttc']['checked'])) print_liste_field_titre($arrayfields['sp.total_ttc']['label'], $_SERVER["PHP_SELF"], 'sp.total_ttc', '', $param, '', $sortfield, $sortorder, 'right ');
if (! empty($arrayfields['u.login']['checked'])) print_liste_field_titre($arrayfields['u.login']['label'], $_SERVER["PHP_SELF"], 'u.login', '', $param, '', $sortfield, $sortorder, 'center ');
// Extra fields
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_search_title.tpl.php';