/**
  * Add common html code for simple mode on list page
  */
 function addCommonHtml()
 {
     //add parent common html code
     parent::addCommonHtml();
 }