|
|
|
@@ -49,7 +49,7 @@ if ($_SESSION['admin'] == 1) { |
|
|
|
echo 'Modify titles <form action="titlemanager.php" method="post"><input type="hidden" name="title" value="modtitle"><select name="tid" onchange="this.form.submit()"><option selected disabled>Select title</option>'; |
|
|
|
include ('includes/title-select.php'); |
|
|
|
echo '</select><noscript><input type="submit" value="Modify Title"></noscript></form><br /><br />'; |
|
|
|
echo 'Add title ranks and points to <form action="titlemanager.php" method="post"><input type="hidden" name="title" value="addsubtitle"><select name="tid" onchange="this.form.submit()"><option selected disabled>Add title rank(s)</option>'; |
|
|
|
echo 'Add or modify title ranks and points <form action="titlemanager.php" method="post"><input type="hidden" name="title" value="addsubtitle"><select name="tid" onchange="this.form.submit()"><option selected disabled>Add title rank(s)</option>'; |
|
|
|
include ('includes/title-select.php'); |
|
|
|
echo '</select><noscript><input type="submit" value="Add title rank"></noscript></form><br /><br />'; |
|
|
|
// now to view the last 5 title entries in the database |
|
|
|
|