CSS
This commit is contained in:
parent
ee362a42bd
commit
3dc3214047
@ -402,16 +402,16 @@ if ($limit > 0 && $limit != $conf->liste_limit) {
|
|||||||
$param .= '&limit='.urlencode($limit);
|
$param .= '&limit='.urlencode($limit);
|
||||||
}
|
}
|
||||||
if ($sall) {
|
if ($sall) {
|
||||||
$param .= "&sall=".urlencode($sall);
|
$param .= "&sall=".urlencode($sall);
|
||||||
}
|
}
|
||||||
if ($search_ref_exp) {
|
if ($search_ref_exp) {
|
||||||
$param .= "&search_ref_exp=".urlencode($search_ref_exp);
|
$param .= "&search_ref_exp=".urlencode($search_ref_exp);
|
||||||
}
|
}
|
||||||
if ($search_ref_liv) {
|
if ($search_ref_liv) {
|
||||||
$param .= "&search_ref_liv=".urlencode($search_ref_liv);
|
$param .= "&search_ref_liv=".urlencode($search_ref_liv);
|
||||||
}
|
}
|
||||||
if ($search_ref_customer) {
|
if ($search_ref_customer) {
|
||||||
$param .= "&search_ref_customer=".urlencode($search_ref_customer);
|
$param .= "&search_ref_customer=".urlencode($search_ref_customer);
|
||||||
}
|
}
|
||||||
if ($search_user > 0) {
|
if ($search_user > 0) {
|
||||||
$param .= '&search_user='.urlencode($search_user);
|
$param .= '&search_user='.urlencode($search_user);
|
||||||
@ -420,10 +420,10 @@ if ($search_sale > 0) {
|
|||||||
$param .= '&search_sale='.urlencode($search_sale);
|
$param .= '&search_sale='.urlencode($search_sale);
|
||||||
}
|
}
|
||||||
if ($search_company) {
|
if ($search_company) {
|
||||||
$param .= "&search_company=".urlencode($search_company);
|
$param .= "&search_company=".urlencode($search_company);
|
||||||
}
|
}
|
||||||
if ($search_tracking) {
|
if ($search_tracking) {
|
||||||
$param .= "&search_tracking=".urlencode($search_tracking);
|
$param .= "&search_tracking=".urlencode($search_tracking);
|
||||||
}
|
}
|
||||||
if ($search_town) {
|
if ($search_town) {
|
||||||
$param .= '&search_town='.urlencode($search_town);
|
$param .= '&search_town='.urlencode($search_town);
|
||||||
@ -768,7 +768,7 @@ while ($i < min($num, $limit)) {
|
|||||||
|
|
||||||
// Ref
|
// Ref
|
||||||
if (!empty($arrayfields['e.ref']['checked'])) {
|
if (!empty($arrayfields['e.ref']['checked'])) {
|
||||||
print "<td>";
|
print '<td class="nowraponall">';
|
||||||
print $shipment->getNomUrl(1);
|
print $shipment->getNomUrl(1);
|
||||||
print "</td>\n";
|
print "</td>\n";
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
@ -788,7 +788,7 @@ while ($i < min($num, $limit)) {
|
|||||||
|
|
||||||
// Third party
|
// Third party
|
||||||
if (!empty($arrayfields['s.nom']['checked'])) {
|
if (!empty($arrayfields['s.nom']['checked'])) {
|
||||||
print '<td>';
|
print '<td class="tdoverflowmax150">';
|
||||||
print $companystatic->getNomUrl(1);
|
print $companystatic->getNomUrl(1);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user