mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix typo
This commit is contained in:
parent
9fb463481e
commit
de321e8f01
|
|
@ -189,9 +189,9 @@ class AccountingJournal extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowAccountingJournal");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -529,9 +529,9 @@ class BookKeeping extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowTransaction");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -2382,9 +2382,9 @@ class Adherent extends CommonObject
|
|||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$langs->load("users");
|
||||
$label = $langs->trans("ShowUser");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -780,7 +780,7 @@ class AdherentType extends CommonObject
|
|||
}
|
||||
}
|
||||
$linkstart = '<a href="'.$url.'"';
|
||||
$linkstart .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkstart .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkstart .= $dataparams.' class="'.$classfortooltip.'">';
|
||||
|
||||
$linkend = '</a>';
|
||||
|
|
|
|||
|
|
@ -1408,9 +1408,9 @@ class Asset extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowAsset");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -619,9 +619,9 @@ class AssetModel extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowAssetModel");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1159,9 +1159,9 @@ class BOM extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowBillOfMaterials");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -387,9 +387,9 @@ class BOMLine extends CommonObjectLine
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowBillOfMaterialsLine");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -756,9 +756,9 @@ class Availabilities extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowAvailabilities");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -742,9 +742,9 @@ class Calendar extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalInt('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowCalendar");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -319,9 +319,9 @@ class Bookmark extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowBookmark");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1811,9 +1811,9 @@ class Categorie extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalInt('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.' '.$forced_color.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ' class="'.$forced_color.($morecss ? ' '.$morecss : '').'"';
|
||||
|
|
|
|||
|
|
@ -852,9 +852,9 @@ class Mailing extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowEMailing");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -3831,9 +3831,9 @@ class Propal extends CommonObject
|
|||
if (empty($notooltip) && $user->hasRight('propal', 'lire')) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Proposal");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -3899,9 +3899,9 @@ class Commande extends CommonOrder
|
|||
if (empty($notooltip) && $user->hasRight('commande', 'lire')) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Order");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
|
||||
$target_value = array('_self', '_blank', '_parent', '_top');
|
||||
|
|
|
|||
|
|
@ -1597,9 +1597,9 @@ class Account extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalInt('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("BankAccount");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -724,9 +724,9 @@ class PaymentVarious extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -463,9 +463,9 @@ class CashControl extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -2109,9 +2109,9 @@ class Facture extends CommonInvoice
|
|||
if (empty($notooltip) && $user->hasRight("facture", "read")) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Invoice");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -964,9 +964,9 @@ class RemiseCheque extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowCheckReceipt");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1415,9 +1415,9 @@ class Paiement extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Payment");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -688,9 +688,9 @@ class ChargeSociales extends CommonObject
|
|||
if (empty($notooltip) && $user->hasRight("facture", "read")) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("SocialContribution");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -783,9 +783,9 @@ class Tva extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1571,9 +1571,9 @@ class Contact extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowContact");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -2133,9 +2133,9 @@ class Contrat extends CommonObject
|
|||
if (empty($notooltip) && $user->hasRight('contrat', 'lire')) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowContract");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
$linkstart = '<a href="'.$url.'"';
|
||||
|
|
|
|||
|
|
@ -450,7 +450,7 @@ class ContratLigne extends CommonObjectLine
|
|||
}
|
||||
|
||||
$link = '<a href="'.DOL_URL_ROOT.'/contrat/card.php?id='.$this->fk_contrat.'"';
|
||||
$link .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$link .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$link .= $dataparams.' class="'.$classfortooltip.'">';
|
||||
$linkend = '</a>';
|
||||
|
||||
|
|
|
|||
|
|
@ -355,9 +355,9 @@ class Fiscalyear extends CommonObject
|
|||
if (empty($notooltip) && $user->hasRight('accounting', 'fiscalyear', 'write')) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("FiscalPeriod");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -757,9 +757,9 @@ class TimeSpent extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowTimeSpent");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1105,9 +1105,9 @@ class Cronjob extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowCronJob");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -809,7 +809,7 @@ class Delivery extends CommonObject
|
|||
//}
|
||||
|
||||
$linkstart = '<a href="'.$url.'"';
|
||||
$linkstart .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkstart .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkstart .= $dataparams.' class="'.$classfortooltip.'">';
|
||||
$linkend = '</a>';
|
||||
|
||||
|
|
|
|||
|
|
@ -1024,9 +1024,9 @@ class EcmFiles extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowFile");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.' '.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -638,9 +638,9 @@ class EmailCollector extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowEmailCollector");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -322,9 +322,9 @@ class EmailCollectorAction extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowEmailcollectorAction");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -333,9 +333,9 @@ class EmailCollectorFilter extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowEmailcollectorFilter");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -609,9 +609,9 @@ class ConferenceOrBooth extends ActionComm
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowConferenceOrBooth");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
//$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
//$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -852,9 +852,9 @@ class ConferenceOrBoothAttendee extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowConferenceOrBoothAttendee");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -2003,9 +2003,9 @@ class Expedition extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Shipment");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1861,9 +1861,9 @@ class ExpenseReport extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowExpenseReport");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -943,9 +943,9 @@ class Fichinter extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowIntervention");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1077,9 +1077,9 @@ class CommandeFournisseur extends CommonOrder
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowOrder");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2924,9 +2924,9 @@ class FactureFournisseur extends CommonInvoice
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowSupplierInvoice");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1420,9 +1420,9 @@ class ProductFournisseur extends Product
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("SupplierRef");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -710,9 +710,9 @@ class PaiementFourn extends Paiement
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Payment");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1454,9 +1454,9 @@ class Holiday extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalInt('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -467,9 +467,9 @@ class Establishment extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Establishment");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -779,9 +779,9 @@ class Evaluation extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowEvaluation");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -741,9 +741,9 @@ class EvaluationLine extends CommonObjectLine
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowEvaluationdet");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -763,9 +763,9 @@ class Job extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowJob");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -821,9 +821,9 @@ class Skill extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowSkill");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -723,9 +723,9 @@ class Skilldet extends CommonObjectLine
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowSkilldet");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -769,9 +769,9 @@ class SkillRank extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowSkillRank");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -708,9 +708,9 @@ class IntracommReport extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalInt('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -842,9 +842,9 @@ class KnowledgeRecord extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowKnowledgeRecord");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -630,9 +630,9 @@ class Loan extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -833,9 +833,9 @@ class MyObject extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalInt('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1511,9 +1511,9 @@ class Mo extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMo");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -575,9 +575,9 @@ class Opensurveysondage extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1060,9 +1060,9 @@ class Partnership extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowPartnership");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -288,9 +288,9 @@ class PartnershipType extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -744,9 +744,9 @@ class ProductFournisseurPrice extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowProductFournisseurPrice");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -602,9 +602,9 @@ class Inventory extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowInventory");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -848,9 +848,9 @@ class Entrepot extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Warehouse");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1228,9 +1228,9 @@ class Productlot extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -827,9 +827,9 @@ class StockTransfer extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowStockTransfer");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -758,9 +758,9 @@ class StockTransferLine extends CommonObjectLine
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowStockTransferLine");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1483,9 +1483,9 @@ class Project extends CommonObject
|
|||
if (empty($notooltip) && $user->hasRight('projet', 'lire')) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowProject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1030,9 +1030,9 @@ class Task extends CommonObjectLine
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowTask");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.' nowraponall"';
|
||||
} else {
|
||||
$linkclose .= ' class="nowraponall"';
|
||||
|
|
|
|||
|
|
@ -1352,9 +1352,9 @@ class Reception extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalInt('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("Reception");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -799,9 +799,9 @@ class RecruitmentCandidature extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowRecruitmentCandidature");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -858,9 +858,9 @@ class RecruitmentJobPosition extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowRecruitmentJobPosition");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -957,9 +957,9 @@ class Dolresource extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -902,9 +902,9 @@ class PaymentSalary extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalInt('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("SalaryPayment");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -614,9 +614,9 @@ class Salary extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -499,9 +499,9 @@ class CompanyPaymentMode extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowCompanyPaymentMode");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -3115,9 +3115,9 @@ class Societe extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowCompany");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').' refurl valignmiddle"';
|
||||
$target_value = array('_self', '_blank', '_parent', '_top');
|
||||
if (in_array($target, $target_value)) {
|
||||
|
|
|
|||
|
|
@ -514,9 +514,9 @@ class SocieteAccount extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("WebsiteAccount");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -2600,9 +2600,9 @@ class SupplierProposal extends CommonObject
|
|||
if (empty($notooltip) && $user->hasRight('propal', 'lire')) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowSupplierProposal");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -499,9 +499,9 @@ class CTicketCategory extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -1651,9 +1651,9 @@ class Ticket extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowTicket");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -3170,9 +3170,9 @@ class User extends CommonObject
|
|||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$langs->load("users");
|
||||
$label = $langs->trans("ShowUser");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams . ' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -875,7 +875,7 @@ class UserGroup extends CommonObject
|
|||
$label = $langs->trans("ShowGroup");
|
||||
$linkclose .= ' alt="'.dol_escape_htmltag($label, 1, 1).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -767,9 +767,9 @@ class Target extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowTarget");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -887,9 +887,9 @@ class WebsitePage extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -661,9 +661,9 @@ class Workstation extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowWorkstation");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHtmlForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= ($label ? ' title="'.dolPrintHTMLForAttribute($label).'"' : ' title="tocomplete"');
|
||||
$linkclose .= $dataparams.' class="'.$classfortooltip.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
|
|
@ -494,9 +494,9 @@ class Hook extends CommonObject
|
|||
if (empty($notooltip)) {
|
||||
if (getDolGlobalString('MAIN_OPTIMIZEFORTEXTBROWSER')) {
|
||||
$label = $langs->trans("ShowMyObject");
|
||||
$linkclose .= ' alt="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' alt="'.dolPrintHTMLForAttribute($label).'"';
|
||||
}
|
||||
$linkclose .= ' title="'.dolPrintHtmlForAttribute($label).'"';
|
||||
$linkclose .= ' title="'.dolPrintHTMLForAttribute($label).'"';
|
||||
$linkclose .= ' class="classfortooltip'.($morecss ? ' '.$morecss : '').'"';
|
||||
} else {
|
||||
$linkclose = ($morecss ? ' class="'.$morecss.'"' : '');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user