Home
last modified time | relevance | path

Searched defs:texttoshow (Results 1 – 17 of 17) 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
141 $texttoshow = str_replace('{s2}', img_picto('', 'tools', 'class="pictofixedwidth"').$langs->transno… variable
/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
134 $texttoshow = $langs->trans("CreditTransferOrderCreated", '{s}'); variable
135 $texttoshow = str_replace('{s}', $bprev->getNomUrl(1), $texttoshow); variable
/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
/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
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/cron/
H A Dlist.php472 $texttoshow = $langs->trans('CronModule').': '.$obj->module_name.'<br>'; variable
481 $texttoshow = $langs->trans('CronCommand').': '.dol_trunc($obj->command); variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/cron/
H A Dlist.php522 $texttoshow = $langs->trans('CronModule').': '.$obj->module_name.'<br>'; variable
530 $texttoshow = $langs->trans('CronCommand').': '.dol_trunc($obj->command); variable
/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
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/
H A Dcustomreports.php744 $texttoshow = $langs->trans("NoRecordFound"); variable
746 $texttoshow = $langs->trans("SelectYourGraphOptionsFirst"); variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/
H A Dcustomreports.php776 $texttoshow = $langs->trans("NoRecordFound"); variable
778 $texttoshow = $langs->trans("SelectYourGraphOptionsFirst"); variable
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
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/
H A Dindex.php95 $texttoshow = make_substitutions($conf->global->MAIN_MOTD, $substitutionarray, $langs); variable
/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
/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
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/
H A Dindex.php92 $texttoshow = make_substitutions($conf->global->MAIN_MOTD, $substitutionarray, $langs); variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/modulebuilder/
H A Dindex.php3466 $texttoshow = $langs->trans('CronModule').': '.$module.'<br>'; variable
3475 $texttoshow = $langs->trans('CronCommand').': '.dol_trunc($cron['command']); variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/modulebuilder/
H A Dindex.php3646 $texttoshow = $langs->trans('CronModule').': '.$module.'<br>'; variable
3654 $texttoshow = $langs->trans('CronCommand').': '.dol_trunc($cron['command']); variable
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php10387 function showValueWithClipboardCPButton($valuetocopy, $showonlyonhover = 1, $texttoshow = '')