Skip to content
Snippets Groups Projects
Commit 4e592117 authored by Mikhael Artur Darmakesuma's avatar Mikhael Artur Darmakesuma
Browse files

Added edit pref loc actions but not yet implemented, fix typos

parent bf9ae0d0
1 merge request!42Projekers - 13515051 - Girvandi Ilyas
<html>
<head>
<title>Projekers - Edit Prefered Location</title>
<title>Projekers - Edit Preferred Location</title>
<link rel = "stylesheet" href = "../css/edit-prefered-location.css">
<link rel = "stylesheet" href = "../css/primary.css">
<script src = "../js/edit-prefered-location.js"></script>
......@@ -56,17 +56,19 @@
</table>
';
} else {
echo "No prefered location, add one using the box below.";
echo "No preferred location, add one using the box below.";
}
?>
<br>
<br>
<h2>ADD NEW LOCATION:</h2>
<div class="addset">
<div class="field"><input type="text"></div>
<div class="submitbutton">
<input type="Submit" value="ADD" class="submit">
</div>
<form name="addlocationform" method="post" action="add-location.php">
<div class="field"><input type="text"></div>
<div class="submitbutton">
<input type="Submit" value="ADD" class="submit">
</div>
</form>
</div>
<br>
<br>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment