}
});
container.add(checkBoxPanel);
WicketUtils.addTooltip(checkBoxPanel.getCheckBox(), getString("plugins.teamcal.filterDialog.calendarIsVisible.tooltip"));
container.add(new Label("name", calendar.getTitle()));
final ColorPickerPanel picker = new ColorPickerPanel("colorPicker", activeTemplateEntry.getColorCode(calendar.getId())) {
@Override
protected void onColorUpdate(final String selectedColor)
{
final TemplateCalendarProperties props = activeTemplateEntry.getCalendarProperties(calendar.getId());
if (props != null) {