diff options
author | dedeibel | 2018-12-18 23:17:25 +0100 |
---|---|---|
committer | dedeibel | 2018-12-19 22:07:30 +0100 |
commit | f493acef19e6e8925017734e842d030923c68620 (patch) | |
tree | 099b942629c79e10016f2dc330249576498ffa83 | |
parent | 57e824c378fc8af2b1cdbaa6698207a45052c13d (diff) |
Feedback reduce feedback options
Diffstat (limited to '')
-rw-r--r-- | template/assemblies/feedback.phtml | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/template/assemblies/feedback.phtml b/template/assemblies/feedback.phtml index 27d89b0..73f8e50 100644 --- a/template/assemblies/feedback.phtml +++ b/template/assemblies/feedback.phtml @@ -37,13 +37,9 @@ <label for="net">Network Connection</label> <select class="form-control" name="net" id="net"> <option></option> - <option>EDGE</option> - <option>3G</option> - <option>LTE</option> - <option>DSL <2000</option> - <option>DSL 2000-6000</option> - <option>DSL >6000</option> - <option>VDSL</option> + <option>Mobile</option> + <option>DSL Light</option> + <option>DSL/Cable</option> <option>Public Hotspot</option> <option>WiFi on site</option> <option>Ethernet on site</option> |