Add "back to admin" links

Rename item in main admin menu to be more reflective of what it actually does
This commit is contained in:
james 2007-10-05 18:44:48 +00:00
parent 02a5ef7811
commit 30df2c8af8
2 changed files with 4 additions and 1 deletions

@ -42,7 +42,7 @@ if($config['tours_enable'] == 'yes') {
echo "<hr />";
echo "<a href=\"winners.php\">".i18n("Enter Winning Projects")."</a> <br />";
echo "<a href=\"cwsfregister.php\">".i18n("One-Click CWSF Registration")."</a> <br />";
echo "<a href=\"ysfstats.php\">".i18n("One-Click YSF Affiliation")."</a> <br />";
echo "<a href=\"ysfstats.php\">".i18n("One-Click YSF Affiliation Stats")."</a> <br />";
echo "<hr />";
echo "<a href=\"communication.php\">".i18n("Communication (Send Emails)")."</a> <br />";

@ -26,6 +26,8 @@
include "xml.inc.php";
send_header("YSF Regional Affiliation Stats");
echo "<a href=\"index.php\">&lt;&lt; ".i18n("Back to Administration")."</a>\n";
echo "<br />";
if($_POST['action']=="register" && $_POST['xml'])
{
@ -47,6 +49,7 @@
echo i18n("The YSF Registration Server said:")."<br />";
echo notice($datastream);
echo "<a href=\"index.php\">".i18n("Return to admin")."</a>\n";
}
else
{