예제 #1
0
파일: Edit.php 프로젝트: GervaisdeM/blorg
 protected function buildNavBar()
 {
     parent::buildNavBar();
     $this->navbar->popEntry();
     $this->navbar->createEntry(Blorg::_('Edit Preferences'));
 }
예제 #2
0
 protected function buildInternal()
 {
     parent::buildInternal();
     $message = $this->ui->getWidget('content_block');
     $message->content = $this->getMessage();
     $message->content_type = 'text/xml';
 }