Add a refresh button for status -> registrations.

This commit is contained in:
Mark Crane
2014-01-11 06:00:59 +00:00
parent 6de68a9bc6
commit ace410914c
2 changed files with 15 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ require_once "resources/check_auth.php";
echo " <b>Registrations: ".count($registrations)."</b>\n";
echo "</td>\n";
echo "<td colspan='1' align='right'>\n";
echo " <input type='button' class='btn' value='".$text['button-refresh']."' onclick=\"window.location='status_registrations.php'\" />\n";
echo " <input type='button' class='btn' value='".$text['button-back']."' onclick=\"history.back();\" />\n";
echo "</td>\n";
echo "</tr>\n";