forked from science-ation/science-ation
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:
parent
02a5ef7811
commit
30df2c8af8
@ -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\"><< ".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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user