Update admin_extrafields_edit.tpl.php
add new type of extrafields : link
This commit is contained in:
parent
4783db82ac
commit
9e62013bca
@ -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];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user