Sunday, February 26, 2017

phprunner custom view image

if($pic=="")
$smarty->assign("row00firstphoto_value",htmlspecialchars("/images/no_image.gif"));
else
$smarty->assign("row00firstphoto_value",htmlspecialchars(AddLinkPrefix("Photo1",$pic)));
}

No comments:

Post a Comment

phprunner view custom filed status

if ($value=="Process") $str.='<img src="1.png">'; if ($value=="Receive") $str.='<i...