Home
last modified time | relevance | path

Searched refs:texttoshow (Results 1 – 23 of 23) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/tools/
H A Dupdate.php140 $texttoshow = $langs->trans("GoModuleSetupArea", DOL_URL_ROOT.'/admin/modules.php?mode=deploy', '{s… variable
141texttoshow = str_replace('{s2}', img_picto('', 'tools', 'class="pictofixedwidth"').$langs->transno… variable
142 print $texttoshow;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/prelevement/
H A Dcreate.php130 $texttoshow = $langs->trans("DirectDebitOrderCreated", '{s}'); variable
131 $texttoshow = str_replace('{s}', $bprev->getNomUrl(1), $texttoshow); variable
132 setEventMessages($texttoshow, null);
134 $texttoshow = $langs->trans("CreditTransferOrderCreated", '{s}'); variable
135 $texttoshow = str_replace('{s}', $bprev->getNomUrl(1), $texttoshow); variable
136 setEventMessages($texttoshow, null);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/admin/
H A Dprice_rules.php179 $texttoshow = $langs->trans('PercentVariationOver', '{s1}'); variable
180 …$texttoshow = str_replace('{s1}', Form::selectarray("fk_level[$i]", $return, (isset($rules[$i]) ? … variable
181 print $texttoshow;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/admin/
H A Dprice_rules.php180 $texttoshow = $langs->trans('PercentVariationOver', '{s1}'); variable
181 …$texttoshow = str_replace('{s1}', Form::selectarray("fk_level[$i]", $return, (isset($rules[$i]) ? … variable
182 print $texttoshow;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/cron/
H A Dlist.php472 $texttoshow = $langs->trans('CronModule').': '.$obj->module_name.'<br>'; variable
473 $texttoshow .= $langs->trans('CronClass').': '.$obj->classesname.'<br>';
474 $texttoshow .= $langs->trans('CronObject').': '.$obj->objectname.'<br>';
475 $texttoshow .= $langs->trans('CronMethod').': '.$obj->methodename;
476 $texttoshow .= '<br>'.$langs->trans('CronArgs').': '.$obj->params;
477 $texttoshow .= '<br>'.$langs->trans('Comment').': '.$langs->trans($obj->note);
481 $texttoshow = $langs->trans('CronCommand').': '.dol_trunc($obj->command); variable
482 $texttoshow .= '<br>'.$langs->trans('CronArgs').': '.$obj->params;
483 $texttoshow .= '<br>'.$langs->trans('Comment').': '.$langs->trans($obj->note);
485 print $form->textwithpicto($text, $texttoshow, 1);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/cron/
H A Dlist.php522 $texttoshow = $langs->trans('CronModule').': '.$obj->module_name.'<br>'; variable
523 $texttoshow .= $langs->trans('CronClass').': '.$obj->classesname.'<br>';
524 $texttoshow .= $langs->trans('CronObject').': '.$obj->objectname.'<br>';
525 $texttoshow .= $langs->trans('CronMethod').': '.$obj->methodename;
526 $texttoshow .= '<br>'.$langs->trans('CronArgs').': '.$obj->params;
527 $texttoshow .= '<br>'.$langs->trans('Comment').': '.$langs->trans($obj->note);
530 $texttoshow = $langs->trans('CronCommand').': '.dol_trunc($obj->command); variable
531 $texttoshow .= '<br>'.$langs->trans('CronArgs').': '.$obj->params;
532 $texttoshow .= '<br>'.$langs->trans('Comment').': '.$langs->trans($obj->note);
534 print $form->textwithpicto($text, $texttoshow, 1);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/product/doc/
H A Dpdf_standard.modules.php289 $texttoshow = $langs->trans("Weight").': '.dol_htmlentitiesbr($object->weight);
291 … $texttoshow .= ' '.measuring_units_string($object->weight_units, 'weight', 0, 0, $outputlangs);
293 $pdf->writeHTMLCell(190, 3, $this->marge_gauche, $nexY, $texttoshow, 0, 1);
297 …$texttoshow = $langs->trans("Length").' x '.$langs->trans("Width").' x '.$langs->trans("Height").'…
298 $pdf->writeHTMLCell(190, 3, $this->marge_gauche, $nexY, $texttoshow, 0, 1);
302 $texttoshow = $langs->trans("Area").': '.dol_htmlentitiesbr($object->surface);
303 $pdf->writeHTMLCell(190, 3, $this->marge_gauche, $nexY, $texttoshow, 0, 1);
307 $texttoshow = $langs->trans("Volume").': '.dol_htmlentitiesbr($object->volume);
308 $pdf->writeHTMLCell(190, 3, $this->marge_gauche, $nexY, $texttoshow, 0, 1);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/product/doc/
H A Dpdf_standard.modules.php282 $texttoshow = $langs->trans("Weight").': '.dol_htmlentitiesbr($object->weight);
283 …if (isset($object->weight_units)) $texttoshow .= ' '.measuring_units_string($object->weight_units,…
284 $pdf->writeHTMLCell(190, 3, $this->marge_gauche, $nexY, $texttoshow, 0, 1);
289 …$texttoshow = $langs->trans("Length").' x '.$langs->trans("Width").' x '.$langs->trans("Height").'…
290 $pdf->writeHTMLCell(190, 3, $this->marge_gauche, $nexY, $texttoshow, 0, 1);
295 $texttoshow = $langs->trans("Area").': '.dol_htmlentitiesbr($object->surface);
296 $pdf->writeHTMLCell(190, 3, $this->marge_gauche, $nexY, $texttoshow, 0, 1);
301 $texttoshow = $langs->trans("Volume").': '.dol_htmlentitiesbr($object->volume);
302 $pdf->writeHTMLCell(190, 3, $this->marge_gauche, $nexY, $texttoshow, 0, 1);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/blockedlog/admin/
H A Dblockedlog_list.php550 … $texttoshow = $langs->trans("Fingerprint").' - '.$langs->trans("Saved").':<br>'.$block->signature; variable
551 …$texttoshow .= '<br><br>'.$langs->trans("Fingerprint").' - Recalculated sha256(previoushash * data…
552 …$texttoshow .= '<br><span class="opacitymedium">'.$langs->trans("PreviousHash").'='.$checkdetail[$…
554 …print $form->textwithpicto(dol_trunc($block->signature, '8'), $texttoshow, 1, 'help', '', 0, 2, 'f…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/reception/
H A Dlist.php433 $texttoshow = $langs->trans('BillXCreated', '{s1}'); variable
434 …$texttoshow = str_replace('{s1}', '<a href="'.DOL_URL_ROOT.'/fourn/facture/card.php?id='.urlencode… variable
435 setEventMessages($texttoshow, null, 'mesgs');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dsecurity2.lib.php265 $texttoshow = make_substitutions($conf->global->MAIN_HOME, $substitutionarray, $langs);
267 $main_home = dol_htmlcleanlastbr($texttoshow);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dsecurity2.lib.php272 $texttoshow = make_substitutions($conf->global->MAIN_HOME, $substitutionarray, $langs);
274 $main_home = dol_htmlcleanlastbr($texttoshow);
H A Dfunctions.lib.php10384 * @param string $texttoshow Replace the value to show with this text
10387 function showValueWithClipboardCPButton($valuetocopy, $showonlyonhover = 1, $texttoshow = '') argument
10396 if ($texttoshow) {
10397 …hsize">'.$valuetocopy.'</span><span class="clipboardCPValueToPrint">'.$texttoshow.'</span><span cl…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/
H A Dcustomreports.php744 $texttoshow = $langs->trans("NoRecordFound"); variable
746 $texttoshow = $langs->trans("SelectYourGraphOptionsFirst"); variable
749 print $px1->show($totalnbofrecord ? 0 : $texttoshow);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/
H A Dcustomreports.php776 $texttoshow = $langs->trans("NoRecordFound"); variable
778 $texttoshow = $langs->trans("SelectYourGraphOptionsFirst"); variable
781 print $px1->show($totalnbofrecord ? 0 : $texttoshow);
H A Dactions_massactions.inc.php868 $texttoshow = $langs->trans('BillXCreated', '{s1}'); variable
869 …$texttoshow = str_replace('{s1}', '<a href="'.DOL_URL_ROOT.'/compta/facture/card.php?id='.urlencod… variable
870 setEventMessages($texttoshow, null, 'mesgs');
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/modulebuilder/
H A Dindex.php3466 $texttoshow = $langs->trans('CronModule').': '.$module.'<br>'; variable
3467 $texttoshow .= $langs->trans('CronClass').': '.$cron['class'].'<br>';
3468 $texttoshow .= $langs->trans('CronObject').': '.$cron['objectname'].'<br>';
3469 $texttoshow .= $langs->trans('CronMethod').': '.$cron['method'];
3470 $texttoshow .= '<br>'.$langs->trans('CronArgs').': '.$cron['parameters'];
3471 $texttoshow .= '<br>'.$langs->trans('Comment').': '.$langs->trans($cron['comment']);
3475 $texttoshow = $langs->trans('CronCommand').': '.dol_trunc($cron['command']); variable
3476 $texttoshow .= '<br>'.$langs->trans('CronArgs').': '.$cron['parameters'];
3477 $texttoshow .= '<br>'.$langs->trans('Comment').': '.$langs->trans($cron['comment']);
3479 print $form->textwithpicto($text, $texttoshow, 1);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/modulebuilder/
H A Dindex.php3646 $texttoshow = $langs->trans('CronModule').': '.$module.'<br>'; variable
3647 $texttoshow .= $langs->trans('CronClass').': '.$cron['class'].'<br>';
3648 $texttoshow .= $langs->trans('CronObject').': '.$cron['objectname'].'<br>';
3649 $texttoshow .= $langs->trans('CronMethod').': '.$cron['method'];
3650 $texttoshow .= '<br>'.$langs->trans('CronArgs').': '.$cron['parameters'];
3651 $texttoshow .= '<br>'.$langs->trans('Comment').': '.$langs->trans($cron['comment']);
3654 $texttoshow = $langs->trans('CronCommand').': '.dol_trunc($cron['command']); variable
3655 $texttoshow .= '<br>'.$langs->trans('CronArgs').': '.$cron['parameters'];
3656 $texttoshow .= '<br>'.$langs->trans('Comment').': '.$langs->trans($cron['comment']);
3658 print $form->textwithpicto($text, $texttoshow, 1);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/commande/
H A Dlist.php473 $texttoshow = $langs->trans('BillXCreated', '{s1}'); variable
474 …$texttoshow = str_replace('{s1}', '<a href="'.DOL_URL_ROOT.'/fourn/facture/card.php?id='.urlencode… variable
475 setEventMessages($texttoshow, null, 'mesgs');
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/
H A Dindex.php95 $texttoshow = make_substitutions($conf->global->MAIN_MOTD, $substitutionarray, $langs); variable
99 print dol_htmlentitiesbr($texttoshow);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/
H A Dindex.php92 $texttoshow = make_substitutions($conf->global->MAIN_MOTD, $substitutionarray, $langs); variable
96 print dol_htmlentitiesbr($texttoshow);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.form.class.php8257 …$texttoshow = '<div class="opacitymedium inline-block search_component_searchtext">'.$langs->trans…
8259 $ret .= '<div class="search_component inline-block valignmiddle">'.$texttoshow.'</div>';
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.form.class.php8948 …$texttoshow = '<div class="opacitymedium inline-block search_component_searchtext">'.$langs->trans…
8950 $ret .= '<div class="search_component inline-block valignmiddle">'.$texttoshow.'</div>';