Fixing style errors.
This commit is contained in:
parent
bff128a061
commit
35300b3dfc
@ -455,7 +455,7 @@ if ($search_priv != '0' && $search_priv != '1') {
|
|||||||
|
|
||||||
// Search Categories
|
// Search Categories
|
||||||
|
|
||||||
// Search Contact Categories
|
// Search Contact Categories
|
||||||
$searchCategoryContactList = $search_categ ? array($search_categ) : array();
|
$searchCategoryContactList = $search_categ ? array($search_categ) : array();
|
||||||
$searchCategoryContactOperator = 0;
|
$searchCategoryContactOperator = 0;
|
||||||
// Search for tag/category ($searchCategoryContactList is an array of ID)
|
// Search for tag/category ($searchCategoryContactList is an array of ID)
|
||||||
@ -487,7 +487,7 @@ if (!empty($searchCategoryContactList)) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Search Customer Categories
|
// Search Customer Categories
|
||||||
$searchCategoryCustomerList = $search_categ_thirdparty ? array($search_categ_thirdparty) : array();
|
$searchCategoryCustomerList = $search_categ_thirdparty ? array($search_categ_thirdparty) : array();
|
||||||
$searchCategoryCustomerOperator = 0;
|
$searchCategoryCustomerOperator = 0;
|
||||||
// Search for tag/category ($searchCategoryCustomerList is an array of ID)
|
// Search for tag/category ($searchCategoryCustomerList is an array of ID)
|
||||||
@ -976,7 +976,7 @@ if (!empty($arrayfields['p.town']['checked'])) {
|
|||||||
print '<input class="flat searchstring" size="4" type="text" name="search_state" value="'.dol_escape_htmltag($search_state).'">';
|
print '<input class="flat searchstring" size="4" type="text" name="search_state" value="'.dol_escape_htmltag($search_state).'">';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// Region
|
// Region
|
||||||
if (!empty($arrayfields['region.nom']['checked']))
|
if (!empty($arrayfields['region.nom']['checked']))
|
||||||
{
|
{
|
||||||
@ -1262,7 +1262,7 @@ while ($i < min($num, $limit)) {
|
|||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
// ID
|
// ID
|
||||||
if (!empty($arrayfields['p.rowid']['checked'])) {
|
if (!empty($arrayfields['p.rowid']['checked'])) {
|
||||||
print '<td class="tdoverflowmax50">';
|
print '<td class="tdoverflowmax50">';
|
||||||
@ -1272,7 +1272,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// (Last) Name
|
// (Last) Name
|
||||||
if (!empty($arrayfields['p.lastname']['checked'])) {
|
if (!empty($arrayfields['p.lastname']['checked'])) {
|
||||||
print '<td class="middle tdoverflowmax150">';
|
print '<td class="middle tdoverflowmax150">';
|
||||||
@ -1282,7 +1282,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Firstname
|
// Firstname
|
||||||
if (!empty($arrayfields['p.firstname']['checked'])) {
|
if (!empty($arrayfields['p.firstname']['checked'])) {
|
||||||
print '<td class="tdoverflowmax150" title="'.dol_escape_htmltag($obj->firstname).'">'.dol_escape_htmltag($obj->firstname).'</td>';
|
print '<td class="tdoverflowmax150" title="'.dol_escape_htmltag($obj->firstname).'">'.dol_escape_htmltag($obj->firstname).'</td>';
|
||||||
@ -1290,7 +1290,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Job position
|
// Job position
|
||||||
if (!empty($arrayfields['p.poste']['checked'])) {
|
if (!empty($arrayfields['p.poste']['checked'])) {
|
||||||
print '<td class="tdoverflowmax100">'.dol_escape_htmltag($obj->poste).'</td>';
|
print '<td class="tdoverflowmax100">'.dol_escape_htmltag($obj->poste).'</td>';
|
||||||
@ -1298,7 +1298,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Address
|
// Address
|
||||||
if (!empty($arrayfields['p.address']['checked'])) {
|
if (!empty($arrayfields['p.address']['checked'])) {
|
||||||
print '<td>'.dol_escape_htmltag($obj->address).'</td>';
|
print '<td>'.dol_escape_htmltag($obj->address).'</td>';
|
||||||
@ -1306,7 +1306,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Zip
|
// Zip
|
||||||
if (!empty($arrayfields['p.zip']['checked'])) {
|
if (!empty($arrayfields['p.zip']['checked'])) {
|
||||||
print '<td>'.dol_escape_htmltag($obj->zip).'</td>';
|
print '<td>'.dol_escape_htmltag($obj->zip).'</td>';
|
||||||
@ -1314,7 +1314,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Town
|
// Town
|
||||||
if (!empty($arrayfields['p.town']['checked'])) {
|
if (!empty($arrayfields['p.town']['checked'])) {
|
||||||
print '<td class="tdoverflowmax100" title="'.dol_escape_htmltag($obj->town).'">'.dol_escape_htmltag($obj->town).'</td>';
|
print '<td class="tdoverflowmax100" title="'.dol_escape_htmltag($obj->town).'">'.dol_escape_htmltag($obj->town).'</td>';
|
||||||
@ -1322,7 +1322,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// State
|
// State
|
||||||
if (!empty($arrayfields['state.nom']['checked']))
|
if (!empty($arrayfields['state.nom']['checked']))
|
||||||
@ -1330,14 +1330,14 @@ while ($i < min($num, $limit)) {
|
|||||||
print "<td>".$obj->state_name."</td>\n";
|
print "<td>".$obj->state_name."</td>\n";
|
||||||
if (! $i) $totalarray['nbfield']++;
|
if (! $i) $totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Region
|
// Region
|
||||||
if (!empty($arrayfields['region.nom']['checked']))
|
if (!empty($arrayfields['region.nom']['checked']))
|
||||||
{
|
{
|
||||||
print "<td>".$obj->region_name."</td>\n";
|
print "<td>".$obj->region_name."</td>\n";
|
||||||
if (! $i) $totalarray['nbfield']++;
|
if (! $i) $totalarray['nbfield']++;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
// Country
|
// Country
|
||||||
if (!empty($arrayfields['country.code_iso']['checked'])) {
|
if (!empty($arrayfields['country.code_iso']['checked'])) {
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
@ -1348,7 +1348,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Phone pro
|
// Phone pro
|
||||||
if (!empty($arrayfields['p.phone']['checked'])) {
|
if (!empty($arrayfields['p.phone']['checked'])) {
|
||||||
print '<td class="nowraponall tdoverflowmax150">'.dol_print_phone($obj->phone_pro, $obj->country_code, $obj->rowid, $obj->socid, 'AC_TEL', ' ', 'phone').'</td>';
|
print '<td class="nowraponall tdoverflowmax150">'.dol_print_phone($obj->phone_pro, $obj->country_code, $obj->rowid, $obj->socid, 'AC_TEL', ' ', 'phone').'</td>';
|
||||||
@ -1356,7 +1356,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Phone perso
|
// Phone perso
|
||||||
if (!empty($arrayfields['p.phone_perso']['checked'])) {
|
if (!empty($arrayfields['p.phone_perso']['checked'])) {
|
||||||
print '<td class="nowraponall tdoverflowmax150">'.dol_print_phone($obj->phone_perso, $obj->country_code, $obj->rowid, $obj->socid, 'AC_TEL', ' ', 'phone').'</td>';
|
print '<td class="nowraponall tdoverflowmax150">'.dol_print_phone($obj->phone_perso, $obj->country_code, $obj->rowid, $obj->socid, 'AC_TEL', ' ', 'phone').'</td>';
|
||||||
@ -1364,7 +1364,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Phone mobile
|
// Phone mobile
|
||||||
if (!empty($arrayfields['p.phone_mobile']['checked'])) {
|
if (!empty($arrayfields['p.phone_mobile']['checked'])) {
|
||||||
print '<td class="nowraponall tdoverflowmax150">'.dol_print_phone($obj->phone_mobile, $obj->country_code, $obj->rowid, $obj->socid, 'AC_TEL', ' ', 'mobile').'</td>';
|
print '<td class="nowraponall tdoverflowmax150">'.dol_print_phone($obj->phone_mobile, $obj->country_code, $obj->rowid, $obj->socid, 'AC_TEL', ' ', 'mobile').'</td>';
|
||||||
@ -1372,7 +1372,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fax
|
// Fax
|
||||||
if (!empty($arrayfields['p.fax']['checked'])) {
|
if (!empty($arrayfields['p.fax']['checked'])) {
|
||||||
print '<td class="nowraponall tdoverflowmax150">'.dol_print_phone($obj->fax, $obj->country_code, $obj->rowid, $obj->socid, 'AC_TEL', ' ', 'fax').'</td>';
|
print '<td class="nowraponall tdoverflowmax150">'.dol_print_phone($obj->fax, $obj->country_code, $obj->rowid, $obj->socid, 'AC_TEL', ' ', 'fax').'</td>';
|
||||||
@ -1380,7 +1380,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// EMail
|
// EMail
|
||||||
if (!empty($arrayfields['p.email']['checked'])) {
|
if (!empty($arrayfields['p.email']['checked'])) {
|
||||||
print '<td class="nowraponall tdoverflowmax300">'.dol_print_email($obj->email, $obj->rowid, $obj->socid, 'AC_EMAIL', 18, 0, 1).'</td>';
|
print '<td class="nowraponall tdoverflowmax300">'.dol_print_email($obj->email, $obj->rowid, $obj->socid, 'AC_EMAIL', 18, 0, 1).'</td>';
|
||||||
@ -1388,7 +1388,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// No EMail Subscription
|
// No EMail Subscription
|
||||||
if (!empty($arrayfields['unsubscribed']['checked'])) {
|
if (!empty($arrayfields['unsubscribed']['checked'])) {
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
@ -1402,7 +1402,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Social Networks
|
// Social Networks
|
||||||
if (isModEnabled('socialnetworks')) {
|
if (isModEnabled('socialnetworks')) {
|
||||||
foreach ($socialnetworks as $key => $value) {
|
foreach ($socialnetworks as $key => $value) {
|
||||||
@ -1448,7 +1448,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prospect Level
|
// Prospect Level
|
||||||
if (!empty($arrayfields['p.fk_prospectlevel']['checked'])) {
|
if (!empty($arrayfields['p.fk_prospectlevel']['checked'])) {
|
||||||
print '<td class="center">';
|
print '<td class="center">';
|
||||||
@ -1481,7 +1481,7 @@ while ($i < min($num, $limit)) {
|
|||||||
|
|
||||||
// Extra fields
|
// Extra fields
|
||||||
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
|
include DOL_DOCUMENT_ROOT.'/core/tpl/extrafields_list_print_fields.tpl.php';
|
||||||
|
|
||||||
// Fields from hook
|
// Fields from hook
|
||||||
$parameters = array('arrayfields'=>$arrayfields, 'obj'=>$obj, 'i'=>$i, 'totalarray'=>&$totalarray);
|
$parameters = array('arrayfields'=>$arrayfields, 'obj'=>$obj, 'i'=>$i, 'totalarray'=>&$totalarray);
|
||||||
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
|
$reshook = $hookmanager->executeHooks('printFieldListValue', $parameters, $object, $action); // Note that $action and $object may have been modified by hook
|
||||||
@ -1495,7 +1495,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Date modification
|
// Date modification
|
||||||
if (!empty($arrayfields['p.tms']['checked'])) {
|
if (!empty($arrayfields['p.tms']['checked'])) {
|
||||||
print '<td class="center nowraponall">';
|
print '<td class="center nowraponall">';
|
||||||
@ -1505,7 +1505,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Status
|
// Status
|
||||||
if (!empty($arrayfields['p.statut']['checked'])) {
|
if (!empty($arrayfields['p.statut']['checked'])) {
|
||||||
print '<td class="center">'.$contactstatic->getLibStatut(5).'</td>';
|
print '<td class="center">'.$contactstatic->getLibStatut(5).'</td>';
|
||||||
@ -1513,7 +1513,7 @@ while ($i < min($num, $limit)) {
|
|||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Import key
|
// Import key
|
||||||
if (!empty($arrayfields['p.import_key']['checked'])) {
|
if (!empty($arrayfields['p.import_key']['checked'])) {
|
||||||
print '<td class="tdoverflowmax100">';
|
print '<td class="tdoverflowmax100">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user