Update admin_extrafields_edit.tpl.php

add new type of extrafields : link
This commit is contained in:
BENKE Charles 2015-03-14 12:44:26 +01:00
parent 4783db82ac
commit 9e62013bca

View File

@ -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];