* * -------------------------------------------- * * This program is free software; you can redistribute it and/or modify it * * under the terms of the GNU General Public License as published by the * * Free Software Foundation; either version 2 of the License, or (at your * * option) any later version. * \**************************************************************************/ /* $Id$ */ $phpgw_flags = Array( 'currentapp' => 'calendar', 'enable_nextmatchs_class' => True, 'admin_header' => True, 'noheader' => True, 'nonavbar' => True, 'noappheader' => True, 'noappfooter' => True, 'parent_page' => '../admin/index.php' ); $phpgw_info['flags'] = $phpgw_flags; include('../header.inc.php'); if(!isset($locale) || !$locale) { Header('Location: ' . $phpgw->link('/calendar/holiday_admin.php')); } $holidays = $phpgw->calendar->holidays->build_list_for_submission($locale); $phpgw->common->phpgw_header(); ?>
'."\n"; for($i=0;$i<$c_holidays;$i++) { echo ''."\n" . ''."\n" . ''."\n" . ''."\n" . ''."\n" . ''."\n"; } ?>