Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mesh
meshmap
Commits
d1dd2d43
Commit
d1dd2d43
authored
Jan 25, 2019
by
Eric - kg6wxc
Browse files
bugfix: Add "Future Mesh" to the list of Non-Mesh Stations to add.
parent
d5894d0b
Changes
2
Hide whitespace changes
Inline
Side-by-side
webpage/admin/add_non_mesh_marker.php
View file @
d1dd2d43
...
...
@@ -14,6 +14,7 @@ if (!isset($_SESSION['userLoggedIn'])) {
echo
"<option value=
\"
operator
\"
>Radio Operator</option>"
;
echo
"<option value=
\"
firedepartment
\"
>Fire Department</option>"
;
echo
"<option value=
\"
police
\"
>Police Station</option>"
;
echo
"<option value=
\"
futuremesh
\"
>Future Mesh</option>"
;
echo
"</select>"
;
echo
"Lat: <input type=
\"
text
\"
name=
\"
new_station_lat
\"
value=
\"\"
> "
;
echo
"Lon: <input type=
\"
text
\"
name=
\"
new_station_lon
\"
value=
\"\"
> "
;
...
...
webpage/admin/non_mesh_stations.php
View file @
d1dd2d43
...
...
@@ -147,6 +147,7 @@ function sortTable(n) {
<option
value=
"police"
>
Police Station
</option>
<option
value=
"eoc"
>
EOC
</option>
<option
value=
"hospital"
>
Hospital
</option>
<option
value=
"futuremesh"
>
Future Mesh
</option>
</select>
Lat:
<input
type=
"text"
name=
"station_lat"
value=
""
>
Lon:
<input
type=
"text"
name=
"station_lon"
value=
""
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment