Beispiel #1
0
 protected function buildInternal()
 {
     parent::buildInternal();
     $frame = $this->ui->getWidget('order_frame');
     $frame->title = Admin::_('Order Photos');
     $form = $this->ui->getWidget('order_form');
     $form->action = sprintf('%s/PhotoOrder?id=%s', $this->getComponentName(), $this->tag->id);
 }
Beispiel #2
0
 protected function buildInternal()
 {
     $frame = $this->ui->getWidget('order_frame');
     $frame->title = Admin::_('Order MetaData');
     parent::buildInternal();
 }