function print_selection_filter($filter)
 {
     $alphabox = new cmalphabox($this);
     $alphabox->display();
     $searchbox = new cmsearchbox($this);
     $searchbox->display();
 }
 /**
  * Prints the 'All A B C ...' alphabetical filter bar.
  */
 function print_alpha()
 {
     $alphabox = new cmalphabox($this);
     $alphabox->display();
 }