/**
  * Display page content
  *
  * @access	public
  */
 public function display_content()
 {
     $this->display_menu();
     if ($this->_user['settings']) {
         echo $this->_action_msg;
         Html::form('o', 'post', '#');
         $this->display_form();
         Html::form('c');
     } else {
         echo ActionMessages::part_no_perm();
     }
 }
 /**
  * Display page content
  *
  * @access	public
  */
 public function display_content()
 {
     $this->display_menu();
     if ($this->_user['settings']) {
         echo $this->_action_msg;
         Html::form('o', 'post', 'index.php?ns=links&ctl=manage');
         $this->display_actions('top');
         $this->display_table();
         $this->display_actions('butt');
         echo Helper::datalist('titles', $this->_content, '_name');
         Html::form('c');
     } else {
         echo ActionMessages::part_no_perm();
     }
 }