forked from science-ation/science-ation
Move awards management to the top - its what will be used the most from here
Rename award sponsors to just sponsors, as it now does all types of sponsors Remove the sponsor contacts, they will shortly be accessible via a tab of the sponsors editor
This commit is contained in:
parent
99f1d4726c
commit
c3b532b161
@ -34,9 +34,8 @@
|
||||
require_once("rerollprizes.php");
|
||||
|
||||
echo "<br />";
|
||||
echo "<a href=\"sponsors.php\">".i18n('Award Sponsors')."</a><br />";
|
||||
echo "<a href=\"sponsor_contacts.php\">".i18n('Award Sponsors Contacts')."</a><br />";
|
||||
echo "<a href=\"award_awards.php\">".i18n('Awards Management')."</a><br />";
|
||||
echo "<a href=\"sponsors.php\">".i18n('Sponsors')."</a><br />";
|
||||
echo "<br />";
|
||||
echo "<a href=\"award_awards.php?action=edit_prize_template\">".i18n('Edit prize template for the divisional awards')."</a>";
|
||||
echo "<br />";
|
||||
|
Loading…
Reference in New Issue
Block a user