Skip to content
Snippets Groups Projects
Commit 9e62013b authored by Charles Benke's avatar Charles Benke
Browse files

Update admin_extrafields_edit.tpl.php

add new type of extrafields : link
parent 4783db82
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ if((($type == 'select') || ($type == 'checkbox') || ($type == 'radio')) && is_ar
}
}
}
elseif (($type== 'sellist') || ($type == 'chkbxlst'))
elseif (($type== 'sellist') || ($type == 'chkbxlst') || ($type == 'link') )
{
$paramlist=array_keys($param['options']);
$param_chain = $paramlist[0];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment