diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-05-09 20:19:42 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-05-09 20:19:42 +0200 |
commit | e09a676a9fac68feca73caffea792c4f0f8eef38 (patch) | |
tree | 511bd2d18d67a95dc2a2b072a79650a72af4f98c | |
parent | 51d8dc235362a33266e301ad3b565d11c22b9d13 (diff) |
main form: Add error details for ambiguous input
-rw-r--r-- | templates/layouts/default.html.ep | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 2fae2be..9348852 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -31,6 +31,10 @@ </pre> </div> % } +% elsif (stash('stationlist')) { +<div class="error">Mehrdeutige Eingabe</div> +<div>Bitte eine Station aus der Liste auswählen</div> +% } % if (time() < 1420178400 and param('backend') and (param('backend') eq 'iris' ) ) { <div class="error">Note: Due to an unknown problem on the IRIS |