Add a header for "public email / private email" to the top of the committee list administration page. Fixes Bug #0000041

This commit is contained in:
james 2006-10-16 02:36:20 +00:00
parent 7e0720dffe
commit 83691b07b8

View File

@ -412,6 +412,7 @@ else
echo "<h4>".i18n("Committees")."</h4>";
echo "<form method=\"post\" action=\"committees.php\">\n";
echo "<table>";
echo "<tr><td colspan=\"2\"></td><td><b>".i18n("Public Email / Private Email")."</b></td></tr>";
while($r=mysql_fetch_object($q))
{
echo "<tr>";