* * -------------------------------------------- * * 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["currentapp"] = "admin"; include("../header.inc.php"); echo "

" . lang_admin("Headline Sites") . "
" . "" . ""; $phpgw->db->query("select con,display from news_site order by " . "display"); while ($phpgw->db->next_record()) { $tr_color = $phpgw->nextmatchs->alternate_row_color($tr_color); $display = $phpgw->db->f("display"); if (! $display) $display = ' '; echo "" . ""; echo ""; echo "\n"; } echo "" . $phpgw->session->hidden_var() . "
" . lang_admin("Site") . " " . lang_common("Edit") . " " . lang_common("Delete") . " " . lang_common("View") . "
$displaylink("editheadline.php", "con=".$phpgw->db->f("con"))."\"> ".lang_common("Edit")." link("deleteheadline.php", "con=".$phpgw->db->f("con"))."\"> ".lang_common("Delete")." link("viewheadline.php", "con=".$phpgw->db->f("con"))."\"> ".lang_common("View")."
"; include($phpgw_info["server"]["api_dir"] . "/footer.inc.php"); ?>