forked from science-ation/science-ation
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:
parent
7e0720dffe
commit
83691b07b8
@ -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>";
|
||||
|
Loading…
Reference in New Issue
Block a user