X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=inc%2Fclass.eq.inc.php;h=fbf82aabc95218eb70a17c473a5d24168d667558;hb=7bb95f6080564d04a568f55287e17c7fad88c7d0;hp=737306148f4acec3f3e593be403d2504171de504;hpb=7a87ac31d4d7dcbcd415168d5adf7d18489adaf1;p=eq%2F.git diff --git a/inc/class.eq.inc.php b/inc/class.eq.inc.php index 7373061..fbf82aa 100644 --- a/inc/class.eq.inc.php +++ b/inc/class.eq.inc.php @@ -37,7 +37,8 @@ class eq 'vis_view' => True, 'vis_update' => True, 'att_view' => True, - 'att_update' => True + 'att_update' => True, + 'dir_view' => True ); function eq() @@ -105,6 +106,9 @@ class eq $link_data['menuaction'] = 'eq.eq.att_view'; $this->t->set_var('link_attendance',$GLOBALS['phpgw']->link('/eq/index.php',$link_data)); $this->t->set_var('lang_attendance','Attendance'); + $link_data['menuaction'] = 'eq.eq.dir_view'; + $this->t->set_var('link_dir',$GLOBALS['phpgw']->link('/eq/index.php',$link_data)); + $this->t->set_var('lang_dir','Directory'); $this->t->pparse('out','eq_header'); } @@ -1700,6 +1704,14 @@ class eq $this->save_sessiondata(); } + function dir_view() + { + $this->t->set_file(array('form' => 'dir_view.tpl')); + + $this->t->pfp('out','form'); + $this->save_sessiondata(); + } + } ?>