Home
last modified time | relevance | path

Searched refs:cate_arbo (Results 1 – 25 of 57) sorted by relevance

123

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/ecm/class/
H A Dhtmlecm.form.class.php67 $cate_arbo = null;
71 $cate_arbo = $cat->get_full_arbo();
76 …$cate_arbo = dol_dir_list($path, 'directories', 1, '', array('(\.meta|_preview.*\.png)$', '^\.'), …
80 if (is_array($cate_arbo))
82 …if (!count($cate_arbo)) $output .= '<option value="-1" disabled>'.$langs->trans("NoDirectoriesFoun…
85 foreach ($cate_arbo as $key => $value)
87 …$valueforoption = empty($cate_arbo[$key]['id']) ? $cate_arbo[$key]['relativename'] : $cate_arbo[$k…
94 …htmltag($valueforoption).'">'.(empty($cate_arbo[$key]['fulllabel']) ? $cate_arbo[$key]['relativena…
H A Decmdirectory.class.php167 $cate_arbo = $cat->get_full_arbo(1);
169 foreach ($cate_arbo as $key => $categ) {
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/ecm/class/
H A Dhtmlecm.form.class.php69 $cate_arbo = null;
72 $cate_arbo = $cat->get_full_arbo();
76 …$cate_arbo = dol_dir_list($path, 'directories', 1, '', array('(\.meta|_preview.*\.png)$', '^\.'), …
80 if (is_array($cate_arbo)) {
81 if (!count($cate_arbo)) {
85 foreach ($cate_arbo as $key => $value) {
86 …$valueforoption = empty($cate_arbo[$key]['id']) ? $cate_arbo[$key]['relativename'] : $cate_arbo[$k…
92 …htmltag($valueforoption).'">'.(empty($cate_arbo[$key]['fulllabel']) ? $cate_arbo[$key]['relativena…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/public/test/
H A Dtest_arrays.php184 $cate_arbo = array('field1'=>'value1a into the select list A', 'field2'=>'value2a'); variable
185 $moreforfilter .= $form->selectarray('search_aaa', $cate_arbo, '', 1); // List without js combo
190 $cate_arbo = array('field1'=>'value1b into the select list B', 'field2'=>'value2b'); variable
191 $moreforfilter .= $form->selectarray('search_bbb', $cate_arbo, '', 1, 0, 0, '', 0, 0, 0, 0, '', 1);…
196 $cate_arbo = array('field1'=>'value1c into the select list C', 'field2'=>'value2c'); variable
197 $moreforfilter .= $form->selectarray('search_ccc', $cate_arbo, '', 1, 0, 0, '', 0, 0, 0, 0, '', 1);…
202 $cate_arbo = array('field1'=>'value1d into the select list D', 'field2'=>'value2d'); variable
203 $moreforfilter .= $form->selectarray('search_ddd', $cate_arbo, '', 1, 0, 0, '', 0, 0, 0, 0, '', 1);…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/public/test/
H A Dtest_arrays.php223 $cate_arbo = array('field1'=>'value1a into the select list A', 'field2'=>'value2a'); variable
224 $moreforfilter .= $form->selectarray('search_aaa', $cate_arbo, '', 1, 0, 0, '', 0, 0, 0, '', 'maxwi…
229 $cate_arbo = array('field1'=>'value1b into the select list B', 'field2'=>'value2b'); variable
230 $moreforfilter .= $form->selectarray('search_bbb', $cate_arbo, '', 1, 0, 0, '', 0, 0, 0, '', 'maxwi…
235 $cate_arbo = array('field1'=>'value1c into the select list C', 'field2'=>'value2c'); variable
236 $moreforfilter .= $form->selectarray('search_ccc', $cate_arbo, '', 1, 0, 0, '', 0, 0, 0, '', 'maxwi…
241 $cate_arbo = array('field1'=>'value1d into the select list D', 'field2'=>'value2d'); variable
242 $moreforfilter .= $form->selectarray('search_ddd', $cate_arbo, '', 1, 0, 0, '', 0, 0, 0, '', 'maxwi…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/tpl/
H A Dadvtarget.tpl.php263 $cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, 'parent', null, null, 1); variable
264 …print $form->multiselectarray('cust_categ', $cate_arbo, GETPOST('cust_categ', 'array'), null, null…
460 $cate_arbo = $form->select_all_categories(Categorie::TYPE_CONTACT, null, 'parent', null, null, 1); variable
461 …print $form->multiselectarray('contact_categ', $cate_arbo, GETPOST('contact_categ', 'array'), null…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/tpl/
H A Dadvtarget.tpl.php264 $cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, 'parent', null, null, 1); variable
265 …print $form->multiselectarray('cust_categ', $cate_arbo, GETPOST('cust_categ', 'array'), null, null…
461 $cate_arbo = $form->select_all_categories(Categorie::TYPE_CONTACT, null, 'parent', null, null, 1); variable
462 …print $form->multiselectarray('contact_categ', $cate_arbo, GETPOST('contact_categ', 'array'), null…
H A Dmassactions_pre.tpl.php59 $cate_arbo = $form->select_all_categories($categ_type['code'], null, 'parent', null, null, 1); variable
63 …'value' => $form->multiselectarray('contcats_'.$categ_type['code'], $cate_arbo, GETPOST('contcats_…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/takepos/admin/
H A Dorderprinters.php140 $cate_arbo = $categstatic->get_full_arbo($typetext); variable
143 $fulltree = $cate_arbo;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/categories/
H A Dindex.php142 $cate_arbo = $categstatic->get_full_arbo($typetext); variable
145 $fulltree = $cate_arbo;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/takepos/admin/
H A Dorderprinters.php150 $cate_arbo = $categstatic->get_full_arbo($typetext); variable
153 $fulltree = $cate_arbo;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/categories/
H A Dindex.php151 $cate_arbo = $categstatic->get_full_arbo($typetext); variable
154 $fulltree = $cate_arbo;
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/stock/
H A Dcard.php321 $cate_arbo = $form->select_all_categories(Categorie::TYPE_WAREHOUSE, '', 'parent', 64, 0, 1); variable
322 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, GETPOST('categor…
763 $cate_arbo = $form->select_all_categories(Categorie::TYPE_WAREHOUSE, '', 'parent', 64, 0, 1); variable
770 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/societe/
H A Dcard.php1608 …$cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, 'parent', null, null, 1); variable
1609 …print img_picto('', 'category').$form->multiselectarray('custcats', $cate_arbo, GETPOST('custcats'…
1615 … $cate_arbo = $form->select_all_categories(Categorie::TYPE_CONTACT, null, 'parent', null, null, 1); variable
1616 …print img_picto('', 'category').$form->multiselectarray('contcats', $cate_arbo, GETPOST('contcats'…
1622 … $cate_arbo = $form->select_all_categories(Categorie::TYPE_CONTACT, null, 'parent', null, null, 1); variable
1623 …print img_picto('', 'category').$form->multiselectarray('contcats', $cate_arbo, GETPOST('contcats'…
1630 …$cate_arbo = $form->select_all_categories(Categorie::TYPE_SUPPLIER, null, 'parent', null, null, 1); variable
2304 $cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, null, null, null, 1); variable
2311 …print img_picto('', 'category').$form->multiselectarray('custcats', $cate_arbo, $arrayselected, 0,…
2318 $cate_arbo = $form->select_all_categories(Categorie::TYPE_SUPPLIER, null, null, null, null, 1); variable
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/stock/
H A Dcard.php353 $cate_arbo = $form->select_all_categories(Categorie::TYPE_WAREHOUSE, '', 'parent', 64, 0, 1); variable
354 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, GETPOST('categor…
901 $cate_arbo = $form->select_all_categories(Categorie::TYPE_WAREHOUSE, '', 'parent', 64, 0, 1); variable
908 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/bank/
H A Dcard.php399 $cate_arbo = $form->select_all_categories(Categorie::TYPE_ACCOUNT, '', 'parent', 64, 0, 1); variable
410 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
898 $cate_arbo = $form->select_all_categories(Categorie::TYPE_ACCOUNT, '', 'parent', 64, 0, 1); variable
907 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
H A Dline.php565 …$cate_arbo = $form->select_all_categories(Categorie::TYPE_BANK_LINE, null, 'parent', null, null, 1… variable
566 …category', 'class="paddingright"').$form->multiselectarray('custcats', $cate_arbo, $arrayselected,…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/bank/
H A Dcard.php419 $cate_arbo = $form->select_all_categories(Categorie::TYPE_ACCOUNT, '', 'parent', 64, 0, 1); variable
429 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
942 $cate_arbo = $form->select_all_categories(Categorie::TYPE_ACCOUNT, '', 'parent', 64, 0, 1); variable
950 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/compta/facture/stats/
H A Dindex.php290 $cate_arbo = $form->select_all_categories($cat_type, null, 'parent', null, null, 1); variable
291 …print $form->multiselectarray('custcats', $cate_arbo, GETPOST('custcats', 'array'), null, null, nu…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/stats/
H A Dindex.php312 $cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, 'parent', null, null, 1); variable
314 …print $form->multiselectarray('custcats', $cate_arbo, GETPOST('custcats', 'array'), 0, 0, 'widthce…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/societe/
H A Dcard.php1516 …$cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, 'parent', null, null, 1); variable
1517 …print img_picto('', 'category').$form->multiselectarray('custcats', $cate_arbo, GETPOST('custcats'…
1524 …$cate_arbo = $form->select_all_categories(Categorie::TYPE_SUPPLIER, null, 'parent', null, null, 1); variable
1525 …print img_picto('', 'category').$form->multiselectarray('suppcats', $cate_arbo, GETPOST('suppcats'…
2131 $cate_arbo = $form->select_all_categories(Categorie::TYPE_CUSTOMER, null, null, null, null, 1); variable
2138 …print img_picto('', 'category').$form->multiselectarray('custcats', $cate_arbo, $arrayselected, 0,…
2145 $cate_arbo = $form->select_all_categories(Categorie::TYPE_SUPPLIER, null, null, null, null, 1); variable
2152 …print img_picto('', 'category').$form->multiselectarray('suppcats', $cate_arbo, $arrayselected, 0,…
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/
H A Dcard.php675 $cate_arbo = $form->select_all_categories(Categorie::TYPE_PROJECT, '', 'parent', 64, 0, 1); variable
677 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
969 $cate_arbo = $form->select_all_categories(Categorie::TYPE_PROJECT, '', 'parent', 64, 0, 1); variable
975 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/
H A Dcard.php675 $cate_arbo = $form->select_all_categories(Categorie::TYPE_PROJECT, '', 'parent', 64, 0, 1); variable
677 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
970 $cate_arbo = $form->select_all_categories(Categorie::TYPE_PROJECT, '', 'parent', 64, 0, 1); variable
976 …print img_picto('', 'category').$form->multiselectarray('categories', $cate_arbo, $arrayselected, …
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/contact/
H A Dcard.php824 … $cate_arbo = $form->select_all_categories(Categorie::TYPE_CONTACT, null, 'parent', null, null, 1); variable
825 …print img_picto('', 'category').$form->multiselectarray('contcats', $cate_arbo, GETPOST('contcats'…
1123 $cate_arbo = $form->select_all_categories(Categorie::TYPE_CONTACT, null, null, null, null, 1); variable
1129 …print img_picto('', 'category').$form->multiselectarray('contcats', $cate_arbo, $arrayselected, ''…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/contact/
H A Dcard.php836 … $cate_arbo = $form->select_all_categories(Categorie::TYPE_CONTACT, null, 'parent', null, null, 1); variable
837 …print img_picto('', 'category').$form->multiselectarray('contcats', $cate_arbo, GETPOST('contcats'…
1141 $cate_arbo = $form->select_all_categories(Categorie::TYPE_CONTACT, null, null, null, null, 1); variable
1147 …print img_picto('', 'category').$form->multiselectarray('contcats', $cate_arbo, $arrayselected, ''…

123