public function actionHelp()
 {
     if (isset($_POST['id'])) {
         $id = (int) $_POST['id'];
         switch ($id) {
             case 1:
                 $this->txt = '_help';
                 break;
             case 2:
                 $this->txt = '_helpmodif';
                 break;
             case 3:
                 $this->txt = '_helpaddress';
                 break;
             case 4:
                 $this->txt = '_helpaddressmodif';
                 break;
             case 5:
                 $this->txt = '_helpcontact';
                 break;
             case 6:
                 $this->txt = '_helpcontactmodif';
                 break;
         }
     }
     parent::actionHelp();
 }
 public function actionHelp()
 {
     if (isset($_POST['id'])) {
         $id = (int) $_POST['id'];
         switch ($id) {
             case 1:
                 $this->txt = '_help';
                 break;
             case 2:
                 $this->txt = '_helpmodif';
                 break;
         }
     }
     parent::actionHelp();
 }
 public function actionHelp()
 {
     if (isset($_POST['id'])) {
         $id = (int) $_POST['id'];
         switch ($id) {
             case 1:
                 $this->txt = '_help';
                 break;
             case 2:
                 $this->txt = '_helpmodif';
                 break;
             case 3:
                 $this->txt = '_helpservice';
                 break;
             case 4:
                 $this->txt = '_helpservicemodif';
                 break;
             case 5:
                 $this->txt = '_helppic';
                 break;
             case 6:
                 $this->txt = '_helppicmodif';
                 break;
             case 7:
                 $this->txt = '_helplocation';
                 break;
             case 8:
                 $this->txt = '_helplocationmodif';
                 break;
             case 9:
                 $this->txt = '_helpdocument';
                 break;
             case 10:
                 $this->txt = '_helpdocumentmodif';
                 break;
             case 11:
                 $this->txt = '_helpnetwork';
                 break;
             case 12:
                 $this->txt = '_helpnetworkmodif';
                 break;
         }
     }
     parent::actionHelp();
 }
 public function actionHelp()
 {
     $txt = '';
     if (isset($_POST['id'])) {
         $id = (int) $_POST['id'];
         switch ($id) {
             case 1:
                 $txt = '_help';
                 break;
             case 2:
                 $txt = '_helpmodif';
                 break;
             case 3:
                 $txt = '_helpdetail';
                 break;
             case 4:
                 $txt = '_helpdetailmodif';
                 break;
         }
     }
     parent::actionHelp($txt);
 }