Hi folks,
Sorry Boss - I found a little one - urgency very low but ...
its a bug
a line like this :
$crud->set_subject("Image for {$Type} Item : '{$CatName}'");
will break the jquery
when you set the javascript vars the embedded quote breaks stuff.
not a big problem but its there.
Have to mod the line like this :
$crud->set_subject("Image for {$Type} Item : {$CatName}");
Cheers
Ez