call functions

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@170 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
yllen 2011-08-17 15:16:11 +00:00
parent b6de781b3f
commit 3cadb2deb4

View File

@ -364,7 +364,7 @@ function plugin_example_MassiveActionsFieldsDisplay($options=array()) {
switch ($table.".".$field) {
case 'glpi_plugin_example_examples.serial' :
echo "Not really specific - Just for example ";
//autocompletionTextField($linkfield,$table,$field);
//Html::autocompletionTextField($linkfield,$table,$field);
// Dropdown::showYesNo($linkfield);
// Need to return true if specific display
return true;