/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/adherents/ |
H A D | type_translation.php | 76 $object->description = dol_htmlcleanlastbr(GETPOST("desc", 'restricthtml')); 77 $object->other = dol_htmlcleanlastbr(GETPOST("other", 'restricthtml')); 80 …$object->multilangs[$forcelangprod]["description"] = dol_htmlcleanlastbr(GETPOST("desc", 'restrict… 81 …$object->multilangs[$forcelangprod]["other"] = dol_htmlcleanlastbr(GETPOST("other", 'restricthtml'… 102 $object->description = dol_htmlcleanlastbr(GETPOST("desc-".$key, 'restricthtml')); 103 $object->other = dol_htmlcleanlastbr(GETPOST("other-".$key, 'restricthtml')); 106 …$object->multilangs[$key]["description"] = dol_htmlcleanlastbr(GETPOST("desc-".$key, 'restricthtml… 107 …$object->multilangs[$key]["other"] = dol_htmlcleanlastbr(GETPOST("other-".$key, 'restricthtml'));
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/adherents/ |
H A D | type_translation.php | 78 $object->description = dol_htmlcleanlastbr(GETPOST("desc", 'restricthtml')); 79 $object->other = dol_htmlcleanlastbr(GETPOST("other", 'restricthtml')); 82 …$object->multilangs[$forcelangprod]["description"] = dol_htmlcleanlastbr(GETPOST("desc", 'restrict… 83 …$object->multilangs[$forcelangprod]["other"] = dol_htmlcleanlastbr(GETPOST("other", 'restricthtml'… 104 $object->description = dol_htmlcleanlastbr(GETPOST("desc-".$key, 'restricthtml')); 105 $object->other = dol_htmlcleanlastbr(GETPOST("other-".$key, 'restricthtml')); 108 …$object->multilangs[$key]["description"] = dol_htmlcleanlastbr(GETPOST("desc-".$key, 'restricthtml… 109 …$object->multilangs[$key]["other"] = dol_htmlcleanlastbr(GETPOST("other-".$key, 'restricthtml'));
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/product/ |
H A D | traduction.php | 78 $object->description = dol_htmlcleanlastbr($_POST["desc"]); 79 $object->other = dol_htmlcleanlastbr($_POST["other"]); 83 $object->multilangs[$_POST["forcelangprod"]]["description"] = dol_htmlcleanlastbr($_POST["desc"]); 84 $object->multilangs[$_POST["forcelangprod"]]["other"] = dol_htmlcleanlastbr($_POST["other"]); 110 $object->description = dol_htmlcleanlastbr($_POST["desc-".$key]); 111 $object->other = dol_htmlcleanlastbr($_POST["other-".$key]); 114 $object->multilangs[$key]["description"] = dol_htmlcleanlastbr($_POST["desc-".$key]); 115 $object->multilangs[$key]["other"] = dol_htmlcleanlastbr($_POST["other-".$key]);
|
H A D | card.php | 302 $object->description = dol_htmlcleanlastbr(GETPOST('desc', 'restricthtml')); 304 $object->note_private = dol_htmlcleanlastbr(GETPOST('note_private', 'restricthtml')); 416 $object->description = dol_htmlcleanlastbr(GETPOST('desc', 'restricthtml')); 420 $object->note_private = dol_htmlcleanlastbr(GETPOST('note_private', 'restricthtml'));
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/product/ |
H A D | traduction.php | 101 $object->description = dol_htmlcleanlastbr(GETPOST("desc", 'restricthtml')); 102 $object->other = dol_htmlcleanlastbr(GETPOST("other", 'restricthtml')); 107 …$object->multilangs[GETPOST("forcelangprod")]["description"] = dol_htmlcleanlastbr(GETPOST("desc",… 108 …$object->multilangs[GETPOST("forcelangprod")]["other"] = dol_htmlcleanlastbr(GETPOST("other", 'res… 136 $object->description = dol_htmlcleanlastbr(GETPOST("desc-" . $key, 'restricthtml')); 137 $object->other = dol_htmlcleanlastbr(GETPOST("other-" . $key, 'restricthtml')); 140 …$object->multilangs[$key]["description"] = dol_htmlcleanlastbr(GETPOST("desc-" . $key, 'restrictht… 141 …$object->multilangs[$key]["other"] = dol_htmlcleanlastbr(GETPOST("other-" . $key, 'restricthtml'));
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/categories/ |
H A D | traduction.php | 105 $object->description = dol_htmlcleanlastbr($desc); 108 $object->multilangs[$forcelangprod]["description"] = dol_htmlcleanlastbr($desc); 145 $object->description = dol_htmlcleanlastbr($desc); 148 $object->multilangs[$key]["description"] = dol_htmlcleanlastbr($desc);
|
H A D | edit.php | 85 $object->description = dol_htmlcleanlastbr($description);
|
H A D | index.php | 166 $desc = dol_htmlcleanlastbr($val['description']);
|
H A D | card.php | 123 $object->description = dol_htmlcleanlastbr($description);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/categories/ |
H A D | traduction.php | 100 $object->description = dol_htmlcleanlastbr($desc); 103 $object->multilangs[$forcelangprod]["description"] = dol_htmlcleanlastbr($desc); 140 $object->description = dol_htmlcleanlastbr($desc); 143 $object->multilangs[$key]["description"] = dol_htmlcleanlastbr($desc);
|
H A D | edit.php | 96 $object->description = dol_htmlcleanlastbr($description);
|
H A D | index.php | 180 $desc = dol_htmlcleanlastbr($val['description']);
|
H A D | card.php | 136 $object->description = dol_htmlcleanlastbr($description);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/tpl/ |
H A D | admin_extrafields_edit.tpl.php | 245 …param" id="param" cols="80" rows="<?php echo ROWS_4 ?>"><?php echo dol_htmlcleanlastbr($param_chai… 271 … class="quatrevingtpercent" rows="<?php echo ROWS_4 ?>"><?php echo dol_htmlcleanlastbr($computed);…
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/admin/ |
H A D | ihm.php | 168 …dolibarr_set_const($db, "MAIN_MOTD", dol_htmlcleanlastbr(GETPOST("main_motd", 'restricthtml')), 'c… 169 …dolibarr_set_const($db, "MAIN_HOME", dol_htmlcleanlastbr(GETPOST("main_home", 'restricthtml')), 'c…
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/admin/ |
H A D | ihm.php | 218 …dolibarr_set_const($db, "MAIN_MOTD", dol_htmlcleanlastbr(GETPOST("main_motd", 'restricthtml')), 'c… 219 …dolibarr_set_const($db, "MAIN_HOME", dol_htmlcleanlastbr(GETPOST("main_home", 'restricthtml')), 'c…
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/user/group/ |
H A D | card.php | 133 $object->note = dol_htmlcleanlastbr(trim(GETPOST("note", 'restricthtml'))); 207 $object->note = dol_htmlcleanlastbr(trim(GETPOST("note", 'restricthtml')));
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/user/group/ |
H A D | card.php | 130 $object->note = dol_htmlcleanlastbr(trim(GETPOST("note", 'restricthtml'))); 210 $object->note = dol_htmlcleanlastbr(trim(GETPOST("note", 'restricthtml')));
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/takepos/admin/ |
H A D | orderprinters.php | 155 $desc = dol_htmlcleanlastbr($val['description']);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/takepos/admin/ |
H A D | orderprinters.php | 164 $desc = dol_htmlcleanlastbr($val['description']);
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/export/ |
H A D | export_csv.modules.php | 335 $newvalue = dol_htmlcleanlastbr($newvalue);
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/tpl/ |
H A D | admin_extrafields_edit.tpl.php | 249 …param" id="param" cols="80" rows="<?php echo ROWS_4 ?>"><?php echo dol_htmlcleanlastbr($param_chai…
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/export/ |
H A D | export_csv.modules.php | 338 $newvalue = dol_htmlcleanlastbr($newvalue);
|
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/ |
H A D | security2.lib.php | 267 $main_home = dol_htmlcleanlastbr($texttoshow);
|
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/ |
H A D | security2.lib.php | 274 $main_home = dol_htmlcleanlastbr($texttoshow);
|