diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-10-05 20:14:25 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-10-05 20:14:25 +0200 |
commit | f25e38c3dee72c038f4c314f073e9db25ec5b8ad (patch) | |
tree | e6b9a0cc06c9c256b61878888b65f0ff2126404f /templates | |
parent | a1db5b626ff8a23c6c0e1c47b793774f6fb499bc (diff) |
query all related stations by default1.09
* we've got better caching now
* as a consequence: parameter change recursive |-> !no_recursive
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/default.html.ep | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 92ee22a..1f21a6e 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -140,9 +140,9 @@ Bitte eine Station aus der Liste auswählen</div> </div> <div class="field"> <div class="desc"> - %= check_box 'recursive' => 1, id => 'id_recursive' - <label for="id_recursive"> - Betriebliche Bahnhofstrennungen ignorieren (z.B. "Hbf (Fern+Regio)" vs. "Hbf (S)") + %= check_box 'no_related' => 1, id => 'id_no_related' + <label for="id_no_related"> + Betriebliche Bahnhofstrennungen berücksichtigen (z.B. "Hbf (Fern+Regio)" vs. "Hbf (S)") </label> </div> </div> |