<?php
if (isset($reg_error)) { ?>
There was an error: <?php echo $reg_error; ?>, please try again.
<?php }
if ($oreon->user->get_status()=="3")
{
?>
<form action="phpmyprepaid.php?site=location"method="post">
<table border="1">
<tr>
<td colspan="3">Add a new Location</td>
</tr>
<tr>
<td colspan="2">
<b>Location:</b> <input type="text" size="15" maxlength="15" name="location">
</td>
<td>
<input type="submit" class="smallButton" name="submit" value="Add Location">
</tr>
</table>
</form>
<?
}
?>