Dev#17078 view record in specific profile
Merge request reports
Activity
Filter activity
212 $controler = 'flash'; 213 $action = 'pyramidhorizontal'; 216 214 $hauteur = 290; 217 215 break; 218 216 } 219 217 220 218 // Iframe 221 219 $iframe = $this->view->getHelper('IframeContainer'); 222 $iframe->iframeContainer("100%", 220 $iframe->iframeContainer('100%', 223 221 $hauteur, 224 222 array_merge(['controller' => $controler, 225 223 'action' => $action], 226 224 $this->preferences, 227 $args)); 225 $this->preferences));
Please register or sign in to reply