Home
last modified time | relevance | path

Searched refs:img_help (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/mathgl/mathgl-2.5/widgets/
H A Dimage.h53 extern MGL_EXPORT Fl_RGB_Image img_help;
H A Dimage.cpp1432 MGL_EXPORT Fl_RGB_Image img_help(idata_help, 16, 16, 4, 0); variable
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/
H A Dfacture_situation.php227 …htooltip(($title ? $title : $langs->trans($confkey)), $langs->trans($help), 2, 1, img_help(1, ''));
H A Ddict.php1156 …m->textwithtooltip($langs->trans("Type"), $langs->trans("TypePaymentDesc"), 2, 1, img_help(1, ''));
1162 …extwithtooltip($langs->trans("Label"), $langs->trans("LabelUsedByDefault"), 2, 1, img_help(1, ''));
1165 …tip($langs->trans("LabelOnDocuments"), $langs->trans("LabelUsedByDefault"), 2, 1, img_help(1, ''));
1221 …'<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valuetoshow).…
1438 …'<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valuetoshow).…
H A Dwebsite.php453 …'<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valuetoshow).…
H A Dstock.php481 …print "<td>".$langs->trans("RuleForStockReplenishment")." ".img_help('help', $langs->trans("Virtua…
H A Dmails_templates.php552 …'<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valuetoshow).…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/
H A Dfacture_situation.php230 …htooltip(($title ? $title : $langs->trans($confkey)), $langs->trans($help), 2, 1, img_help(1, ''));
H A Ddict.php1275 …m->textwithtooltip($langs->trans("Type"), $langs->trans("TypePaymentDesc"), 2, 1, img_help(1, ''));
1284 …extwithtooltip($langs->trans("Label"), $langs->trans("LabelUsedByDefault"), 2, 1, img_help(1, ''));
1287 …tip($langs->trans("LabelOnDocuments"), $langs->trans("LabelUsedByDefault"), 2, 1, img_help(1, ''));
1431 …'<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valuetoshow).…
1769 …'<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valuetoshow).…
H A Dwebsite.php463 …print '<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valueto…
H A Dstock.php455 …print "<td>".$langs->trans("RuleForStockReplenishment")." ".img_help('help', $langs->trans("Virtua…
H A Dmails_templates.php657 …print '<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valueto…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/accountancy/admin/
H A Dcategories_list.php454 …m->textwithtooltip($langs->trans("Type"), $langs->trans("TypePaymentDesc"), 2, 1, img_help(1, ''));
492 …'<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valuetoshow).…
H A Djournals_list.php433 …'<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valuetoshow).…
H A Daccountmodel.php473 …print '<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valueto…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/accountancy/admin/
H A Dcategories_list.php481 …m->textwithtooltip($langs->trans("Type"), $langs->trans("TypePaymentDesc"), 2, 1, img_help(1, ''));
520 …print '<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valueto…
H A Djournals_list.php456 …print '<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valueto…
H A Daccountmodel.php498 …print '<a href="'.$tabhelp[$id][$value].'" target="_blank">'.$valuetoshow.' '.img_help(1, $valueto…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/datapolicy/class/
H A Dactions_datapolicy.class.php338 …$dialog .= '<div class="confirmmessage">'.img_help('', '').' '.$langs->trans('DATAPOLICIES_PORTABI…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/datapolicy/class/
H A Dactions_datapolicy.class.php336 …$dialog .= '<div class="confirmmessage">'.img_help('', '').' '.$langs->trans('DATAPOLICIES_PORTABI…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/
H A Dcard.php595 print $form->textwithtooltip($text.' '.img_help(), $texthelp, 1);
890 print $form->textwithtooltip($text.' '.img_help(), $texthelp, 1, 0, '', '', 2);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/
H A Dcard.php589 print $form->textwithtooltip($text.' '.img_help(), $texthelp, 1);
884 print $form->textwithtooltip($text.' '.img_help(), $texthelp, 1, 0, '', '', 2);
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/cgnscalc/
H A Dcgnscalc.tcl302 image create photo img_help -data {\
307 button $f.help -image img_help \
/dports/math/mathgl/mathgl-2.5/mgllab/
H A Dhelp.cpp447 o = new Fl_Button(155, 80, 25, 25); o->image(img_help); o->tooltip("img_help"); in IconListDlg()
/dports/science/cgnslib/CGNS-4.1.2/src/cgnstools/cgnsplot/
H A Dcgnsplot.tcl483 image create photo img_help -data {\
488 button $f.help -image img_help -takefocus 0 \

12