Dear Geraint,
yes, I am quiet busy on the filters just now.
Catching up on the thread for the filter label classes I suggest that you check the other filter plugins as well, e.g. for the
time limit plugin
jevtimelimit/filters/Afterdate.php:134: $filterList["title"]=JText::_("PLG_JEVENTS_JEVTIMELIMIT_STARTING_AFTER_LABEL");
filters/Afterdate.php:134: $filterList["title"]=JText::_("PLG_JEVENTS_JEVTIMELIMIT_STARTING_AFTER_LABEL");
and
jevtimelimit/filters/Beforedate.php:137: $filterList["title"]=JText::_("JEV_Ending_Before");
filters/Beforedate.php:137: $filterList["title"]=JText::_("JEV_Ending_Before");
could be something like
$filterList["title"]="<label class='evafterdate_label' for='".$this->filterType."_fv'>".JText::_("PLG_JEVENTS_JEVTIMELIMIT_STARTING_AFTER_LABEL")."</label>";
and
$filterList["title"]="<label class='evbeforedate_label' for='".$this->filterType."_fv'>".JText::_("JEV_Ending_Before")."</label>";
Best regards,
Sailor