function SugarWidgetSubPanelTopCreateTilkFromProject($module = '', $title = '', $access_key = '', $form_value = '')
 {
     global $app_strings;
     $this->form_value = $app_strings['LBL_CREATE_BUTTON_LABEL'];
     parent::SugarWidgetSubPanelTopButton($this->module, $this->title, $this->access_key, $this->form_value);
 }