replacing admins own openwindow with egw_openWindowCentered2

This commit is contained in:
Ralf Becker
2010-06-02 18:28:27 +00:00
parent ea57302fce
commit 13ff6543cf
9 changed files with 1 additions and 58 deletions

View File

@@ -261,7 +261,6 @@
$this->t->set_var('event_list',$table);
$GLOBALS['egw_info']['flags']['app_header'] = lang('Admin').' - '.($this->editmode?lang('Edit Table format') : lang('View error log'));
$GLOBALS['egw']->js->validate_file('jscode','openwindow','admin');
$GLOBALS['egw']->common->egw_header();
echo parse_navbar();
$this->t->pfp('out','log_list_t');