Home
last modified time | relevance | path

Searched refs:removefileaction (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/class/
H A Dhtml.formmail.class.php297 * @param string $removefileaction Name of action when removing file attachments
301 public function show_form($addfileaction = 'addfile', $removefileaction = 'removefile') argument
304 print $this->get_form($addfileaction, $removefileaction);
315 * @param string $removefileaction Name of action when removing file attachments
318 public function get_form($addfileaction = 'addfile', $removefileaction = 'removefile') argument
342 'removefileaction'=> $removefileaction,
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/class/
H A Dhtml.formmail.class.php332 * @param string $removefileaction Name of action when removing file attachments
336 public function show_form($addfileaction = 'addfile', $removefileaction = 'removefile') argument
339 print $this->get_form($addfileaction, $removefileaction);
350 * @param string $removefileaction Name of action when removing file attachments
353 public function get_form($addfileaction = 'addfile', $removefileaction = 'removefile') argument
379 'removefileaction'=> $removefileaction,