/**
  * Display actions bar with the name of current template used
  *
  * @access	private
  */
 private function display_actions()
 {
     Html::mt_actions($this->_setting->_name);
 }