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

" . lang("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 "link("newheadline.php")."\">" . "
" . lang("Site") . " " . lang("Edit") . " " . lang("Delete") . " " . lang("View") . "
$displaylink("editheadline.php", "con=".$phpgw->db->f("con"))."\"> ".lang("Edit")." link("deleteheadline.php", "con=".$phpgw->db->f("con"))."\"> ".lang("Delete")." link("viewheadline.php", "con=".$phpgw->db->f("con"))."\"> ".lang("View")."
"; include($phpgw_info["server"]["api_dir"] . "/footer.inc.php"); ?>