Hotline#96083 add print button
3 unresolved threads
3 unresolved threads
Merge request reports
Activity
Filter activity
voir !3311 (closed)
164 164 165 165 $reader = $this->ilsdiGetLoansPage($params, 166 166 Class_WebService_SIGB_Koha_LoansPageReader::newInstance()); 167 if (!$reader) changed this line in version 2 of the diff
44 44 : ''; 45 45 } 46 46 47 48 public function renderPrintLink($article) { 49 return $this->view->tag('div', 50 $this->view->tagPrintLink((new Class_Entity()) 51 ->setModels([$article]) 52 ->setStrategy('Article_List')), 53 ['class' => 'print']);; changed this line in version 2 of the diff
23 23 class ZendAfi_View_Helper_TagPrintLink extends ZendAfi_View_Helper_ModeleFusion_Link { 24 24 25 25 public function tagPrintLink($instance) { 26 $link = ($instance->getStrategy() == 'Article_List') ? 27 $this->view->tagImg($this->view->skinImageUrl('print.png'), point d'interrogation à la ligne :
condition ? si vrai : si faux;
Edited by Patrick Barrocachanged this line in version 2 of the diff
mentioned in commit 532cb371